File tree Expand file tree Collapse file tree
vulnerabilities/triage/management/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 "detail" : "Vulnerability unaddressed beyond configured threshold. Escalated by triage." ,
4545 "ruleset_name" : "Stale Vulnerability" ,
4646 },
47+ {
48+ "name" : "Flag - SSVC Decision" ,
49+ "description" : (
50+ "Flag vulnerabilities whose SSVC decision tree recommends immediate attention."
51+ ),
52+ "state" : "in_triage" ,
53+ "detail" : "SSVC decision recommends Attend or Act. Flagged for review by triage." ,
54+ "ruleset_name" : "SSVC Attend or Act" ,
55+ },
4756]
4857
4958REFERENCE_RULESETS = [
7281 "exploited_vulnerability" : {"is_active" : True },
7382 },
7483 },
84+ {
85+ "name" : "SSVC Attend or Act" ,
86+ "description" : (
87+ "Vulnerabilities whose SSVC decision tree recommends immediate attention"
88+ " (Attend or Act)."
89+ ),
90+ "recommended_action" : TriageAction .UPGRADE ,
91+ "precedence" : 550 ,
92+ "rules_config" : {
93+ "ssvc_decision" : {"is_active" : True },
94+ },
95+ },
7596 {
7697 "name" : "Reachable Vulnerability" ,
7798 "description" : "Vulnerabilities confirmed as reachable within the product context." ,
You can’t perform that action at this time.
0 commit comments