Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [binaryauthorization] Import of Grafeas from Github #4051

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,10 @@ message VulnerabilityNote {
// CVSS version used to populate cvss_score and severity.
grafeas.v1.CVSSVersion cvss_version = 7;

// Next free ID is 8.
// The full description of the v2 CVSS for this vulnerability.
CVSS cvss_v2 = 8;

// Next free ID is 9.
}

// An occurrence of a severity vulnerability on a resource.
Expand Down Expand Up @@ -247,5 +250,8 @@ message VulnerabilityOccurrence {
// Output only. CVSS version used to populate cvss_score and severity.
grafeas.v1.CVSSVersion cvss_version = 11;

// Next free ID is 12.
// The cvss v2 score for the vulnerability.
CVSS cvss_v2 = 12;

// Next free ID is 13.
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-binaryauthorization",
"version": "2.2.0",
"version": "2.2.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-binaryauthorization",
"version": "2.2.0",
"version": "2.2.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down