diff --git a/tests/test_indefinite_freeze_attack.py b/tests/test_indefinite_freeze_attack.py index fa239ef5..d404b94d 100755 --- a/tests/test_indefinite_freeze_attack.py +++ b/tests/test_indefinite_freeze_attack.py @@ -407,9 +407,11 @@ def test_with_tuf(self): # # Serve the client expired Snapshot. The client should reject the given, # expired Snapshot and the locally trusted one, which should now be out of - # date. After the attack, attempt to re-issue a valid Snapshot to verify - # that the client is able to recover from the indefinite freeze attack via - # the snapshot metadata. + # date. + # After the attack, attempt to re-issue a valid Snapshot to verify that + # the client is still able to update. A bug previously caused snapshot + # expiration or replay to result in an indefinite freeze; see + # github.com/theupdateframework/tuf/issues/736 repository = repo_tool.load_repository(self.repository_directory) ts_key_file = os.path.join(self.keystore_directory, 'timestamp_key')