Skip to content

Merge remote-tracking branch 'origin/main' into staging

fb7881e
Select commit
Loading
Failed to load commit list.
Merged

Release v2.1.0 #65

Merge remote-tracking branch 'origin/main' into staging
fb7881e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 25, 2026 in 4s

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 2278 in dashboard/mockups/dashboard-mockup.html

See this annotation in the file changed.

Code scanning / CodeQL

DOM text reinterpreted as HTML High

DOM text
is reinterpreted as HTML without escaping meta-characters.
DOM text
is reinterpreted as HTML without escaping meta-characters.
DOM text
is reinterpreted as HTML without escaping meta-characters.

Check failure on line 8 in dashboard/src/web/lib/utils/markdown.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
on
, which may cause an HTML attribute injection vulnerability.

Check failure on line 8 in dashboard/src/web/lib/utils/markdown.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.