Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trivy Config Demo: update main.tf #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

austimkelly
Copy link
Owner

No description provided.

@@ -42,13 +42,13 @@
}

resource "aws_api_gateway_domain_name" "valid_security_policy" {
security_policy = "TLS_1_2"
security_policy = "TLS_1_1"

Check failure

Code scanning / defsec

API Gateway domain name uses outdated SSL/TLS protocols. Error

Domain name is configured with an outdated TLS policy.
@@ -42,13 +42,13 @@
}

resource "aws_api_gateway_domain_name" "valid_security_policy" {
security_policy = "TLS_1_2"
security_policy = "TLS_1_1"

Check failure

Code scanning / Trivy

API Gateway domain name uses outdated SSL/TLS protocols. High

Artifact: iac-misconfiguration/main.tf
Type: terraform
Vulnerability AVD-AWS-0005
Severity: HIGH
Message: Domain name is configured with an outdated TLS policy.
Link: AVD-AWS-0005
@austimkelly austimkelly changed the title Update main.tf Trivy Config Demo: update main.tf May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant