Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump underscore from 1.13.6 to 1.13.7 #49708

Open
wants to merge 2 commits into
base: stable28
Choose a base branch
from

chore(assets): Recompile assets

83a2728
Select commit
Loading
Failed to load commit list.
Open

chore(deps): bump underscore from 1.13.6 to 1.13.7 #49708

chore(assets): Recompile assets
83a2728
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 4, 2025 in 4s

6 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high
  • 4 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 2831 in apps/files/js/filelist.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.

Check warning on line 2 in dist/core-main.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.

Check warning on line 2 in dist/core-main.js

See this annotation in the file changed.

Code scanning / CodeQL

Unsafe expansion of self-closing HTML tag Medium

This self-closing HTML tag expansion invalidates prior sanitization as
this regular expression
may match part of an attribute value.

Check warning on line 2 in dist/core-main.js

See this annotation in the file changed.

Code scanning / CodeQL

Unsafe expansion of self-closing HTML tag Medium

This self-closing HTML tag expansion invalidates prior sanitization as
this regular expression
may match part of an attribute value.

Check failure on line 2 in dist/core-main.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 2 in dist/core-main.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.