-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1299 from panther-labs/release
Prepare for 3.58
- Loading branch information
Showing
15 changed files
with
316 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,47 @@ Severity: Low | |
DedupPeriodMinutes: 60 | ||
Threshold: 1 | ||
Tests: | ||
- Name: GCP No methodName found | ||
ExpectedResult: false | ||
Log: | ||
{ | ||
"p_event_time": "2024-07-22 14:20:56.237323088", | ||
"p_log_type": "GCP.AuditLog", | ||
"insertId": "123456789xyz", | ||
"logName": "projects/internal-sentry/logs/cloudaudit.googleapis.com%2Factivity", | ||
"protoPayload": | ||
{ | ||
"at_sign_type": "type.googleapis.com/google.cloud.audit.AuditLog", | ||
"authenticationInfo": | ||
{ | ||
"principalEmail": "[email protected]", | ||
}, | ||
"authorizationInfo": | ||
[ | ||
{ | ||
"granted": true, | ||
"permission": "cloudbuild.builds.create", | ||
"resource": "projects/00000000aaaaaaaa", | ||
"resourceAttributes": {}, | ||
}, | ||
], | ||
"requestMetadata": | ||
{ | ||
"destinationAttributes": {}, | ||
"requestAttributes": | ||
{ "auth": {}, "time": "2024-07-22T14:20:55.898367039Z" }, | ||
}, | ||
}, | ||
"receiveTimestamp": "2024-07-22 14:20:56.428021476", | ||
"resource": | ||
{ | ||
"labels": | ||
{ "method": "", "project_id": "some-project", "service": "" }, | ||
"type": "audited_resource", | ||
}, | ||
"severity": "NOTICE", | ||
"timestamp": "2024-07-22 14:20:56.237323088", | ||
} | ||
- Name: GCP Run Service Created | ||
ExpectedResult: true | ||
Log: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.