Skip to content

Merge pull request #6 from pratikjadhav2726/cursor/integrate-chatbot-…

49fb079
Select commit
Loading
Failed to load commit list.
Open

Implement remaining mcp steps #5

Merge pull request #6 from pratikjadhav2726/cursor/integrate-chatbot-…
49fb079
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 31, 2025 in 4s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 397 in lib/mcp-client.ts

See this annotation in the file changed.

Code scanning / CodeQL

Use of externally-controlled format string High

Format string depends on a
user-provided value
.

Check failure on line 193 in mcp-ui-server-v2/src/templates/generators/sample-data.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.