Skip to content

Fix test_duplicate_sig_keyids#852

Merged
loosebazooka merged 1 commit intomainfrom
fix_tuf_dup_keys
Nov 20, 2024
Merged

Fix test_duplicate_sig_keyids#852
loosebazooka merged 1 commit intomainfrom
fix_tuf_dup_keys

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
@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

Comments