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>
71 lines
No EOL
1.9 KiB
JSON
71 lines
No EOL
1.9 KiB
JSON
{
|
|
"signatures": [
|
|
{
|
|
"keyid": "72b70899257dc30b596af3a9fe141a924af821aff28ed58d1aea0db9f70a70f7",
|
|
"sig": "53ae844137dd04abf9d3ed10380ba46fa2726f328963ffe006aa955804afa3b0d100bc59610c1584234a9598ab4b9af762b533174b8b8d8aaf2be8e413c1b304"
|
|
}
|
|
],
|
|
"signed": {
|
|
"_type": "root",
|
|
"consistent_snapshot": true,
|
|
"expires": "2050-10-22T11:21:56Z",
|
|
"keys": {
|
|
"59a4df8af818e9ed7abe0764c0b47b4240952aa0d179b5b78346c470ac30278d": {
|
|
"keytype": "ed25519",
|
|
"keyval": {
|
|
"public": "edcd0a32a07dce33f7c7873aaffbff36d20ea30787574ead335eefd337e4dacd"
|
|
},
|
|
"scheme": "ed25519"
|
|
},
|
|
"65171251a9aff5a8b3143a813481cb07f6e0de4eb197c767837fe4491b739093": {
|
|
"keytype": "ed25519",
|
|
"keyval": {
|
|
"public": "89f28bd4ede5ec3786ab923fd154f39588d20881903e69c7b08fb504c6750815"
|
|
},
|
|
"scheme": "ed25519"
|
|
},
|
|
"72b70899257dc30b596af3a9fe141a924af821aff28ed58d1aea0db9f70a70f7": {
|
|
"keytype": "ed25519",
|
|
"keyval": {
|
|
"public": "3ba219e69666298bce5d1d653a166346aef807c02e32a846aaefcb5190fddeb4"
|
|
},
|
|
"scheme": "ed25519"
|
|
},
|
|
"8a1c4a3ac2d515dec982ba9910c5fd79b91ae57f625b9cff25d06bf0a61c1758": {
|
|
"keytype": "ed25519",
|
|
"keyval": {
|
|
"public": "82ccf6ac47298ff43bfa0cd639868894e305a99c723ff0515ae2e9856eb5bbf4"
|
|
},
|
|
"scheme": "ed25519"
|
|
}
|
|
},
|
|
"roles": {
|
|
"root": {
|
|
"keyids": [
|
|
"72b70899257dc30b596af3a9fe141a924af821aff28ed58d1aea0db9f70a70f7"
|
|
],
|
|
"threshold": 1
|
|
},
|
|
"snapshot": {
|
|
"keyids": [
|
|
"59a4df8af818e9ed7abe0764c0b47b4240952aa0d179b5b78346c470ac30278d"
|
|
],
|
|
"threshold": 1
|
|
},
|
|
"targets": {
|
|
"keyids": [
|
|
"65171251a9aff5a8b3143a813481cb07f6e0de4eb197c767837fe4491b739093"
|
|
],
|
|
"threshold": 1
|
|
},
|
|
"timestamp": {
|
|
"keyids": [
|
|
"8a1c4a3ac2d515dec982ba9910c5fd79b91ae57f625b9cff25d06bf0a61c1758"
|
|
],
|
|
"threshold": 1
|
|
}
|
|
},
|
|
"spec_version": "1.0.19",
|
|
"version": 1
|
|
}
|
|
} |