You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run a scan with kics, it tells me that I'm not using WAF even though I'm using azurerm_web_application_firewall_policy from Terraform which is attached to my AG instance :
WAF Is Disabled For Azure Application Gateway, Severity: MEDIUM, Results: 1
Description: Check if Web Application Firewall is disabled or not configured for Azure's Application Gateway.
Platform: Terraform
CWE: 693
Learn more about this vulnerability: https://docs.kics.io/latest/queries/terraform-queries/azure/2e48d91c-50e4-45c8-9312-27b625868a72
[1]: ../../path/main.tf:405
404:
405: resource "azurerm_application_gateway" "ag_aks" {
406: name = "ag-aks"
Hello,
When I run a scan with kics, it tells me that I'm not using WAF even though I'm using
azurerm_web_application_firewall_policy
from Terraform which is attached to my AG instance :Here's the alert that came up :
URL : https://docs.kics.io/latest/queries/terraform-queries/azure/2e48d91c-50e4-45c8-9312-27b625868a72
Could you include this case in your detection, please?
The text was updated successfully, but these errors were encountered: