Skip to content

Commit

Permalink
Add CVSS_V4 to OSV proto. (#2312)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang authored Jun 13, 2024
1 parent 6121270 commit d619c8f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 33 deletions.
1 change: 1 addition & 0 deletions osv/vulnerability.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ message Severity {
UNSPECIFIED = 0;
CVSS_V3 = 1;
CVSS_V2 = 2;
CVSS_V4 = 3;
}
// The type of this severity entry.
Type type = 1;
Expand Down
67 changes: 34 additions & 33 deletions osv/vulnerability_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d619c8f

Please sign in to comment.