Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shuffle keys for /v1/gaen/getExposed endpoint #277

Merged
merged 1 commit into from
Nov 4, 2020

Conversation

ineiti
Copy link
Collaborator

@ineiti ineiti commented Nov 3, 2020

Up to now for the /v1/gaen/getExposed endpoint, the order of the keys returned to the
clients has been the same as the order of submitting the keys. This reveals some
information that might be used to detect if somebody submitted a valid key or not.

Even if it's already fixed in /v2/gaen/exposed endpoint, this PR also shuffles
the keys for the /v1 endpoint.

Closes #274

@ineiti ineiti requested a review from martinalig November 3, 2020 14:36
Up to now for the /v1/gaen/getExposed endpoint, the order of the keys returned to the
clients has been the same as the order of submitting the keys. This reveals some
information that might be used to detect if somebody submitted a valid key or not.

Even if it's already fixed in /v2/gaen/exposed endpoint, this PR also shuffles
the keys for the /v1 endpoint.

Closes #274
@ineiti ineiti force-pushed the shuffle_keys_v1_gaen_getExposed branch from 5515b93 to c16a6a0 Compare November 3, 2020 14:37
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 3, 2020

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

16.7% 16.7% Coverage
0.0% 0.0% Duplication

@ineiti
Copy link
Collaborator Author

ineiti commented Nov 3, 2020

The failing code analysis seems to be on code I didn't touch...

@martinalig martinalig merged commit 68e2803 into develop Nov 4, 2020
@martinalig martinalig deleted the shuffle_keys_v1_gaen_getExposed branch November 4, 2020 05:39
@github-actions github-actions bot mentioned this pull request Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sort by key
2 participants