fix(misconf): false positive avd-gcp-0029 when subnet has REGIONAL_MANAGED_PROXY or GLOBAL_MANAGED_PROXY purpose field #5240
Closed
mcinquin
started this conversation in
False Detection
Replies: 1 comment
-
Created #5243 to track |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IDs
avd-gcp-0029
Description
Hello,
When a subnet is created with REGIONAL_MANAGED_PROXY or GLOBAL_MANAGED_PROXY purpose field, it leads to false positive. Which is incorrect because flow logs cannot be activated for this type of subnetwork (https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_subnetwork#log_config)
Reproduction Steps
Target
Filesystem
Scanner
Misconfiguration
Target OS
No response
Debug Output
Version
Checklist
-f json
that shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions