@marinjursic/prc-linux-arm64 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/DISCLOSURE +21 -0
  2. package/README.md +5 -1
  3. package/bin/catalog/assertions/core-repository.yaml +28 -28
  4. package/bin/catalog/control-check-bindings.json.gz +0 -0
  5. package/bin/catalog/control-check-programs.json.gz +0 -0
  6. package/bin/catalog/control-contracts.json.gz +0 -0
  7. package/bin/catalog/control-id-registry.json.gz +0 -0
  8. package/bin/fixtures/benchmarks/core-native/suite-comprehensive.yaml +10 -1
  9. package/bin/fixtures/benchmarks/core-native/suite.yaml +13 -2
  10. package/bin/packs/core-foundation.yaml +4 -4
  11. package/bin/packs/core-native.yaml +10 -10
  12. package/bin/prc +0 -0
  13. package/bin/schemas/adapter-execution-v0.3.schema.json +145 -0
  14. package/bin/schemas/authoritative-evidence-bundle.schema.json +38 -0
  15. package/bin/schemas/authoritative-evidence-set.schema.json +38 -0
  16. package/bin/schemas/authoritative-evidence-verification.schema.json +54 -0
  17. package/bin/schemas/automatic-coverage.schema.json +49 -0
  18. package/bin/schemas/control-check-bindings.schema.json +119 -0
  19. package/bin/schemas/control-check-evidence-v0.1.schema.json +244 -0
  20. package/bin/schemas/control-check-evidence.schema.json +244 -0
  21. package/bin/schemas/control-check-program-catalog.schema.json +160 -0
  22. package/bin/schemas/control-check-program-definitions.schema.json +139 -0
  23. package/bin/schemas/control-check-program.schema.json +298 -0
  24. package/bin/schemas/control-classification-final.schema.json +64 -0
  25. package/bin/schemas/control-classification-review.schema.json +161 -0
  26. package/bin/schemas/control-classification-skeptic-review.schema.json +96 -0
  27. package/bin/schemas/control-classification-strength-review.schema.json +90 -0
  28. package/bin/schemas/control-contracts.schema.json +101 -12
  29. package/bin/schemas/control-review-output-v0.2.schema.json +66 -0
  30. package/bin/schemas/control-review-output.schema.json +22 -3
  31. package/bin/schemas/evidence-requirements.schema.json +144 -0
  32. package/bin/schemas/evidence-set-verification.schema.json +65 -0
  33. package/bin/schemas/provider-capabilities.schema.json +26 -0
  34. package/bin/schemas/run-result-v0.10.schema.json +5 -5
  35. package/bin/schemas/run-result-v0.11.schema.json +5 -5
  36. package/bin/schemas/run-result-v0.12.schema.json +270 -0
  37. package/bin/schemas/run-result.schema.json +166 -16
  38. package/bin/schemas/signature-verification.schema.json +8 -1
  39. package/bin/schemas/signature.schema.json +8 -1
  40. package/bin/schemas/trust-store.schema.json +8 -1
  41. package/manifest.json +1144 -5
  42. package/package.json +8 -3
  43. package/bin/LICENSE +0 -21
  44. package/bin/README.md +0 -335
  45. package/bin/catalog/control-contracts.json +0 -1
  46. package/bin/catalog/control-id-registry.json +0 -110470
  47. package/bin/docs/architecture/adapters.md +0 -380
  48. package/bin/docs/architecture/agent-providers.md +0 -188
  49. package/bin/docs/architecture/applicability.md +0 -80
  50. package/bin/docs/architecture/catalog-integrity.md +0 -85
  51. package/bin/docs/architecture/evidence-and-results.md +0 -154
  52. package/bin/docs/architecture/execution-plans.md +0 -61
  53. package/bin/docs/architecture/product-contract.md +0 -76
  54. package/bin/docs/architecture/publisher-trust.md +0 -68
  55. package/bin/docs/architecture/remediation-contract.md +0 -113
  56. package/bin/docs/architecture/trust-model.md +0 -95
  57. package/bin/docs/assets/hero.svg +0 -37
  58. package/bin/docs/assets/logo.svg +0 -13
  59. package/bin/docs/assets/production-readiness-scan-demo-poster.png +0 -0
  60. package/bin/docs/assets/production-readiness-scan-demo.gif +0 -0
  61. package/bin/docs/assets/production-readiness-scan-demo.mp4 +0 -0
  62. package/bin/docs/assets/social-card.png +0 -0
  63. package/bin/docs/assets/social-card.svg +0 -40
  64. package/bin/docs/engineering/source-manifest.md +0 -479
  65. package/bin/docs/guides/ai-assisted-review.md +0 -61
  66. package/bin/docs/guides/getting-started.md +0 -78
  67. package/bin/docs/index.md +0 -66
  68. package/bin/docs/prompts/evidence-challenge.md +0 -26
  69. package/bin/docs/prompts/full-readiness-review.md +0 -34
  70. package/bin/docs/prompts/release-diff-review.md +0 -31
  71. package/bin/docs/records/evidence-record.md +0 -42
  72. package/bin/docs/records/go-no-go-decision.md +0 -63
  73. package/bin/docs/records/release-assessment.md +0 -124
  74. package/bin/docs/records/risk-exception.md +0 -64
  75. package/bin/docs/references.md +0 -52
  76. package/bin/docs/scanner/ai-control-review.md +0 -208
  77. package/bin/docs/scanner/benchmarks.md +0 -122
  78. package/bin/docs/scanner/cli-contract.md +0 -130
  79. package/bin/docs/scanner/configuration.md +0 -101
  80. package/bin/docs/scanner/control-contracts.md +0 -47
  81. package/bin/docs/scanner/core-repository.md +0 -62
  82. package/bin/docs/scanner/diff-and-invalidation.md +0 -79
  83. package/bin/docs/scanner/doctor.md +0 -71
  84. package/bin/docs/scanner/getting-started.md +0 -355
  85. package/bin/docs/scanner/go-http-timeouts.md +0 -96
  86. package/bin/docs/scanner/infrastructure-policy.md +0 -64
  87. package/bin/docs/scanner/kubernetes-workloads.md +0 -63
  88. package/bin/docs/scanner/mcp-agent-integration.md +0 -138
  89. package/bin/docs/scanner/openapi-contracts.md +0 -75
  90. package/bin/docs/scanner/private-key-armor.md +0 -44
  91. package/bin/docs/scanner/releases.md +0 -160
  92. package/bin/docs/scanner/remediation.md +0 -273
  93. package/bin/docs/scanner/risk-exceptions.md +0 -52
  94. package/bin/docs/scanner/security-walkthrough.md +0 -236
  95. package/bin/docs/scanner/state-and-history.md +0 -113
  96. package/bin/docs/scanner/supply-chain.md +0 -132
  97. package/bin/docs/scanner/test-discovery.md +0 -60
  98. package/bin/docs/stylesheets/extra.css +0 -183
