mcp-server-semgrep
Version:
MCP Server for Semgrep Integration - static code analysis with AI
15 lines (14 loc) • 364 B
YAML
rules:
- id: pdb-remove
pattern-either:
- pattern: pdb.$X(...)
- pattern: pdb.Pdb.$X(...)
message: >-
pdb is an interactive debugging tool and you may have forgotten to remove it before
committing your code
languages: [python]
severity: WARNING
metadata:
category: correctness
technology:
- python