Skip to content

Commit

Permalink
Merge pull request #7061 from Checkmarx/gabriel-cx-patch-1
Browse files Browse the repository at this point in the history
update(query): removing special chars from query name
  • Loading branch information
gabriel-cx committed Jun 12, 2024
2 parents db50f8f + 4fda058 commit f565501
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"id": "f57f849c-883b-4cb7-85e7-f7b199dff163",
"queryName": "TCP/UDP Protocol Network ACL Entry Allows All Ports",
"queryName": "TCP UDP Protocol Network ACL Entry Allows All Ports",
"severity": "MEDIUM",
"category": "Networking and Firewall",
"descriptionText": "TCP/UDP protocol AWS Network ACL Entry should not allow all ports",
"descriptionText": "TCP UDP protocol AWS Network ACL Entry should not allow all ports",
"descriptionUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-portrange",
"platform": "CloudFormation",
"descriptionID": "51ad2aeb",
"cloudProvider": "aws",
"cwe": ""
}
}
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[
{
"fileName": "positive1.yaml",
"queryName": "TCP/UDP Protocol Network ACL Entry Allows All Ports",
"queryName": "TCP UDP Protocol Network ACL Entry Allows All Ports",
"severity": "MEDIUM",
"line": 33
},
{
"line": 18,
"fileName": "positive1.yaml",
"queryName": "TCP/UDP Protocol Network ACL Entry Allows All Ports",
"queryName": "TCP UDP Protocol Network ACL Entry Allows All Ports",
"severity": "MEDIUM"
},
{
"queryName": "TCP/UDP Protocol Network ACL Entry Allows All Ports",
"queryName": "TCP UDP Protocol Network ACL Entry Allows All Ports",
"severity": "MEDIUM",
"line": 29,
"fileName": "positive1.yaml"
},
{
"queryName": "TCP/UDP Protocol Network ACL Entry Allows All Ports",
"queryName": "TCP UDP Protocol Network ACL Entry Allows All Ports",
"severity": "MEDIUM",
"line": 49,
"fileName": "positive1.yaml"
Expand All @@ -27,22 +27,22 @@
"severity": "MEDIUM",
"line": 47,
"fileName": "positive2.json",
"queryName": "TCP/UDP Protocol Network ACL Entry Allows All Ports"
"queryName": "TCP UDP Protocol Network ACL Entry Allows All Ports"
},
{
"severity": "MEDIUM",
"line": 21,
"fileName": "positive2.json",
"queryName": "TCP/UDP Protocol Network ACL Entry Allows All Ports"
"queryName": "TCP UDP Protocol Network ACL Entry Allows All Ports"
},
{
"queryName": "TCP/UDP Protocol Network ACL Entry Allows All Ports",
"queryName": "TCP UDP Protocol Network ACL Entry Allows All Ports",
"severity": "MEDIUM",
"line": 40,
"fileName": "positive2.json"
},
{
"queryName": "TCP/UDP Protocol Network ACL Entry Allows All Ports",
"queryName": "TCP UDP Protocol Network ACL Entry Allows All Ports",
"severity": "MEDIUM",
"line": 61,
"fileName": "positive2.json"
Expand Down

0 comments on commit f565501

Please sign in to comment.