UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

12 lines (11 loc) 259 B
rules: - id: not-portable-tmp-string pattern: | "=~/\/tmp/" message: You should probably use Filename.get_temp_dirname(). languages: [ocaml] severity: WARNING metadata: category: portability technology: - ocaml