package/manifest.json CHANGED
@@ -1,9 +1,1148 @@
1
1
  {
2
2
  "binary_path": "bin/prc",
3
- "binary_sha256": "5518ed484004b1d35ed8a1cef7c338245315ddb19105ea12109d197c4aa52486",
4
- "built_at": "2026-08-26T08:16:30Z",
3
+ "binary_sha256": "4fe61e7cc19c27b17204173151bf25c7a4ecc519f8479948de56ddb92120fd91",
4
+ "built_at": "2026-08-30T13:51:59Z",
5
5
  "package_name": "@marinjursic/prc-linux-arm64",
6
- "schema_version": "prc.npm-platform/v0.1",
7
- "source_commit": "0ec93a8f515a4a566be1c509a9e58ce44cfa6768",
8
- "version": "0.1.0"
6
+ "schema_version": "prc.npm-platform/v0.2",
7
+ "source_commit": "b881456a6e35580f3e5db586a43218dba6048580",
8
+ "support_bytes": 4854681,
9
+ "support_file_count": 227,
10
+ "support_files": [
11
+ {
12
+ "path": "bin/THIRD_PARTY_NOTICES.md",
13
+ "sha256": "6d1f40760ea293162e9cc07b84c2eeb854d536893d1c253a99c1e2bbad7532f8",
14
+ "size": 3878
15
+ },
16
+ {
17
+ "path": "bin/adapters/checkov-v3.3.8.yaml",
18
+ "sha256": "d6dcfbb0fead69670e93e3e5bea3d15e77596eae2cf38a10a728f99d712e5b49",
19
+ "size": 2084
20
+ },
21
+ {
22
+ "path": "bin/adapters/gitleaks-v8.30.0.yaml",
23
+ "sha256": "6f6e047750f30b04ba57c77e4841c30b7582f9e852cbc64db47a032a0e96c4f1",
24
+ "size": 1970
25
+ },
26
+ {
27
+ "path": "bin/adapters/grype-v0.116.1.yaml",
28
+ "sha256": "af912405957d8859c73835b4d8ae056734d5a7b19e8f6e272a76041f41e135af",
29
+ "size": 2493
30
+ },
31
+ {
32
+ "path": "bin/adapters/syft-v1.51.0.yaml",
33
+ "sha256": "e4b8171d6ba943755fa04bb593bf27c172d2a21720cfb18c41be9c2d0d1aa77c",
34
+ "size": 2029
35
+ },
36
+ {
37
+ "path": "bin/catalog/assertions/core-repository.yaml",
38
+ "sha256": "d12f5878b81907749cca42ee513e8b99d5ec97f16a85aa3097b285761cd24767",
39
+ "size": 26538
40
+ },
41
+ {
42
+ "path": "bin/catalog/assertions/iac.yaml",
43
+ "sha256": "96da82d54719fe8ee16586cfa2c2e279629e1aaa2fc2ea616980f8d1c89c66b5",
44
+ "size": 1188
45
+ },
46
+ {
47
+ "path": "bin/catalog/assertions/supply-chain.yaml",
48
+ "sha256": "036c0b4409d1ba3c36c9d7dfde48fcae0fa8c0e5ab97a761291536c79f130018",
49
+ "size": 2058
50
+ },
51
+ {
52
+ "path": "bin/catalog/control-check-bindings.json.gz",
53
+ "sha256": "ea2c5bf90b7402fd0d0a4f854dbca738bee76d7f0e7f26d46d7233cd6b5c755b",
54
+ "size": 169359
55
+ },
56
+ {
57
+ "path": "bin/catalog/control-check-programs.json.gz",
58
+ "sha256": "14ebbbd6e85f560f5a1d0bcb9b10ca0fa3d0cab8096186bdf4053fd088f24c73",
59
+ "size": 722121
60
+ },
61
+ {
62
+ "path": "bin/catalog/control-contracts.json.gz",
63
+ "sha256": "0449ae6428746dcbeb837291aee853dbb8d1840964d4667c69563821f25fb306",
64
+ "size": 1026973
65
+ },
66
+ {
67
+ "path": "bin/catalog/control-id-registry.json.gz",
68
+ "sha256": "e4e0d1233d7a2172e83114a1b06d3d852d3659c37a49158f7267d7be895f467d",
69
+ "size": 962518
70
+ },
71
+ {
72
+ "path": "bin/catalog/objectives/core-repository.yaml",
73
+ "sha256": "b76c08f2242a5f066ce32bcf40284175960ceff273d976c5a3143e990bb2860c",
74
+ "size": 9808
75
+ },
76
+ {
77
+ "path": "bin/catalog/objectives/iac.yaml",
78
+ "sha256": "eee223f20a902cdf0e62d27558c733418393b3d8d05b46577328b5a25d323eee",
79
+ "size": 439
80
+ },
81
+ {
82
+ "path": "bin/catalog/objectives/supply-chain.yaml",
83
+ "sha256": "08bc057cf87c69ad8637b2bef87aadf57a79a79e95f3ba61927ef81ba166a7c3",
84
+ "size": 434
85
+ },
86
+ {
87
+ "path": "bin/catalog/profiles/api.yaml",
88
+ "sha256": "64ada53afce3bc3a78a7175c042bd583e74b52c959358b5bfea8319c69f3fc3c",
89
+ "size": 346
90
+ },
91
+ {
92
+ "path": "bin/catalog/profiles/core-repository.yaml",
93
+ "sha256": "e6c7d388570ea8258038a32188ae55c1f94eceb48f5808c4ef0ac4bf94b6b74e",
94
+ "size": 1079
95
+ },
96
+ {
97
+ "path": "bin/catalog/profiles/iac.yaml",
98
+ "sha256": "b688ad8816e64378016117f7d32b97d7fe8db8fd115547be0799a71b4ae1462e",
99
+ "size": 508
100
+ },
101
+ {
102
+ "path": "bin/catalog/profiles/kubernetes.yaml",
103
+ "sha256": "acc92c8ad25becdf1a8dbd920e151adb78c20ef500bbcca965f9e37401b2f03e",
104
+ "size": 455
105
+ },
106
+ {
107
+ "path": "bin/catalog/profiles/quick.yaml",
108
+ "sha256": "86340e155e293e27c95c42794818370a126173bb16dedd979d6ce8a16d1653fe",
109
+ "size": 710
110
+ },
111
+ {
112
+ "path": "bin/catalog/profiles/supply-chain.yaml",
113
+ "sha256": "0c1bfd8286a244407e7c6c0365d77df7fab788d77f72673fedcd66fc2063391a",
114
+ "size": 591
115
+ },
116
+ {
117
+ "path": "bin/docs/checklists/00-readiness-principle.md",
118
+ "sha256": "3c81de0f56208279c2f15e86e121dae20a6e2ccf324a3faeafd4b5a6d959906e",
119
+ "size": 1741
120
+ },
121
+ {
122
+ "path": "bin/docs/checklists/01-release-foundations.md",
123
+ "sha256": "bbb36fbeb79c9699e9cb6daa9ba88f922aabf546815aba07981077f46b9c983d",
124
+ "size": 7006
125
+ },
126
+ {
127
+ "path": "bin/docs/checklists/02-product-risk-architecture.md",
128
+ "sha256": "2041fb5a82ee8e0bd042192b8f77061d41f58e695810396ea19ed6ca8061459a",
129
+ "size": 9431
130
+ },
131
+ {
132
+ "path": "bin/docs/checklists/03-source-build-supply-chain.md",
133
+ "sha256": "f8503fadef3722d569a1ce6296e5077ddccf94e860f181f49978ee3b950cfb72",
134
+ "size": 7669
135
+ },
136
+ {
137
+ "path": "bin/docs/checklists/04-environments-quality-experience.md",
138
+ "sha256": "66f1313737024eddaf2ad1759bdc839884b9149dd0c0f5d309b6f8fb595a82e3",
139
+ "size": 17381
140
+ },
141
+ {
142
+ "path": "bin/docs/checklists/05-application-security.md",
143
+ "sha256": "ef8e3afc851aabb7f28fd74043cfac09ff16a0ca6827178f9d4de7cdce31afc0",
144
+ "size": 25676
145
+ },
146
+ {
147
+ "path": "bin/docs/checklists/06-data-privacy-performance.md",
148
+ "sha256": "7818689545d918dd8bef700e065a8313f4e83f41030e15d0f03e5fb438392317",
149
+ "size": 13123
150
+ },
151
+ {
152
+ "path": "bin/docs/checklists/07-reliability-operations.md",
153
+ "sha256": "64386267650d9abb17a63dfbaff74e86546c64f4f54aaa9178aa8ad712229cab",
154
+ "size": 27699
155
+ },
156
+ {
157
+ "path": "bin/docs/checklists/08-maintenance-vendors-compliance.md",
158
+ "sha256": "5c29beef95c59979cabd4d5079211c28298d6b00774e95bd9112bf5161cf9113",
159
+ "size": 9294
160
+ },
161
+ {
162
+ "path": "bin/docs/checklists/09-conditional-modules.md",
163
+ "sha256": "8a7bb602a0ca25e79e5fd122ec55793204bafb43ce1562c69583ec93ea8e0e3c",
164
+ "size": 17189
165
+ },
166
+ {
167
+ "path": "bin/docs/checklists/10-evidence-and-decision.md",
168
+ "sha256": "948fbb65f02de26e2c661c932187cd43071a203ebb478fe2c6c40712d9a1dac8",
169
+ "size": 6949
170
+ },
171
+ {
172
+ "path": "bin/docs/engineering/00-overview.md",
173
+ "sha256": "a2f3541906198483b55a5513dc1f704d8c3a514097fc9d9cb24940bfc510f4ef",
174
+ "size": 4223
175
+ },
176
+ {
177
+ "path": "bin/docs/engineering/01-governance-and-foundations.md",
178
+ "sha256": "2925e04d3f9ad3bcff23c371af6561bdd4d370adc872b31e1d6c2f59cc7b2a37",
179
+ "size": 91453
180
+ },
181
+ {
182
+ "path": "bin/docs/engineering/02-product-and-requirements.md",
183
+ "sha256": "be21bac544d5b73bd5486ad110b52925a43422b668b9348566d59abd2721b687",
184
+ "size": 15895
185
+ },
186
+ {
187
+ "path": "bin/docs/engineering/03-user-experience-web-and-content.md",
188
+ "sha256": "e526a579e3d6ae685145ee011b3d8327c6b24f596177d662b0bf89510b20678f",
189
+ "size": 149525
190
+ },
191
+ {
192
+ "path": "bin/docs/engineering/04-architecture-and-design.md",
193
+ "sha256": "bde779e7e0156b262490581da82628f2b6a0847a1585c1e83264ef79246ba90b",
194
+ "size": 34016
195
+ },
196
+ {
197
+ "path": "bin/docs/engineering/05-code-quality-and-implementation.md",
198
+ "sha256": "84c68ad232991943662f301187f6d996da88c160d3b36b9a3eaaa884bfd01930",
199
+ "size": 115360
200
+ },
201
+ {
202
+ "path": "bin/docs/engineering/06-application-services-and-apis.md",
203
+ "sha256": "9d657cd10df6ba100bf7baa526949e58fe398c8f2995e4d8776fe4da891d0bea",
204
+ "size": 43488
205
+ },
206
+ {
207
+ "path": "bin/docs/engineering/07-data-and-information-lifecycle.md",
208
+ "sha256": "b0772f946c0c9158141c79d9da76fe7fb641f39b104886fe9d868346677701ad",
209
+ "size": 106904
210
+ },
211
+ {
212
+ "path": "bin/docs/engineering/08-security-and-cryptography.md",
213
+ "sha256": "982a0d349b5d9a9bc71707d25a8be1016384526b164558539da507576a6d2adc",
214
+ "size": 139157
215
+ },
216
+ {
217
+ "path": "bin/docs/engineering/09-privacy-and-data-protection.md",
218
+ "sha256": "f3d61d1e724c24fe46bd7bf6994810051c090fb79f4c81543dd72dc9d5f822aa",
219
+ "size": 18231
220
+ },
221
+ {
222
+ "path": "bin/docs/engineering/10-verification-and-testing.md",
223
+ "sha256": "cbc833d76c2539f0b76953d3ec91f43fe976d1e84a69d06e07122d7a73b6ae66",
224
+ "size": 89274
225
+ },
226
+ {
227
+ "path": "bin/docs/engineering/11-developer-experience-platform-and-delivery.md",
228
+ "sha256": "7a293c9585ffd21a2be62a88aba5f8f1f398e23d25156ac5fda5a799fc29f1a0",
229
+ "size": 103636
230
+ },
231
+ {
232
+ "path": "bin/docs/engineering/12-operations-sre-and-support.md",
233
+ "sha256": "a44794798f81020c64667407c0456b854702e961f2a4a08623629a89704ac59c",
234
+ "size": 80569
235
+ },
236
+ {
237
+ "path": "bin/docs/engineering/13-documentation-and-knowledge.md",
238
+ "sha256": "797bd10cf055311f82c99e97a62d5be54ca7c1ad09e6d4b603dfaef3315dadc4",
239
+ "size": 32103
240
+ },
241
+ {
242
+ "path": "bin/docs/engineering/14-trust-safety-and-ecosystems.md",
243
+ "sha256": "8a207d2ae41d2af94408aeaec0344a00bd6b9f33f5d8d0f2f6606472a9fc5347",
244
+ "size": 37816
245
+ },
246
+ {
247
+ "path": "bin/docs/engineering/15-ai-ml-and-ai-assisted-development.md",
248
+ "sha256": "bad11970c3dbe9251e25c2dca0dc1971399acab31f54b4830998f915f3577ddb",
249
+ "size": 101469
250
+ },
251
+ {
252
+ "path": "bin/docs/engineering/16-specialized-domains-and-release-assurance.md",
253
+ "sha256": "bc7f02dd4bf522c9f3a4bc018cf48e29f6950c23ed226ccc4b5fe925cdd5c34a",
254
+ "size": 69256
255
+ },
256
+ {
257
+ "path": "bin/fixtures/benchmarks/core-native/suite-comprehensive.yaml",
258
+ "sha256": "e87876079517b41ed95ade2b00d5b8df0a34a5f7889b35ef692d5014bbe6db31",
259
+ "size": 18094
260
+ },
261
+ {
262
+ "path": "bin/fixtures/benchmarks/core-native/suite.yaml",
263
+ "sha256": "a9b854930d4b299a126408df9cb3404377127af0763f7afcf5e3ae9abeb1711f",
264
+ "size": 2121
265
+ },
266
+ {
267
+ "path": "bin/fixtures/benchmarks/core-native/targets/baseline/README.md",
268
+ "sha256": "27ab1f15ba8bcffba1be2bc4722653ca2662442b76f8a1193aefcf5a344d5127",
269
+ "size": 101
270
+ },
271
+ {
272
+ "path": "bin/fixtures/benchmarks/core-native/targets/baseline/app.go",
273
+ "sha256": "498a58ed46c3e5c0198aefbd727de73fec619bb9d1c5f38b4d673c87274c0284",
274
+ "size": 25
275
+ },
276
+ {
277
+ "path": "bin/fixtures/benchmarks/core-native/targets/conflict-template/app.js",
278
+ "sha256": "8d206bad91a0ec7efe19d12ef71fd40d367522c6e3944643d0a221e06bd46554",
279
+ "size": 135
280
+ },
281
+ {
282
+ "path": "bin/fixtures/benchmarks/core-native/targets/container-risky-template/Dockerfile",
283
+ "sha256": "52c96c9b9b1e17b677152b5d6b112d149c9a60453f8e61eed103b43fe54b742f",
284
+ "size": 24
285
+ },
286
+ {
287
+ "path": "bin/fixtures/benchmarks/core-native/targets/container-valid/Dockerfile",
288
+ "sha256": "52c96c9b9b1e17b677152b5d6b112d149c9a60453f8e61eed103b43fe54b742f",
289
+ "size": 24
290
+ },
291
+ {
292
+ "path": "bin/fixtures/benchmarks/core-native/targets/dependency-lock-missing/package.json",
293
+ "sha256": "4f402369fcaf4739fc35e59f99b38f6cee9eec46673dc230ea1b59a40b568e91",
294
+ "size": 92
295
+ },
296
+ {
297
+ "path": "bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package-lock.json",
298
+ "sha256": "a0dc40efdb03ec6028c78b37d34f8773adfb758310328b9a3edb687127217db7",
299
+ "size": 103
300
+ },
301
+ {
302
+ "path": "bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package.json",
303
+ "sha256": "1a728d620b298e77f53cdf87c04c105114e46ef994691a36aaba8734da5fa229",
304
+ "size": 92
305
+ },
306
+ {
307
+ "path": "bin/fixtures/benchmarks/core-native/targets/empty-manifest-template/package.json",
308
+ "sha256": "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356",
309
+ "size": 3
310
+ },
311
+ {
312
+ "path": "bin/fixtures/benchmarks/core-native/targets/final-newline-template/app.py",
313
+ "sha256": "40e86ec5b7d6b0a7b6340b11f2bf9707fd031e648ad4edd96e31ab657d9ca7a2",
314
+ "size": 30
315
+ },
316
+ {
317
+ "path": "bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/CODEOWNERS",
318
+ "sha256": "14beadd37dce53843eb83701414e9fed6151e850a02b751c9528f0da618db973",
319
+ "size": 22
320
+ },
321
+ {
322
+ "path": "bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/dependabot.yml",
323
+ "sha256": "146fc4a7e29026507034652f344d0f100f70fd1a61e2a9cfa74bbabe38281b43",
324
+ "size": 101
325
+ },
326
+ {
327
+ "path": "bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/workflows/validate.yml",
328
+ "sha256": "e2babf608dad81ed263b5487411d6b629e94aeb65b1d8762ed37efdc8c439bcc",
329
+ "size": 249
330
+ },
331
+ {
332
+ "path": "bin/fixtures/benchmarks/core-native/targets/foundation-present/CODE_OF_CONDUCT.md",
333
+ "sha256": "b85ff13db1af0ed08c4654a46104dfcfeea0f847a13251736716b574b12b4b78",
334
+ "size": 51
335
+ },
336
+ {
337
+ "path": "bin/fixtures/benchmarks/core-native/targets/foundation-present/CONTRIBUTING.md",
338
+ "sha256": "88593c751cabacd62117e970928dffa0c8bad4d358d0a5d4d8f5b1208c86ed30",
339
+ "size": 65
340
+ },
341
+ {
342
+ "path": "bin/fixtures/benchmarks/core-native/targets/foundation-present/LICENSE",
343
+ "sha256": "f282748edf3c763eaaf67ce8d67c194bd3727fe895de2b6fcb75c2409896445b",
344
+ "size": 26
345
+ },
346
+ {
347
+ "path": "bin/fixtures/benchmarks/core-native/targets/foundation-present/README.md",
348
+ "sha256": "f43905d127059ea82909d00d7e0e1f78d696d3fe26652b9de575059ba1e70104",
349
+ "size": 103
350
+ },
351
+ {
352
+ "path": "bin/fixtures/benchmarks/core-native/targets/foundation-present/SECURITY.md",
353
+ "sha256": "e44d841218cdb0abc14575bcb58f59d2d0ec4b9c2198e0d328bb586d8171f9da",
354
+ "size": 78
355
+ },
356
+ {
357
+ "path": "bin/fixtures/benchmarks/core-native/targets/foundation-present/package-lock.json",
358
+ "sha256": "933e8f16ad819026d972a836fa93712f3e8dbd28a564e2268faf59ebde53f865",
359
+ "size": 101
360
+ },
361
+ {
362
+ "path": "bin/fixtures/benchmarks/core-native/targets/foundation-present/package.json",
363
+ "sha256": "6681bf60985c1b70960f04cd5311a4242e666bc9669420534aae11840953a221",
364
+ "size": 147
365
+ },
366
+ {
367
+ "path": "bin/fixtures/benchmarks/core-native/targets/foundation-present/tests/example.test.js",
368
+ "sha256": "cd9544fd9553720a27d9eafed456bd17cadba48e6b58452a7ec1f3c2c8f265b4",
369
+ "size": 58
370
+ },
371
+ {
372
+ "path": "bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/go.mod",
373
+ "sha256": "b42347c8000ee5dbc7b36178bcaa9247af0a26fc694f48b64db35ba75a474616",
374
+ "size": 45
375
+ },
376
+ {
377
+ "path": "bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/server.go",
378
+ "sha256": "80aeccf58fff48ed80b1512961b340ae483e92ecfb5da187f1be716437ef2d10",
379
+ "size": 332
380
+ },
381
+ {
382
+ "path": "bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/client.go",
383
+ "sha256": "458a45f9bab0965529a1e075e0477155ef1e63f8a3f502a0278c9ded53644d25",
384
+ "size": 43
385
+ },
386
+ {
387
+ "path": "bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/go.mod",
388
+ "sha256": "55509c46860f3181a1aaa3551f70d7d341e1777f1030b54a7424caf8258efa99",
389
+ "size": 49
390
+ },
391
+ {
392
+ "path": "bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/client.go",
393
+ "sha256": "bb2f886564c82a3d74fe00705e18247879f3236de1f3e3588506eaf8343a9faf",
394
+ "size": 148
395
+ },
396
+ {
397
+ "path": "bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/go.mod",
398
+ "sha256": "c6ec96e1f13038d65abc967285e1faeb01ea29bc4d22030a02e71a421ec35eae",
399
+ "size": 45
400
+ },
401
+ {
402
+ "path": "bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/client.go",
403
+ "sha256": "6a4bc3ec22230dc44e878e5e8c29e085d01bda9496243e6cb0b6054bf7cc5016",
404
+ "size": 457
405
+ },
406
+ {
407
+ "path": "bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/go.mod",
408
+ "sha256": "5c228327c0c3eac85abf94b9bd6ab20e267a6d00b1249f658315d6c67e363d97",
409
+ "size": 44
410
+ },
411
+ {
412
+ "path": "bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/hazards_test.go",
413
+ "sha256": "5ce7bca113ec87ddbf440eec41399ea25f58f7efbaa07acdbea5163c97fa2bf6",
414
+ "size": 158
415
+ },
416
+ {
417
+ "path": "bin/fixtures/benchmarks/core-native/targets/kubernetes-risky-template/deployment.yaml",
418
+ "sha256": "bc6ac03453d1b512f4d369c88baf2eba6ee5dbd2ce62d82bbbf2e90cb9b410f9",
419
+ "size": 694
420
+ },
421
+ {
422
+ "path": "bin/fixtures/benchmarks/core-native/targets/kubernetes-valid/deployment.yaml",
423
+ "sha256": "bb9f623df44d2fad277c585aa4988ca7ff58f53aa003d27216bd4d30fd4ff467",
424
+ "size": 660
425
+ },
426
+ {
427
+ "path": "bin/fixtures/benchmarks/core-native/targets/openapi-operation-ids-risky-template/openapi.yaml",
428
+ "sha256": "2cce66da0c17a2d9f5084d5c21d633d9330d2819088c43381ddbac64b767c22d",
429
+ "size": 314
430
+ },
431
+ {
432
+ "path": "bin/fixtures/benchmarks/core-native/targets/openapi-operation-responses-risky-template/openapi.yaml",
433
+ "sha256": "05d00caf912e4169bbc20cd90d1738b1ccc1162c563bf6d0115fcfe4920d5c82",
434
+ "size": 178
435
+ },
436
+ {
437
+ "path": "bin/fixtures/benchmarks/core-native/targets/openapi-root-malformed-template/openapi.yaml",
438
+ "sha256": "b5c4ed874a5edcab4ce8afc7d0ddf59ac77ffc13be8e603675706069390b38cc",
439
+ "size": 69
440
+ },
441
+ {
442
+ "path": "bin/fixtures/benchmarks/core-native/targets/openapi-root-risky-template/openapi.yaml",
443
+ "sha256": "b5c4ed874a5edcab4ce8afc7d0ddf59ac77ffc13be8e603675706069390b38cc",
444
+ "size": 69
445
+ },
446
+ {
447
+ "path": "bin/fixtures/benchmarks/core-native/targets/openapi-root-valid/openapi.yaml",
448
+ "sha256": "573fbb92ff56451680396840b2aa23dc610d706464fae46c634cacad261ef99a",
449
+ "size": 307
450
+ },
451
+ {
452
+ "path": "bin/fixtures/benchmarks/core-native/targets/package-test-command/app.js",
453
+ "sha256": "6a08903b71aa7ab4af5b6cb5b172d642478db630f485bd55dfdea916e85e6314",
454
+ "size": 43
455
+ },
456
+ {
457
+ "path": "bin/fixtures/benchmarks/core-native/targets/package-test-command/package.json",
458
+ "sha256": "1e8786f4ed55745207ef8784f37540e0e9472fe21a5a1ec1d2fbdec05b2c1085",
459
+ "size": 110
460
+ },
461
+ {
462
+ "path": "bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/app.js",
463
+ "sha256": "6a08903b71aa7ab4af5b6cb5b172d642478db630f485bd55dfdea916e85e6314",
464
+ "size": 43
465
+ },
466
+ {
467
+ "path": "bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/package.json",
468
+ "sha256": "fe7ffd3dc7318ce1d7d98b09ffab0cbe378887b428671f6d286017d334645f6f",
469
+ "size": 146
470
+ },
471
+ {
472
+ "path": "bin/fixtures/benchmarks/core-native/targets/private-key-template/deploy.pem",
473
+ "sha256": "d0c811adf22c63dd7ceff3fc6009a83f6252f0687bf2483e2deb938fd9de7509",
474
+ "size": 119
475
+ },
476
+ {
477
+ "path": "bin/fixtures/benchmarks/core-native/targets/readme-missing/fixture.txt",
478
+ "sha256": "7a48509c2d5f00408f79769f1c24828ced62028708f8ab4d3fd2265d7d0fd71a",
479
+ "size": 46
480
+ },
481
+ {
482
+ "path": "bin/fixtures/benchmarks/core-native/targets/runtime-missing/package-lock.json",
483
+ "sha256": "e9842eb1910421bc0a9f6bb30b1931137e183971d3c7bf4b8f9c7d6aa7ae65ca",
484
+ "size": 106
485
+ },
486
+ {
487
+ "path": "bin/fixtures/benchmarks/core-native/targets/runtime-missing/package.json",
488
+ "sha256": "9d0734b7d521cabb4177a8e2a315e58c788b90ae43dce10789bc2cc058a3a04c",
489
+ "size": 64
490
+ },
491
+ {
492
+ "path": "bin/fixtures/benchmarks/core-native/targets/terraform-locked/.terraform.lock.hcl",
493
+ "sha256": "795057e7f37c330136aa1cc3a4068fbf4086577a8e9ba0f6649c7cd22339c1b4",
494
+ "size": 72
495
+ },
496
+ {
497
+ "path": "bin/fixtures/benchmarks/core-native/targets/terraform-locked/main.tf",
498
+ "sha256": "f55cd987c6daa448329a985dfd8d30caf26837ec6b91961e804cafd7237ddc61",
499
+ "size": 92
500
+ },
501
+ {
502
+ "path": "bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/.terraform.lock.hcl",
503
+ "sha256": "795057e7f37c330136aa1cc3a4068fbf4086577a8e9ba0f6649c7cd22339c1b4",
504
+ "size": 72
505
+ },
506
+ {
507
+ "path": "bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/main.tf",
508
+ "sha256": "f55cd987c6daa448329a985dfd8d30caf26837ec6b91961e804cafd7237ddc61",
509
+ "size": 92
510
+ },
511
+ {
512
+ "path": "bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/app.py",
513
+ "sha256": "11c84b7d8ab8ef85c787c2bcb30d6495f4409d8ca6d735beefd0f47261db9a55",
514
+ "size": 29
515
+ },
516
+ {
517
+ "path": "bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/tests/test_app.py",
518
+ "sha256": "38e73eb1b18bed80a58b5d27a73f6b4b32a82a6a56e62d38e865a03915a82e0d",
519
+ "size": 69
520
+ },
521
+ {
522
+ "path": "bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/app.py",
523
+ "sha256": "11c84b7d8ab8ef85c787c2bcb30d6495f4409d8ca6d735beefd0f47261db9a55",
524
+ "size": 29
525
+ },
526
+ {
527
+ "path": "bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/tests/test_app.py",
528
+ "sha256": "693c94a53b9e776cb1bb6de699ef7587e1aa322c230a0eb7c2acbd2803dd9edb",
529
+ "size": 72
530
+ },
531
+ {
532
+ "path": "bin/fixtures/benchmarks/core-native/targets/workflow-malformed/.github/workflows/validate.yml",
533
+ "sha256": "2eb29bd851a6a3b4f9ee33bcbc11e1b61164f21611d31cdce21b408d8e9c0626",
534
+ "size": 17
535
+ },
536
+ {
537
+ "path": "bin/fixtures/benchmarks/core-native/targets/workflow-no-jobs/.github/workflows/empty.yml",
538
+ "sha256": "8218efbe635fc3ebcadbdb7bfdbffac03117163273ece3eb066f397eef8437fa",
539
+ "size": 83
540
+ },
541
+ {
542
+ "path": "bin/fixtures/benchmarks/core-native/targets/workflow-risky/.github/workflows/risky.yml",
543
+ "sha256": "c400e2a0d71b44fa67b6607e8e490b84b03365ecba88966bfe773e74ba723d3a",
544
+ "size": 135
545
+ },
546
+ {
547
+ "path": "bin/fixtures/benchmarks/core-native/targets/workflow-valid/.github/workflows/validate.yml",
548
+ "sha256": "565138c69a39f02276d60f0253120bf2ecf096241ff768a4fc54ca1268f4045f",
549
+ "size": 216
550
+ },
551
+ {
552
+ "path": "bin/packs/core-foundation.yaml",
553
+ "sha256": "1dd29f15f4fe05f9104c617e9a5fa497b627c760075616d19c71483bb237219b",
554
+ "size": 1098
555
+ },
556
+ {
557
+ "path": "bin/packs/core-native.yaml",
558
+ "sha256": "5dfbcb643817e9a1bb70a595268ac8d1e0bb631f2f8e7e1b14a1b0a38c94ee15",
559
+ "size": 6765
560
+ },
561
+ {
562
+ "path": "bin/schemas/adapter-execution-v0.1.schema.json",
563
+ "sha256": "696608d16a8e47982c3c1a3bd5f5936522fe0b84f54ea33f6661bf38451a9708",
564
+ "size": 4394
565
+ },
566
+ {
567
+ "path": "bin/schemas/adapter-execution-v0.2.schema.json",
568
+ "sha256": "22b8503642096152fcdfddbf0b9f2d42b7c29b1c34410ea099ba41063daef174",
569
+ "size": 5733
570
+ },
571
+ {
572
+ "path": "bin/schemas/adapter-execution-v0.3.schema.json",
573
+ "sha256": "979f4198a43a4b20a80f4fa5f25333d54ee6a40375f8cf812e6ed5fc52769310",
574
+ "size": 6401
575
+ },
576
+ {
577
+ "path": "bin/schemas/adapter-execution.schema.json",
578
+ "sha256": "a0dc2f5291267f14f17c34f1e1e5bf3a013b928c7e49ee2fef20aa9051d2561a",
579
+ "size": 6396
580
+ },
581
+ {
582
+ "path": "bin/schemas/adapter-fixture-report.schema.json",
583
+ "sha256": "2d1a60974be6a470ddefffba37e15976301ea15c2af8841eda14a30aa4985ef2",
584
+ "size": 3105
585
+ },
586
+ {
587
+ "path": "bin/schemas/adapter-fixture-suite.schema.json",
588
+ "sha256": "bacc916506fdc73288543c3f2d6a6b251b843364b53ea307d6221392e36e3e51",
589
+ "size": 3990
590
+ },
591
+ {
592
+ "path": "bin/schemas/adapter-manifest-v0.1.schema.json",
593
+ "sha256": "dba1b3f74c25d8994806c4e1e3c7ea2f0dc1df8a158fb2ed2dfe00d91951b053",
594
+ "size": 2606
595
+ },
596
+ {
597
+ "path": "bin/schemas/adapter-manifest-v0.2.schema.json",
598
+ "sha256": "8e5da2b0adb57de23ffce0546250dd714f0ff7418e4b4e84f2659efbcdb94f00",
599
+ "size": 4946
600
+ },
601
+ {
602
+ "path": "bin/schemas/adapter-manifest-v0.3.schema.json",
603
+ "sha256": "2438be1b4481bf5029f76497e2e5146ba0d006ca0db8b71a5a787b78efbfbcff",
604
+ "size": 6919
605
+ },
606
+ {
607
+ "path": "bin/schemas/adapter-manifest.schema.json",
608
+ "sha256": "1c728704d54e834cb39bf451bcc3d4e3ab5434ab14e35462b8a89a388029ff9e",
609
+ "size": 12137
610
+ },
611
+ {
612
+ "path": "bin/schemas/adapter-message.schema.json",
613
+ "sha256": "ba941fbc96be07d4b7812dc169b5768a9eaf9868d3b91cdc689e80778dd844ab",
614
+ "size": 4512
615
+ },
616
+ {
617
+ "path": "bin/schemas/adapter-registry-report.schema.json",
618
+ "sha256": "7ba37f765c1e6ed64a7d17d76824cb6f43ae59014b5bee5ef8b75e1d16c7671a",
619
+ "size": 566
620
+ },
621
+ {
622
+ "path": "bin/schemas/adapter-registry.schema.json",
623
+ "sha256": "d505b21b3b29ad3c20008bdd04012f7f880dc46fbb51d499bd81ddbab5362ab5",
624
+ "size": 2007
625
+ },
626
+ {
627
+ "path": "bin/schemas/agent-execution-v0.1.schema.json",
628
+ "sha256": "aabf261ed5332865d05018d7e1aac610b8776ed6dfbe0d4467ee276477ca4808",
629
+ "size": 1560
630
+ },
631
+ {
632
+ "path": "bin/schemas/agent-execution.schema.json",
633
+ "sha256": "5e0c77eca3e86981f59fa02cf4e403ef5c8fcf1123c0b87f21b1a65082b677ed",
634
+ "size": 1550
635
+ },
636
+ {
637
+ "path": "bin/schemas/agent-failure-v0.1.schema.json",
638
+ "sha256": "fd9eea8d1d96cc4f4158dd2194138ffbe68bbada559c188c906fd6fc5ca032f3",
639
+ "size": 5656
640
+ },
641
+ {
642
+ "path": "bin/schemas/agent-failure.schema.json",
643
+ "sha256": "d1e91e3129fdc8e72f5bfedf87abce52d0e90310861909ae886710fc417f2174",
644
+ "size": 5651
645
+ },
646
+ {
647
+ "path": "bin/schemas/agent-output-v0.1.schema.json",
648
+ "sha256": "8f21722b74049a98a649e532a7e022abf8665ef241e131cb237fae2fe0e480b7",
649
+ "size": 1551
650
+ },
651
+ {
652
+ "path": "bin/schemas/agent-output.schema.json",
653
+ "sha256": "c2bccb7cec3d11cc1a24b831e09ec15c58c5ab66b6a8839aa51cd4a238650bcb",
654
+ "size": 1546
655
+ },
656
+ {
657
+ "path": "bin/schemas/agent-task-v0.1.schema.json",
658
+ "sha256": "fd4b3f78eda60cb5263bf5b2a28034d16ada9e0edff84983877a2bfec73b4a48",
659
+ "size": 2542
660
+ },
661
+ {
662
+ "path": "bin/schemas/agent-task.schema.json",
663
+ "sha256": "899465585127c9cfe40bd9b747c7bc9c84c03b2405bfe47ca8b81842769673bf",
664
+ "size": 2722
665
+ },
666
+ {
667
+ "path": "bin/schemas/assertion-catalog.schema.json",
668
+ "sha256": "016d782272030699d8e64ca7daa8ea4a27a680a4202411fba7ad8826ee5039f5",
669
+ "size": 2496
670
+ },
671
+ {
672
+ "path": "bin/schemas/authoritative-evidence-bundle.schema.json",
673
+ "sha256": "009eaf1fa096e4c1369b388c69e3acfb15d8e7c1c435734cddd137a07c59dc48",
674
+ "size": 1547
675
+ },
676
+ {
677
+ "path": "bin/schemas/authoritative-evidence-set.schema.json",
678
+ "sha256": "0181584089e7387e0c223b7270bf51e3cd071911bb45e125fdd9261e529aa1ed",
679
+ "size": 1355
680
+ },
681
+ {
682
+ "path": "bin/schemas/authoritative-evidence-verification.schema.json",
683
+ "sha256": "09f177959ee03a00da3dba00fb4cd9bf5bed7563b40f432d39da44bf533d6d3e",
684
+ "size": 2505
685
+ },
686
+ {
687
+ "path": "bin/schemas/automatic-coverage.schema.json",
688
+ "sha256": "de0e005f8901026ae4bb758a90f57eb5f7a148cf9a146df10edd38c8d3c2c280",
689
+ "size": 2145
690
+ },
691
+ {
692
+ "path": "bin/schemas/benchmark-report.schema.json",
693
+ "sha256": "7986410a00b33338dd2fe15269d9df013af38c23bac7553a8ff3df3005c68a9b",
694
+ "size": 4920
695
+ },
696
+ {
697
+ "path": "bin/schemas/benchmark-suite.schema.json",
698
+ "sha256": "ca8a2b2198628ca590b61c413b4dbb71572380c7d66f04375e9b81c5515595b8",
699
+ "size": 4255
700
+ },
701
+ {
702
+ "path": "bin/schemas/catalog-bundle.schema.json",
703
+ "sha256": "c76edf2e8e9de8086a834e52bb1c2bf647e46275a6fd21ee6101160435648e66",
704
+ "size": 922
705
+ },
706
+ {
707
+ "path": "bin/schemas/catalog-manifest.schema.json",
708
+ "sha256": "8a7f2fa9f86f4fa4ad49b4187748024e3f28215bd5160ea6eb7e75d49d472f11",
709
+ "size": 849
710
+ },
711
+ {
712
+ "path": "bin/schemas/checkov-iac-policy-report.schema.json",
713
+ "sha256": "5b864d6c42ac6627697ec29f8cc020379bfdd8fcbd942190736a1121bc8d16bf",
714
+ "size": 2902
715
+ },
716
+ {
717
+ "path": "bin/schemas/control-check-bindings.schema.json",
718
+ "sha256": "b877424d1732a558289fbeb367f41f481e051d8b370cd1415a27b2f6f1d9c040",
719
+ "size": 6551
720
+ },
721
+ {
722
+ "path": "bin/schemas/control-check-evidence-v0.1.schema.json",
723
+ "sha256": "6ca64d5a7048f3d37b08173ab330a5d53d29fec07f9835efad92b8c61930421b",
724
+ "size": 10028
725
+ },
726
+ {
727
+ "path": "bin/schemas/control-check-evidence.schema.json",
728
+ "sha256": "3fb9551243edf92cff4a62efecc28073a33bfc2016682670cb2891be156bcdfd",
729
+ "size": 10023
730
+ },
731
+ {
732
+ "path": "bin/schemas/control-check-program-catalog.schema.json",
733
+ "sha256": "dd33b917945781613b2e41f3b29bfd3e738a68b610d5ccbf2e16b87fa6a10382",
734
+ "size": 10121
735
+ },
736
+ {
737
+ "path": "bin/schemas/control-check-program-definitions.schema.json",
738
+ "sha256": "1659b9cfb833e49b3287658cd82310207ab6f2eca10f16080b060e196402b26b",
739
+ "size": 7777
740
+ },
741
+ {
742
+ "path": "bin/schemas/control-check-program.schema.json",
743
+ "sha256": "2d01043755af00911a08fc29e235e2ad4a1d483d71edb652b4ca7e9b4a58e6ce",
744
+ "size": 14421
745
+ },
746
+ {
747
+ "path": "bin/schemas/control-classification-final.schema.json",
748
+ "sha256": "40eb1b607c0bf3dde8769add7f82d5b76b457b819516460bb90bc97deeca3899",
749
+ "size": 3875
750
+ },
751
+ {
752
+ "path": "bin/schemas/control-classification-review.schema.json",
753
+ "sha256": "5190d8feec8feb17c591eff9a7191255bf3d709689eb4504dfd6abe5dfc4c3f1",
754
+ "size": 5410
755
+ },
756
+ {
757
+ "path": "bin/schemas/control-classification-skeptic-review.schema.json",
758
+ "sha256": "1308a712d90c59a8033f93ac2e07151a0bc8c3492ae02c2d6cb0980774fa33df",
759
+ "size": 3569
760
+ },
761
+ {
762
+ "path": "bin/schemas/control-classification-strength-review.schema.json",
763
+ "sha256": "39e177018cea10122903f507cea93b50ba4cd5d8f9aba55ac09323602c2b7bdc",
764
+ "size": 4885
765
+ },
766
+ {
767
+ "path": "bin/schemas/control-contracts.schema.json",
768
+ "sha256": "88ad93d50196beee9cbc97f1e59045dfeba2cbf1675baabcf5aecfe4dd4e1203",
769
+ "size": 6180
770
+ },
771
+ {
772
+ "path": "bin/schemas/control-review-output-v0.2.schema.json",
773
+ "sha256": "0749d25087747744b90b395b64343eb62b23faae0d43d5f1614d11ee54376e25",
774
+ "size": 3108
775
+ },
776
+ {
777
+ "path": "bin/schemas/control-review-output.schema.json",
778
+ "sha256": "0c3e51bf92d19cf9566c13849b525ace1a34626c7ddd9a4133ef6e9a79dabc20",
779
+ "size": 3496
780
+ },
781
+ {
782
+ "path": "bin/schemas/doctor.schema.json",
783
+ "sha256": "60e851b82d9580b7e7f88b650f4017069a1f58a7ed8cf6cdf80aa9a80ce9b9a1",
784
+ "size": 2089
785
+ },
786
+ {
787
+ "path": "bin/schemas/evidence-requirements.schema.json",
788
+ "sha256": "35a0641e478e14e57a6325173aaaffd1f19de1360f16dec6576f800423c3f31a",
789
+ "size": 7079
790
+ },
791
+ {
792
+ "path": "bin/schemas/evidence-set-verification.schema.json",
793
+ "sha256": "6d7da261685264c45c80c94d86bc331ca57251ea30c8daab7bdcd20744718b87",
794
+ "size": 2734
795
+ },
796
+ {
797
+ "path": "bin/schemas/evidence-v0.1.schema.json",
798
+ "sha256": "1ef0cff08c841afb0405c2602fe7fafdcbbc4b92d12e428e6c898b14811b8aa0",
799
+ "size": 1049
800
+ },
801
+ {
802
+ "path": "bin/schemas/evidence.schema.json",
803
+ "sha256": "d5fdd6c2066d40ce653e91990135039a1393187cc87fc14b94ac38ace60d16ef",
804
+ "size": 1039
805
+ },
806
+ {
807
+ "path": "bin/schemas/finding-v0.1.schema.json",
808
+ "sha256": "85f67cb16d9fe5e92aef20f7d6f4e44bf76e52559eb6525fa71c23e6df1eafec",
809
+ "size": 2277
810
+ },
811
+ {
812
+ "path": "bin/schemas/finding.schema.json",
813
+ "sha256": "4a6393a5ee2beb698f3c4321147b2bb16d1e8d41522fda6c3d50a760a66852be",
814
+ "size": 2272
815
+ },
816
+ {
817
+ "path": "bin/schemas/fix-contract-v0.1.schema.json",
818
+ "sha256": "13493c823abad7e98c9ede61fcecf37fc4e39f38ec27c7a93f1889fa38f3e0d7",
819
+ "size": 2320
820
+ },
821
+ {
822
+ "path": "bin/schemas/fix-contract-v0.2.schema.json",
823
+ "sha256": "7df1989e2c60d86cc7719bf6365097626b2b11451cdf87099c339324cfb05d82",
824
+ "size": 2807
825
+ },
826
+ {
827
+ "path": "bin/schemas/fix-contract-v0.3.schema.json",
828
+ "sha256": "b3adbaf86faefc9a47523772f4d493b2052fa9834fc2c13a0d9dc227b9a2d30c",
829
+ "size": 3086
830
+ },
831
+ {
832
+ "path": "bin/schemas/fix-contract.schema.json",
833
+ "sha256": "742db2298ec382aef711e955790cb9cc65c4e94d1fb090bef1ed6c0d44489a49",
834
+ "size": 3081
835
+ },
836
+ {
837
+ "path": "bin/schemas/grype-vulnerability-report.schema.json",
838
+ "sha256": "7b2efbecec389a4ec9e827d284a6e061474bfcbb071246e90122f3349a5ffa8b",
839
+ "size": 3713
840
+ },
841
+ {
842
+ "path": "bin/schemas/history.schema.json",
843
+ "sha256": "98d34eec0cd00db4b4ab50675fcafa8570fc24565a6b6772d32445ecaa05987a",
844
+ "size": 1933
845
+ },
846
+ {
847
+ "path": "bin/schemas/invalidation.schema.json",
848
+ "sha256": "21d708d560c3dd7ac8abbf9509c3a4f40cb774d42049852c4cf34071208d0fb7",
849
+ "size": 4300
850
+ },
851
+ {
852
+ "path": "bin/schemas/inventory-v0.1.schema.json",
853
+ "sha256": "1065b3b7c34d26c720adefb04f52f1693396f1daea25ac8c4c7f185bc136a092",
854
+ "size": 1744
855
+ },
856
+ {
857
+ "path": "bin/schemas/inventory-v0.2.schema.json",
858
+ "sha256": "2aed3314b81a9147071c66ac338918c80f1d928d2298a27575bbf68ce9213553",
859
+ "size": 4166
860
+ },
861
+ {
862
+ "path": "bin/schemas/inventory-v0.3.schema.json",
863
+ "sha256": "ee078444a4078c5061c5de7f2d18eee3e5331b507071d7cbcfc32c57ba22a711",
864
+ "size": 6569
865
+ },
866
+ {
867
+ "path": "bin/schemas/inventory.schema.json",
868
+ "sha256": "53c685f9d313f8e97150bf5db451280e47f6d1581734a7e7679d0d0c9cecd87a",
869
+ "size": 6564
870
+ },
871
+ {
872
+ "path": "bin/schemas/objective-catalog.schema.json",
873
+ "sha256": "f211a7e298eb7eb1ef4f0d454318a88441e405da0deb7149edb52a7d7ac0adcc",
874
+ "size": 2001
875
+ },
876
+ {
877
+ "path": "bin/schemas/pack-report.schema.json",
878
+ "sha256": "e373ef13b932d559214af879a33d6d1b1458f810e82cdeda84f58ab1b8dd38fa",
879
+ "size": 810
880
+ },
881
+ {
882
+ "path": "bin/schemas/pack.schema.json",
883
+ "sha256": "55dc8dfe20334eb85f32988db9c058d5e3e417e9b219e778056454333b72f280",
884
+ "size": 2678
885
+ },
886
+ {
887
+ "path": "bin/schemas/plan-v0.1.schema.json",
888
+ "sha256": "75f33583acaf51f945dbc964f67cba558172d682297ec7b518886f20e4095bc0",
889
+ "size": 1370
890
+ },
891
+ {
892
+ "path": "bin/schemas/plan-v0.2.schema.json",
893
+ "sha256": "1b8576d5d6449d538081da1062166145d9e44d9c7690ef1d8ac8ed941ceba0f0",
894
+ "size": 1492
895
+ },
896
+ {
897
+ "path": "bin/schemas/plan-v0.3.schema.json",
898
+ "sha256": "a21272afd8a221e2047be4af9d89ce2483f70f2872813c8304a675a749e0f7bd",
899
+ "size": 1995
900
+ },
901
+ {
902
+ "path": "bin/schemas/plan-v0.4.schema.json",
903
+ "sha256": "530584aaa1b3257b7cb1de8f7bf447bead96c448ad55c73a28520c401af4fca9",
904
+ "size": 2344
905
+ },
906
+ {
907
+ "path": "bin/schemas/plan-v0.5.schema.json",
908
+ "sha256": "8a9602cf8b1c4178f6c2e0f7d0f5a0ccfe8590d521187b9a9779829ec4ce2d14",
909
+ "size": 2433
910
+ },
911
+ {
912
+ "path": "bin/schemas/plan-v0.6.schema.json",
913
+ "sha256": "4774fca312fb51c0fb1440f689e0fb3884fb16e48c9720c6c2241d76357a074a",
914
+ "size": 6687
915
+ },
916
+ {
917
+ "path": "bin/schemas/plan.schema.json",
918
+ "sha256": "5d873d39c2bdc5d27d94cc9888b2817a5604327c07c890dfaa67365a4e352c8f",
919
+ "size": 6673
920
+ },
921
+ {
922
+ "path": "bin/schemas/profile.schema.json",
923
+ "sha256": "7629dabcc96c653ffe8f724c8abee60f876d4f30174c4c799e581c756f8f23b5",
924
+ "size": 1288
925
+ },
926
+ {
927
+ "path": "bin/schemas/project-config.schema.json",
928
+ "sha256": "08ce232d22269a19cf8bcaea574d4568b9b8a7bc7a3f04e10a446ded10ca7523",
929
+ "size": 4599
930
+ },
931
+ {
932
+ "path": "bin/schemas/provider-capabilities.schema.json",
933
+ "sha256": "0d0d70598fa6c16b803a4ed8d5449a06ae41e9d22c42c746a640782233ce5d35",
934
+ "size": 1127
935
+ },
936
+ {
937
+ "path": "bin/schemas/release-manifest-v0.1.schema.json",
938
+ "sha256": "c7bfd847f0f21e75e48ed8023a14c5bb3479700ce872a6fc885abf3e24659feb",
939
+ "size": 3622
940
+ },
941
+ {
942
+ "path": "bin/schemas/release-manifest-v0.2.schema.json",
943
+ "sha256": "b0b3ce6ecba62cd5056efa148654831f70d4571c822ef4bf30ee7fc9a01d16da",
944
+ "size": 9839
945
+ },
946
+ {
947
+ "path": "bin/schemas/release-manifest-v0.3.schema.json",
948
+ "sha256": "2a7e837e3d83fb8dc9b9407363a34e6a6abff918b44ccfca4b1f132faf166d0c",
949
+ "size": 9841
950
+ },
951
+ {
952
+ "path": "bin/schemas/release-manifest.schema.json",
953
+ "sha256": "162972a9222f96f64e4e8ea6db69640781c50695b8648c12d8d3938bd51afc01",
954
+ "size": 283
955
+ },
956
+ {
957
+ "path": "bin/schemas/remediation-candidate-v0.1.schema.json",
958
+ "sha256": "1285176b344b8482608ab6ae5721c98102eae228d2eef8bbe41d3934ec8e565b",
959
+ "size": 2430
960
+ },
961
+ {
962
+ "path": "bin/schemas/remediation-candidate-v0.2.schema.json",
963
+ "sha256": "c8afe0c8883e79f4c681cbfa7c1c3908aa49464d5b1325ac2fe15221332e58e7",
964
+ "size": 2430
965
+ },
966
+ {
967
+ "path": "bin/schemas/remediation-candidate-v0.3.schema.json",
968
+ "sha256": "6ad8ed6e9fac09263b37d3e16713b14b02ea6f64d926b44153670b5058b1b734",
969
+ "size": 2430
970
+ },
971
+ {
972
+ "path": "bin/schemas/remediation-candidate-v0.4.schema.json",
973
+ "sha256": "d3a2538dc7c1d860c0450b2ff8b4d6965e4f9e05198fa7fea5f86bc8e53a262b",
974
+ "size": 3135
975
+ },
976
+ {
977
+ "path": "bin/schemas/remediation-candidate.schema.json",
978
+ "sha256": "1fc7224d70eb4710530e2794b4328f26f8deac61d647e6b3edf1f6d6c29d9aa1",
979
+ "size": 3120
980
+ },
981
+ {
982
+ "path": "bin/schemas/remediation-run-v0.1.schema.json",
983
+ "sha256": "b06e006dea87186ed82075bf51d61b55b0a3668e37a866dc082a4226891ba118",
984
+ "size": 4659
985
+ },
986
+ {
987
+ "path": "bin/schemas/remediation-run-v0.2.schema.json",
988
+ "sha256": "20928f8164890ffd83a1e29add31a336be05a3ce2c53ccf8adc73d4a48ff88f8",
989
+ "size": 4909
990
+ },
991
+ {
992
+ "path": "bin/schemas/remediation-run-v0.3.schema.json",
993
+ "sha256": "7d7d4cf68dbadb48bbfae0a25e4d6e4ddc224291e98aecfa9a175ab15155fae2",
994
+ "size": 5280
995
+ },
996
+ {
997
+ "path": "bin/schemas/remediation-run-v0.4.schema.json",
998
+ "sha256": "2d83e2043765ae5841cc89fc6fd9e4a56b2cd1055e98d514a0fdba561bb6ab51",
999
+ "size": 5280
1000
+ },
1001
+ {
1002
+ "path": "bin/schemas/remediation-run-v0.5.schema.json",
1003
+ "sha256": "c1065ec24526c3cbcf08871cd8460f84e8d348c26ec6d955730723c45cb0ebd1",
1004
+ "size": 8117
1005
+ },
1006
+ {
1007
+ "path": "bin/schemas/remediation-run-v0.6.schema.json",
1008
+ "sha256": "088ebdb87f67d70f1a4f075a01ad13397175ffe7358b0c60da997b327b8960cb",
1009
+ "size": 9478
1010
+ },
1011
+ {
1012
+ "path": "bin/schemas/remediation-run-v0.7.schema.json",
1013
+ "sha256": "5bfc55edbfef72300f8f2eb83e0af09ab5ba4ba7cc18c33526db2983ec3aba08",
1014
+ "size": 10396
1015
+ },
1016
+ {
1017
+ "path": "bin/schemas/remediation-run-v0.8.schema.json",
1018
+ "sha256": "f11d6f25a9c0a5cfe1eeec979e82f7c8066e28c4f03af74099231cad66b24616",
1019
+ "size": 10526
1020
+ },
1021
+ {
1022
+ "path": "bin/schemas/remediation-run.schema.json",
1023
+ "sha256": "d02a835f09d85f598401c291b91b3c88e53c74e63a47d29180e06bdbcd9248c2",
1024
+ "size": 10501
1025
+ },
1026
+ {
1027
+ "path": "bin/schemas/risk-exception-verification.schema.json",
1028
+ "sha256": "38d9b3bb6c1fe5d1fa9a149c90361c1d99d055ef43b07d09d6f6edcb266015e8",
1029
+ "size": 940
1030
+ },
1031
+ {
1032
+ "path": "bin/schemas/risk-exception.schema.json",
1033
+ "sha256": "e54715e321a9983f5bb9f30db7f474d5a22166fc43798702cb6ee97b6c2a454a",
1034
+ "size": 5563
1035
+ },
1036
+ {
1037
+ "path": "bin/schemas/run-result-v0.1.schema.json",
1038
+ "sha256": "b39e3bf0b43b3d1730553afc2499fb99540703b49d17b0845f92de47fa081403",
1039
+ "size": 2763
1040
+ },
1041
+ {
1042
+ "path": "bin/schemas/run-result-v0.10.schema.json",
1043
+ "sha256": "00ccdffa2c075d5d3efe18a1402d9b45c3d52f7e33bb8c7256941b0d641ad639",
1044
+ "size": 3362
1045
+ },
1046
+ {
1047
+ "path": "bin/schemas/run-result-v0.11.schema.json",
1048
+ "sha256": "d56b31c1933e9a145152a1824fd2120ccf4a8a78a6eb775c2dc8a7a5bcfd4e69",
1049
+ "size": 7477
1050
+ },
1051
+ {
1052
+ "path": "bin/schemas/run-result-v0.12.schema.json",
1053
+ "sha256": "0a66f8d58e1f084462cf603a5b7391816c3e564b2be87c10319749a9ffd23ad9",
1054
+ "size": 19635
1055
+ },
1056
+ {
1057
+ "path": "bin/schemas/run-result-v0.2.schema.json",
1058
+ "sha256": "2a1effb71308920ed764933204d6cdbc7b217a715b3e3057053e4757bcd3fe6a",
1059
+ "size": 2963
1060
+ },
1061
+ {
1062
+ "path": "bin/schemas/run-result-v0.3.schema.json",
1063
+ "sha256": "e0cc7fd4f699481d625d044351ef1576012f8fed25f816fe3f99af18c5eb2a4f",
1064
+ "size": 2848
1065
+ },
1066
+ {
1067
+ "path": "bin/schemas/run-result-v0.4.schema.json",
1068
+ "sha256": "98c40830bf21ec6d94fc887b126763dbf4c507789f7b0cd7d4a34519016e46b8",
1069
+ "size": 2848
1070
+ },
1071
+ {
1072
+ "path": "bin/schemas/run-result-v0.5.schema.json",
1073
+ "sha256": "31c58fc6ed24b0513d811e26c191bfeb9c393127fe06ec0ef08f58cf8a367f4e",
1074
+ "size": 2916
1075
+ },
1076
+ {
1077
+ "path": "bin/schemas/run-result-v0.6.schema.json",
1078
+ "sha256": "aec03d672fbf71cad569ad7c479b623628e7a4b7319e1c9fc714f0a4f64b27d1",
1079
+ "size": 3048
1080
+ },
1081
+ {
1082
+ "path": "bin/schemas/run-result-v0.7.schema.json",
1083
+ "sha256": "09f4dfca7da38231a61085592ae59696ec5d32fe1116d9708e03331debfeccd0",
1084
+ "size": 3019
1085
+ },
1086
+ {
1087
+ "path": "bin/schemas/run-result-v0.8.schema.json",
1088
+ "sha256": "493088d41c1db3e4c544f075df137a3e370f892cf9664d72ef9cf66a75b1f4c5",
1089
+ "size": 3019
1090
+ },
1091
+ {
1092
+ "path": "bin/schemas/run-result-v0.9.schema.json",
1093
+ "sha256": "b8608775c06312ccd4b98d1d569d7311b0eac312c51a3c667acfec21e4a5d367",
1094
+ "size": 3486
1095
+ },
1096
+ {
1097
+ "path": "bin/schemas/run-result.schema.json",
1098
+ "sha256": "bb77b24726439f4f0408f310a2e318273a29dd551a6a556a772ffdda266c1f80",
1099
+ "size": 22770
1100
+ },
1101
+ {
1102
+ "path": "bin/schemas/signature-verification.schema.json",
1103
+ "sha256": "6072555d9aea719a9453b37357db6f48a5c431bfe4ac9ac9f135a9762f5bd2bd",
1104
+ "size": 1621
1105
+ },
1106
+ {
1107
+ "path": "bin/schemas/signature.schema.json",
1108
+ "sha256": "ac42d9c06ce87a727da896dcad69623db2f21da988695d9c3f403634f341b427",
1109
+ "size": 1254
1110
+ },
1111
+ {
1112
+ "path": "bin/schemas/state-check-v0.1.schema.json",
1113
+ "sha256": "65da244809e96b92d160b9b70674c09d6ce05e18d4f5718510f5acd732c52e48",
1114
+ "size": 1161
1115
+ },
1116
+ {
1117
+ "path": "bin/schemas/state-check.schema.json",
1118
+ "sha256": "3fc1bae2dc2123b9d22c381794934bb65908ecc2509ff964f6705af195b8e504",
1119
+ "size": 1225
1120
+ },
1121
+ {
1122
+ "path": "bin/schemas/trust-store.schema.json",
1123
+ "sha256": "ad978c3642b1b29baf27ba20415e2b6245ee26ccb91c03ab8a0fe9c8683ec521",
1124
+ "size": 2104
1125
+ },
1126
+ {
1127
+ "path": "bin/schemas/verification-execution-v0.1.schema.json",
1128
+ "sha256": "c6883404bc994053028247e4786ec5d94804a4a07227429f13c80854dd8e22c1",
1129
+ "size": 5032
1130
+ },
1131
+ {
1132
+ "path": "bin/schemas/verification-execution.schema.json",
1133
+ "sha256": "e0637ae00d2e2e02bdd8c5d0ccd5a0956fc03a5c889ad0fa48c001f1e9d8cc3d",
1134
+ "size": 5027
1135
+ },
1136
+ {
1137
+ "path": "bin/schemas/version-v0.1.schema.json",
1138
+ "sha256": "b8666578edb129a203d442457d260edbcaa16334faa03ad58514c6e8d1a7eafc",
1139
+ "size": 1048
1140
+ },
1141
+ {
1142
+ "path": "bin/schemas/version.schema.json",
1143
+ "sha256": "83816014583b41c0f72f23fcc79b8aa18f9458fdf68b15c671f1ef5c0f85314d",
1144
+ "size": 1040
1145
+ }
1146
+ ],
1147
+ "version": "0.2.0"
9
1148
  }