@@ -1160,17 +1160,13 @@ as FILENAME.EXT.
1160
1160
1161
1161
* ** 2.2** . ** Check for a rollback attack.**
1162
1162
1163
- * ** 2.2.1** . Note that the trusted timestamp metadata file may be checked
1164
- for authenticity, but its expiration does not matter for the following
1165
- purposes.
1166
-
1167
- * ** 2.2.2** . The version number of the trusted timestamp metadata file, if
1163
+ * ** 2.2.1** . The version number of the trusted timestamp metadata file, if
1168
1164
any, must be less than or equal to the version number of the new timestamp
1169
1165
metadata file. If the new timestamp metadata file is older than the
1170
1166
trusted timestamp metadata file, discard it, abort the update cycle, and
1171
1167
report the potential rollback attack.
1172
1168
1173
- * ** 2.2.3 ** . The version number of the snapshot metadata file in the
1169
+ * ** 2.2.2 ** . The version number of the snapshot metadata file in the
1174
1170
trusted timestamp metadata file, if any, MUST be less than or equal to its
1175
1171
version number in the new timestamp metadata file. If not, discard the new
1176
1172
timestamp metadadata file, abort the update cycle, and report the failure.
@@ -1205,17 +1201,13 @@ non-volatile storage as FILENAME.EXT.
1205
1201
1206
1202
* ** 3.3** . ** Check for a rollback attack.**
1207
1203
1208
- * ** 3.3.1** . Note that the trusted snapshot metadata file may be checked
1209
- for authenticity, but its expiration does not matter for the following
1210
- purposes.
1211
-
1212
- * ** 3.3.2** . The version number of the trusted snapshot metadata file, if
1204
+ * ** 3.3.1** . The version number of the trusted snapshot metadata file, if
1213
1205
any, MUST be less than or equal to the version number of the new snapshot
1214
1206
metadata file. If the new snapshot metadata file is older than the trusted
1215
1207
metadata file, discard it, abort the update cycle, and report the potential
1216
1208
rollback attack.
1217
1209
1218
- * ** 3.3.3 ** . The version number of the targets metadata file, and all
1210
+ * ** 3.3.2 ** . The version number of the targets metadata file, and all
1219
1211
delegated targets metadata files (if any), in the trusted snapshot metadata
1220
1212
file, if any, MUST be less than or equal to its version number in the new
1221
1213
snapshot metadata file. Furthermore, any targets metadata filename that was
0 commit comments