Skip to content

Merge remote-tracking branch 'upstream/main'

89ea563
Select commit
Loading
Failed to load commit list.
Merged

Feat/main 2 #2

Merge remote-tracking branch 'upstream/main'
89ea563
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 22, 2025 in 4s

No new alerts in code changed by this pull request

Annotations

Check failure on line 88 in src/frontend/wwwroot/home/home.js

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.

Check warning on line 708 in src/frontend/wwwroot/task/task.js

See this annotation in the file changed.

Code scanning / CodeQL

Cross-window communication with unrestricted target origin Medium

Sensitive data
is sent to another window without origin restriction.

Check warning on line 721 in src/frontend/wwwroot/task/task.js

See this annotation in the file changed.

Code scanning / CodeQL

Cross-window communication with unrestricted target origin Medium

Sensitive data
is sent to another window without origin restriction.

Check warning on line 732 in src/frontend/wwwroot/task/task.js

See this annotation in the file changed.

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

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