Skip to content

feat: cleanup go bazaar extension

0d42a3f
Select commit
Loading
Failed to load commit list.
Open

Development v2 #705

feat: cleanup go bazaar extension
0d42a3f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 5, 2025 in 3s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 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 72 in examples/python/legacy/servers/flask/main.py

See this annotation in the file changed.

Code scanning / CodeQL

Flask app is run in debug mode High

A Flask app appears to be run in debug mode. This may allow an attacker to run arbitrary code through the debugger.

Check failure on line 167 in examples/typescript/facilitator/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 54 in typescript/packages/legacy/x402-next/src/paymentMiddleware.test.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.