Skip to content

Commit

Permalink
Update version name.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadly-panda committed Oct 4, 2023
1 parent 88d4abf commit a544760
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions src/ostorlab/agent/message/proto/v3/report/cve/cve.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ message Message {
}

message CVSS {
optional CVSSv31 v31 = 1;
optional CVSSv31 cvss_v3_0 = 2;
optional CVSSv2 cvss_v2 = 3;
optional CVSSv3 v31 = 1;
optional CVSSv3 v30 = 2;
optional CVSSv2 v2 = 3;
}

message CVSSv2 {
Expand All @@ -41,7 +41,7 @@ message CVSSv2 {
optional string target_distribution = 19;
}

message CVSSv31 {
message CVSSv3 {
optional string version = 1;
optional string vector_string = 2;
optional string confidentiality_impact = 3;
Expand Down
28 changes: 14 additions & 14 deletions src/ostorlab/agent/message/proto/v3/report/cve/cve_pb2.py

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

0 comments on commit a544760

Please sign in to comment.