Skip to content

fix: require admin session to download AdminJS PII exports - #2337

Open
ae2079 wants to merge 1 commit into
stagingfrom
fix/admin-download-auth
Open

fix: require admin session to download AdminJS PII exports#2337
ae2079 wants to merge 1 commit into
stagingfrom
fix/admin-download-auth

fix: require admin session to download AdminJS PII exports

fc5338f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 12, 2026 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 222 in src/server/bootstrap.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

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