Skip to content

Commit

Permalink
clean up message and references
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDC0DE committed Dec 17, 2024
1 parent 3abd6cf commit 6f6088a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion terraform/gcp/security/gcp-sql-database-require-ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ rules:
- terraform
- gcp
references:
- https://owasp.org/Top10/A02_2021-Cryptographic_Failures
- "https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1/instances#ipconfiguration"
- "https://owasp.org/Top10/A02_2021-Cryptographic_Failures"
subcategory:
- vuln
likelihood: LOW
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rules:
fix: |
"TRUSTED_CLIENT_CERTIFICATE_REQUIRED"
message: >-
$VALUE Ensure all Cloud SQL database instance require incoming connections to use SSL. To enable this for PostgresSQL and MySQL, use `ssl_mode="TRUSTED_CLIENT_CERTIFICATE_REQUIRED"`.
Ensure all Cloud SQL database instance require incoming connections to use SSL. To enable this for PostgresSQL and MySQL, use `ssl_mode="TRUSTED_CLIENT_CERTIFICATE_REQUIRED"`.
metadata:
owasp:
- A03:2017 - Sensitive Data Exposure
Expand Down

0 comments on commit 6f6088a

Please sign in to comment.