fix tests. new product advisories enhancements

This commit is contained in:
master
2026-01-25 19:11:36 +02:00
parent c70e83719e
commit 6e687b523a
504 changed files with 40610 additions and 3785 deletions

View File

@@ -0,0 +1,42 @@
{
"signed": {
"_type": "root",
"spec_version": "1.0.0",
"version": 1,
"expires": "2027-01-25T00:00:00Z",
"keys": {
"SAMPLE_ROOT_KEY_ID_DO_NOT_USE": {
"keytype": "ed25519",
"scheme": "ed25519",
"keyval": {
"public": "SAMPLE_PUBLIC_KEY_BASE64_DO_NOT_USE"
}
}
},
"roles": {
"root": {
"keyids": ["SAMPLE_ROOT_KEY_ID_DO_NOT_USE"],
"threshold": 1
},
"snapshot": {
"keyids": ["SAMPLE_SNAPSHOT_KEY_ID"],
"threshold": 1
},
"timestamp": {
"keyids": ["SAMPLE_TIMESTAMP_KEY_ID"],
"threshold": 1
},
"targets": {
"keyids": ["SAMPLE_TARGETS_KEY_ID"],
"threshold": 1
}
},
"consistent_snapshot": true
},
"signatures": [
{
"keyid": "SAMPLE_ROOT_KEY_ID_DO_NOT_USE",
"sig": "SAMPLE_SIGNATURE_DO_NOT_USE"
}
]
}