Skip to content

Merge pull request #205 from GSA/fix/cve-2026-2391-qs

55686d2
Select commit
Loading
Failed to load commit list.
Open

Release v1.9-20260304 — Security Patch #206

Merge pull request #205 from GSA/fix/cve-2026-2391-qs
55686d2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 4, 2026 in 2s

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 247 in server/app.js

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 90 in server/routes/document.routes.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a system command
, but is not rate-limited.