Skip to content

Commit

Permalink
update(queries): queries severity updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-cx committed Apr 3, 2024
1 parent 9b7965b commit 6d8a76a
Show file tree
Hide file tree
Showing 165 changed files with 201 additions and 2,806 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "5ba316a9-c466-4ec1-8d5b-bc6107dc9a92",
"queryName": "CloudTrail SNS Topic Name Undefined",
"severity": "INFO",
"severity": "LOW",
"category": "Observability",
"descriptionText": "Check if SNS topic name is set for CloudTrail",
"descriptionUrl": "https://docs.ansible.com/ansible/latest/collections/community/aws/cloudtrail_module.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"queryName": "CloudTrail SNS Topic Name Undefined",
"severity": "INFO",
"severity": "LOW",
"line": 2
},
{
"queryName": "CloudTrail SNS Topic Name Undefined",
"severity": "INFO",
"severity": "LOW",
"line": 15
}
]

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "babdedcf-d859-43da-9a7b-6d72e661a8fd",
"queryName": "IAM Role Allows All Principals To Assume",
"severity": "HIGH",
"severity": "MEDIUM",
"category": "Access Control",
"descriptionText": "IAM role allows all services or principals to assume it",
"descriptionUrl": "https://docs.ansible.com/ansible/latest/collections/community/aws/iam_managed_policy_module.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"queryName": "IAM Role Allows All Principals To Assume",
"severity": "HIGH",
"severity": "MEDIUM",
"line": 4,
"fileName": "positive.yaml"
},
{
"queryName": "IAM Role Allows All Principals To Assume",
"severity": "HIGH",
"severity": "MEDIUM",
"line": 17,
"fileName": "positive.yaml"
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "7814ddda-e758-4a56-8be3-289a81ded929",
"queryName": "Cloud Storage Bucket Versioning Disabled",
"severity": "LOW",
"severity": "MEDIUM",
"category": "Observability",
"descriptionText": "Cloud Storage Bucket should have versioning enabled",
"descriptionUrl": "https://docs.ansible.com/ansible/latest/collections/google/cloud/gcp_storage_bucket_module.html#parameter-versioning",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"queryName": "Cloud Storage Bucket Versioning Disabled",
"severity": "LOW",
"severity": "MEDIUM",
"line": 3
},
{
"queryName": "Cloud Storage Bucket Versioning Disabled",
"severity": "LOW",
"severity": "MEDIUM",
"line": 17
}
]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "3e09413f-471e-40f3-8626-990c79ae63f3",
"queryName": "CloudTrail SNS Topic Name Undefined",
"severity": "INFO",
"severity": "LOW",
"category": "Observability",
"descriptionText": "Check if SNS topic name is set for CloudTrail",
"descriptionUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[
{
"queryName": "CloudTrail SNS Topic Name Undefined",
"severity": "INFO",
"severity": "LOW",
"line": 12,
"fileName": "positive1.yaml"
},
{
"queryName": "CloudTrail SNS Topic Name Undefined",
"severity": "INFO",
"severity": "LOW",
"line": 22,
"fileName": "positive1.yaml"
},
{
"line": 9,
"fileName": "positive2.json",
"queryName": "CloudTrail SNS Topic Name Undefined",
"severity": "INFO"
"severity": "LOW"
},
{
"queryName": "CloudTrail SNS Topic Name Undefined",
"severity": "INFO",
"severity": "LOW",
"line": 23,
"fileName": "positive2.json"
}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6d8a76a

Please sign in to comment.