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
2.2.2. The version number of the snapshot metadata file in the trusted timestamp metadata file, if any, MUST be less than or equal to its version number in the new timestamp metadata file. If not, discard the new timestamp metadata file, abort the update cycle, and report the failure.
This implements TUF-1.0.5 section 5.2.2.2, where when updating the
timestamp role, we reject the new timestamp if the snapshot version it
points at is older than the currently trusted snapshot role.
See theupdateframework/specification#106 for more
details.
Closestheupdateframework#294
Change-Id: I4fb68aaf61ad8c0e3ffc0439095f5d00e5baa116
erickt
added a commit
to erickt/rust-tuf
that referenced
this issue
Oct 8, 2020
This implements TUF-1.0.5 section 5.2.2.2, where when updating the
timestamp role, we reject the new timestamp if the snapshot version it
points at is older than the currently trusted snapshot role.
See theupdateframework/specification#106 for more
details.
Closestheupdateframework#294
Change-Id: I4fb68aaf61ad8c0e3ffc0439095f5d00e5baa116
TUF-1.0.5 added section 5.2.2.2:
We need to extend
Tuf
to support this check.See theupdateframework/specification#106 for more details.
The text was updated successfully, but these errors were encountered: