Skip to content

Commit 6a276f6

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add next_steps field to finding's list of attributes
PiperOrigin-RevId: 440383959
1 parent 23a2d29 commit 6a276f6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

google/cloud/securitycenter/v1/finding.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,7 @@ message Finding {
272272

273273
// Represents IAM bindings associated with the Finding.
274274
repeated IamBinding iam_bindings = 39;
275+
276+
// Next steps associate to the finding.
277+
string next_steps = 40;
275278
}

google/cloud/securitycenter/v1/mitre_attack.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ message MitreAttack {
7878

7979
// MITRE ATT&CK techniques that can be referenced by SCC findings.
8080
// See: https://attack.mitre.org/techniques/enterprise/
81-
// Next ID: 30
81+
// Next ID: 31
8282
enum Technique {
8383
// Unspecified value.
8484
TECHNIQUE_UNSPECIFIED = 0;
@@ -169,6 +169,9 @@ message MitreAttack {
169169

170170
// T1485
171171
DATA_DESTRUCTION = 29;
172+
173+
// T1484
174+
DOMAIN_POLICY_MODIFICATION = 30;
172175
}
173176

174177
// The MITRE ATT&CK tactic most closely represented by this finding, if any.

0 commit comments

Comments
 (0)