-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfail.json
More file actions
43 lines (43 loc) · 1.23 KB
/
Copy pathfail.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"example_type": "policy-decision-example",
"policy_schema": "sbom-diff-risk.policy.v1",
"review_decision": "fail",
"decision_source": "summary.policy",
"summary": {
"policy": {
"status": "fail",
"blocking": 1,
"warning": 0,
"suppressed": 0
}
},
"policy_findings": [
{
"rule_id": "max_added_packages",
"matched_rule_id": "max_added_packages",
"level": "block",
"decision_reason": "added_package_count_exceeded_threshold",
"exact_evidence": {
"component_key": null,
"finding_bucket": null,
"matched_threshold": 0,
"observed_value": 1
},
"confidence_level": "policy_matched",
"policy_rule": "max_added_packages",
"severity_source": "block_on",
"matched_threshold": 0,
"observed_value": 1,
"component_name": null
}
],
"reviewer_interpretation": {
"safe_statement": "Local policy ran and produced blocking findings.",
"next_action": "Treat the CI gate as failed until the local policy finding is resolved or the policy is intentionally changed.",
"non_claims": [
"not a CVE result",
"not a dependency safety verdict",
"not a production PyPI release claim"
]
}
}