mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Our newly added metadata files in the
tests/repository_data/fishy_rolenames/metadata directory have an expiry
date until "2021-10-22T11:21:56Z" and today while running the tests on
develop branch I recived this error:
ExpiredMetadataError("Metadata X expired on Fri Oct 22 11:21:56 2021")
when running the tests in tests/test_updater.py file and more precisly
the TestUpdaterRolenames.test_unusual_rolenames() test.
That's why I decided to bump the expiration date to a random time in
the future (October 22-nd 2050) and I had to resign all of the metadata
files.
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
19 lines
No EOL
434 B
JSON
19 lines
No EOL
434 B
JSON
{
|
|
"signatures": [
|
|
{
|
|
"keyid": "8a1c4a3ac2d515dec982ba9910c5fd79b91ae57f625b9cff25d06bf0a61c1758",
|
|
"sig": "f7003e848366c7e55f474df2c0c68471c44c68a87c0d3c1aa56f64778c91e9c8f22c3adc4dd9ec0535b6b4dc04783f7fa4ca992bed2445c7395a58acff152f0d"
|
|
}
|
|
],
|
|
"signed": {
|
|
"_type": "timestamp",
|
|
"expires": "2050-10-22T11:21:56Z",
|
|
"meta": {
|
|
"snapshot.json": {
|
|
"version": 2
|
|
}
|
|
},
|
|
"spec_version": "1.0.19",
|
|
"version": 2
|
|
}
|
|
} |