UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

6 lines (4 loc) 224 B
// ruleid:dom-based-xss document.write("<OPTION value=1>"+document.location.href.substring(document.location.href.indexOf("default=")+8)+"</OPTION>"); // ok:dom-based-xss document.write("<OPTION value=2>English</OPTION>");