UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

12 lines (9 loc) 240 B
import * as Promise from "bluebird"; function bad1(input) { // ruleid: tofastproperties-code-execution util.toFastProperties(input); } function ok1() { // ok: tofastproperties-code-execution util.toFastProperties("smth hardcoded"); }