Skip to content

Merge branch 'staging' into add-security-headers

1e60cb0
Select commit
Loading
Failed to load commit list.
Open

Add missing security headers (X-Content-Type-Options, X-Frame-Options, CSP, Referrer-Policy, Permissions-Policy) #431

Merge branch 'staging' into add-security-headers
1e60cb0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 8, 2026 in 1s

4 new alerts including 4 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 85 in tests/test_hsts_header.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://api.github.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 91 in tests/test_hsts_header.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://fonts.googleapis.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 92 in tests/test_hsts_header.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://fonts.gstatic.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 98 in tests/test_hsts_header.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://cdn.jsdelivr.net
may be at an arbitrary position in the sanitized URL.