Priority Policy¶
Priority policies adjust finding severity and assign priority scores based on context.
Expected Output¶
{
"apply": true,
"priority": 90,
"adjusted_severity": "critical",
"signals": ["has CVE", "internet-exposed"]
}
| Field | Type | Description |
|---|---|---|
apply |
boolean | Whether to apply priority adjustment |
priority |
integer | Priority score 0-100 |
adjusted_severity |
string | New severity level |
signals |
string[] | Factors that influenced the score |