mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Review 'test_replay_attack'
This commit is contained in:
parent
2541276320
commit
7bf14b3bc4
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ def test_with_tuf(self):
|
|||
# Restore the previous version of 'timestamp.json' on the remote repository
|
||||
# and verify that the non-TUF client downloads it (expected, but not ideal).
|
||||
shutil.move(backup_timestamp, timestamp_path)
|
||||
logger.info('Moving the backup timestamp to the current version.')
|
||||
logger.info('Moving the timestamp.json backup to the current version.')
|
||||
|
||||
# Verify that the TUF client detects replayed metadata and refuses to
|
||||
# continue the update process.
|
||||
|
|
|
|||
Loading…
Reference in a new issue