UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

8 lines (6 loc) 211 B
# ruleid: detected-ssh-password sshpass -p 'blah' # ok: detected-ssh-password cmdInput := fmt.Sprintf("sshpass -p '%s'", password) # ok: detected-ssh-password cmdInput := fmt.Sprintf("sshpass -p %s", password)