Skip to content

Switch to uv as package manager#451

Draft
kofrezo wants to merge 2 commits into
mainfrom
dk_switch_to_uv
Draft

Switch to uv as package manager#451
kofrezo wants to merge 2 commits into
mainfrom
dk_switch_to_uv

Switch from pipenv to uv workspace

eae904d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 18, 2026 in 2s

8 new alerts including 5 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 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 43 in packages/serveradmin/serveradmin/resources/views.py

See this annotation in the file changed.

Code scanning / CodeQL

Reflected server-side cross-site scripting High

Cross-site scripting vulnerability due to a
user-provided value
.

Check warning on line 172 in packages/serveradmin/serveradmin/graphite/views.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 179 in packages/serveradmin/serveradmin/servershell/views.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 428 in packages/serveradmin/serveradmin/servershell/views.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
Stack trace information
flows to this location and may be exposed to an external user.

Check failure on line 1152 in packages/serveradmin/serveradmin/common/static/js/bootstrap.bundle.js

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.

Check failure on line 1153 in packages/serveradmin/serveradmin/common/static/js/bootstrap.js

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.

Check failure on line 772 in packages/serveradmin/serveradmin/servershell/static/js/servershell/command.js

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings containing many repetitions of '0'.

Check failure on line 772 in packages/serveradmin/serveradmin/servershell/static/js/servershell/command.js

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '0' and containing many repetitions of '00'.