UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

14 lines (13 loc) 276 B
rules: - id: double_goto pattern: | if ($COND) goto $FAIL; goto $FAIL; message: The second goto statement will always be executed. languages: [c] severity: WARNING metadata: category: correctness technology: - c