Skip to content

Commit d619c8f

Browse files
authored
1 parent 6121270 commit d619c8f

File tree

2 files changed

+35
-33
lines changed

2 files changed

+35
-33
lines changed

osv/vulnerability.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ message Severity {
118118
UNSPECIFIED = 0;
119119
CVSS_V3 = 1;
120120
CVSS_V2 = 2;
121+
CVSS_V4 = 3;
121122
}
122123
// The type of this severity entry.
123124
Type type = 1;

osv/vulnerability_pb2.py

Lines changed: 34 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)