Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/reference/notifications/notification.proto
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ message Vulnerability {
optional double cvss_v4 = 19 [json_name = "cvssv4"];
optional string cvss_v4_vector = 20 [json_name = "cvssV4Vector"];

// Whether the vulnerability is known to be exploited.
optional bool is_kev = 21 [json_name = "isKev"];

message Alias {
string id = 1 [json_name = "vulnId"];
string source = 2;
Expand Down
1 change: 1 addition & 0 deletions docs/reference/notifications/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,7 @@ Subject for GROUP_NEW_VULNERABILITIES_SUMMARY notifications.
| `owasp_rr_vector` | `string` | | - |
| `cvss_v4` | `double` | | - |
| `cvss_v4_vector` | `string` | | - |
| `is_kev` | `bool` | Whether the vulnerability is known to be exploited. | - |



Expand Down
1 change: 1 addition & 0 deletions docs/reference/policies/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
| `epss_percentile` | `double` | | - |
| `cvssv4_vector` | `string` | | - |
| `cvssv4_score` | `double` | | - |
| `is_kev` | `bool` | Whether the vulnerability is known to be exploited. | - |



Expand Down