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

Fix test_duplicate_sig_keyids #852

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Fix test_duplicate_sig_keyids #852

merged 1 commit into from
Nov 20, 2024

Conversation

loosebazooka
Copy link
Member

This isn't a security concern, our looping didn't actually allow re-use of keys. But we weren't exactly according to spec.

patflynn
patflynn previously approved these changes Nov 20, 2024
@@ -234,16 +235,23 @@ void verifyDelegate(
Map<String, Key> publicKeys,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

github really doesn't want me commenting on non changed lines or something, but line 230 @throws is I guess out of date?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh shoot, yeah lemme fix that

patflynn
patflynn previously approved these changes Nov 20, 2024
This isn't a security concern, our looping didn't actually allow
re-use of keys. But we weren't exactly according to spec.

Signed-off-by: Appu Goundan <appu@google.com>
@loosebazooka loosebazooka merged commit b440f06 into main Nov 20, 2024
25 checks passed
@loosebazooka loosebazooka deleted the fix_tuf_dup_keys branch November 20, 2024 18:28
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.

2 participants