UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

21 lines (18 loc) 563 B
<!DOCTYPE html> <html> <head></head> <body> <script> // ruleid: var-in-script-tag const mydata = {{ mydata_json|safe }}; // ruleid: var-in-script-tag const moredata = {{ mydata_json }}; </script> <div> <!-- ok: var-in-script-tag --> <p>{{ this_is_fine }}</p> </div> </body> <!-- ok: var-in-script-tag --> <script src="./{{ reactDemoIndexBundleJs }}" crossOrigin="anonymous" integrity="{{ sri.reactDemoIndexBundleJs }}"></script> </html>