mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
After seeing the coveralls report I realized the projects were not relocatable. While this might be convenient for some uses, moving a project from one place to another might not be optimal. This has been changed now. The only place where absolute filepaths are handled now is with flat project layouts. However, it is possible to overwrite this filepath if the targets folder is to be changed.
51 lines
No EOL
1.9 KiB
JSON
51 lines
No EOL
1.9 KiB
JSON
{
|
|
"signatures": [
|
|
{
|
|
"keyid": "6986b667c736a3b37471e030cf4ce7aa6c7e0d530325e64c2660276b77be3754",
|
|
"method": "RSASSA-PSS",
|
|
"sig": "4c979969f2e1850be960d5e4dd4b344fbaa56f7a5cbc00de3e9f7f36e3e4be3787e55ceb790831955d9c6136376f383a7cb8f288d4d8f114abbdbf368d860ece3640178a1f9b75221a9a31e27cfc153f3dcf7417cbd45a503f6b025e679a69b75f30087faa855d2812023dc05d8eea477930ecd81ea4a19ff7985af8e18d20233bffcb6151fbf749ede1acecd6c9e7fe60c11cf89c49a0ec3b08770e2ef6d7669828f850c5631f6b09dbb977b059d88f32bd0d0bfa7e5bc9bf9197febe730a068de1426f6ead68a8199d2f8e62455d24a9f902679e489624df90c9c4d35e31fe605bd6bba07a7e01547bec85a3216826aaee942d907617583440cbaf5f7889e4"
|
|
}
|
|
],
|
|
"signed": {
|
|
"_type": "Targets",
|
|
"delegations": {
|
|
"keys": {
|
|
"a404d46b042a2eb92f0cc4b28849f8e9107c9e185c45c8ece64a302626af805f": {
|
|
"keytype": "rsa",
|
|
"keyval": {
|
|
"public": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqKdTRVn3mLQFUf02Rpug\nwVEU4yJtechILLb6nM7+urfwLe6f7EsNCDFhkiTP7vKuQywdLYrhwZKYZMDmaVnI\nq4d/tBLvb/jGY/IPFVvWbAOWtwWG7apiAFrcp3Idq6EKGaVVLn7tyv74+nisssYJ\ncVKodlkzpgX1Ibrdq73BUlAxhEQNDAUM5bzyJUW0BU4OSjUoFKCgc8BSkNcSLwXO\nRpyqAwDpPWiL68N1Dch7R9uD6GE9aREY9SKoYsNCvUOraIcme4fJZ3NmxpN3SVnX\ntepoiJo2iAtORtEI1yTCv/dOPap/iebveeCjn667HkMezJodSR8X3pMgMKMVyxhJ\ngwIDAQAB\n-----END PUBLIC KEY-----"
|
|
}
|
|
}
|
|
},
|
|
"roles": [
|
|
{
|
|
"backtrack": true,
|
|
"keyids": [
|
|
"a404d46b042a2eb92f0cc4b28849f8e9107c9e185c45c8ece64a302626af805f"
|
|
],
|
|
"name": "test-flat/role1",
|
|
"paths": [
|
|
"/file3.txt"
|
|
],
|
|
"threshold": 1
|
|
}
|
|
]
|
|
},
|
|
"expires": "2030-01-01T00:00:00Z",
|
|
"targets": {
|
|
"prefix/file1.txt": {
|
|
"hashes": {
|
|
"sha256": "65b8c67f51c993d898250f40aa57a317d854900b3a04895464313e48785440da"
|
|
},
|
|
"length": 31
|
|
},
|
|
"prefix/file2.txt": {
|
|
"hashes": {
|
|
"sha256": "452ce8308500d83ef44248d8e6062359211992fd837ea9e370e561efb1a4ca99"
|
|
},
|
|
"length": 39
|
|
}
|
|
},
|
|
"version": 1
|
|
}
|
|
} |