Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

feat: Add next_steps field to finding's list of attributes #476

Merged
merged 2 commits into from
Apr 11, 2022
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
3 changes: 3 additions & 0 deletions protos/google/cloud/securitycenter/v1/finding.proto
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,7 @@ message Finding {

// Represents IAM bindings associated with the Finding.
repeated IamBinding iam_bindings = 39;

// Next steps associate to the finding.
string next_steps = 40;
}
5 changes: 4 additions & 1 deletion protos/google/cloud/securitycenter/v1/mitre_attack.proto
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ message MitreAttack {

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

// T1485
DATA_DESTRUCTION = 29;

// T1484
DOMAIN_POLICY_MODIFICATION = 30;
}

// The MITRE ATT&CK tactic most closely represented by this finding, if any.
Expand Down
9 changes: 8 additions & 1 deletion protos/protos.d.ts

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

34 changes: 34 additions & 0 deletions protos/protos.js

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

7 changes: 6 additions & 1 deletion protos/protos.json

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