Skip to content

Commit

Permalink
Merge pull request #6486 from Checkmarx/refactorTFDescriptioURLs
Browse files Browse the repository at this point in the history
fix(query): terraform descriptionURLs Changed
  • Loading branch information
gabriel-cx authored Jan 24, 2024
2 parents f6d8552 + 2dfd910 commit 1f4a7af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"severity": "MEDIUM",
"category": "Access Control",
"descriptionText": "Lambda Permission Principal should not contain a wildcard.",
"descriptionUrl": "https://docs.ansible.com/ansible/latest/collections/community/aws/lambda_policy_module.html",
"descriptionUrl": "https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_permission",
"platform": "Terraform",
"descriptionID": "b443babe",
"cloudProvider": "aws",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"severity": "LOW",
"category": "Observability",
"descriptionText": "Amazon EKS control plane logging don't enabled for all log types",
"descriptionUrl": "https://www.terraform.io/docs/providers/aws/r/eks_cluster.html",
"descriptionUrl": "https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_cluster.html",
"platform": "Terraform",
"descriptionID": "e89d4ffb",
"cloudProvider": "aws",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"severity": "HIGH",
"category": "Networking and Firewall",
"descriptionText": "Security groups allow ingress from 0.0.0.0:0 and/or ::/0",
"descriptionUrl": "https://www.terraform.io/docs/providers/aws/r/security_group.html",
"descriptionUrl": "https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group.html",
"platform": "Terraform",
"descriptionID": "ce3ee5e0",
"cloudProvider": "aws",
Expand Down

0 comments on commit 1f4a7af

Please sign in to comment.