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

[stable28] fix: improve checks for moving shares/storages into other mounts #50160

Draft
wants to merge 6 commits into
base: stable28
Choose a base branch
from

chore(assets): Recompile assets

a19a04a
Select commit
Loading
Failed to load commit list.
Draft

[stable28] fix: improve checks for moving shares/storages into other mounts #50160

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

4 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high
  • 3 medium

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 2 in dist/files-init.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 2 in dist/files-init.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

Properties are copied from
t
to
e
without guarding against prototype pollution.

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

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

Properties are copied from
t
to
e
without guarding against prototype pollution.

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

See this annotation in the file changed.

Code scanning / CodeQL

Overly permissive regular expression range Medium

Suspicious character range that is equivalent to [0-9:].