Skip to content

Commit

Permalink
Merge pull request Checkmarx#6561 from Checkmarx/kics-782-aws-cloudfo…
Browse files Browse the repository at this point in the history
…rmation

fix(query): amazon rds db instance publicly accessible query refactor
  • Loading branch information
asofsilva authored Aug 11, 2023
2 parents b8f4ff1 + 5b1003d commit 74dffe7
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "de38e1d5-54cb-4111-a868-6f7722695007",
"queryName": "DB Instance Publicly Accessible",
"queryName": "RDS DB Instance Publicly Accessible",
"severity": "HIGH",
"category": "Insecure Configurations",
"descriptionText": "RDS must not be defined with public interface, which means the attribute 'PubliclyAccessible' must be set to false.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"queryName": "DB Instance Publicly Accessible",
"queryName": "RDS DB Instance Publicly Accessible",
"severity": "HIGH",
"line": 69,
"fileName": "positive1.yaml"
},
{
"queryName": "DB Instance Publicly Accessible",
"queryName": "RDS DB Instance Publicly Accessible",
"severity": "HIGH",
"line": 61,
"fileName": "positive2.json"
Expand Down

0 comments on commit 74dffe7

Please sign in to comment.