Skip to content

Commit 69672a9

Browse files
feat: [binaryauthorization] add enum for grafeas v1 cvss to support both cvss v2 and v3 (#4168)
* feat: add enum for grafeas v1 cvss to support both cvss v2 and v3 PiperOrigin-RevId: 523785347 Source-Link: googleapis/googleapis@4e8d390 Source-Link: googleapis/googleapis-gen@d1e6d67 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpbmFyeWF1dGhvcml6YXRpb24vLk93bEJvdC55YW1sIiwiaCI6ImQxZTZkNjdlY2U1OThlOTdmOTM5OGM2Y2IzNWZmYzYxMzA4ZTZkYmMifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7116b6e commit 69672a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/google-cloud-binaryauthorization/protos/grafeas/v1

packages/google-cloud-binaryauthorization/protos/grafeas/v1/cvss.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ message CVSS {
122122
ATTACK_COMPLEXITY_UNSPECIFIED = 0;
123123
ATTACK_COMPLEXITY_LOW = 1;
124124
ATTACK_COMPLEXITY_HIGH = 2;
125+
ATTACK_COMPLEXITY_MEDIUM = 3;
125126
}
126127

127128
enum Authentication {
@@ -155,6 +156,8 @@ message CVSS {
155156
IMPACT_HIGH = 1;
156157
IMPACT_LOW = 2;
157158
IMPACT_NONE = 3;
159+
IMPACT_PARTIAL = 4;
160+
IMPACT_COMPLETE = 5;
158161
}
159162
}
160163

0 commit comments

Comments
 (0)