You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While writing a delegation builder, I noticed that while we have a test for diamond delegations, it doesn't actually work. Consider this delegation tree:
targets
/ \
A B
\ /
D
Where D is signed correctly by B, but not signed correctly by A.
While writing a delegation builder, I noticed that while we have a test for diamond delegations, it doesn't actually work. Consider this delegation tree:
Where
D
is signed correctly byB
, but not signed correctly byA
.Both Client::lookup_target_description and Client::target_description_with_start_time will visit:
We need to update these delegations as visited only if we decided the delegation is trusted.
The text was updated successfully, but these errors were encountered: