UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

32 lines (31 loc) 716 B
rules: - id: azure-networkinterface-enable-ip-forwarding message: >- Ensure that Network Interfaces disable IP forwarding patterns: - pattern: resource - pattern-inside: | resource "azurerm_network_interface" "..." { ... enable_ip_forwarding = true ... } metadata: owasp: - A05:2017 - Broken Access Control - A01:2021 - Broken Access Control cwe: - 'CWE-284: Improper Access Control' category: security technology: - terraform - azure references: - https://owasp.org/Top10/A01_2021-Broken_Access_Control subcategory: - audit likelihood: LOW impact: LOW confidence: LOW languages: [hcl] severity: WARNING