Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks

b98c211
Select commit
Loading
Failed to load commit list.
Open

testplan-multi-clone #3985

[pre-commit.ci] auto fixes from pre-commit.com hooks
b98c211
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 6, 2025 in 3s

4 new alerts including 4 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 242 in tcms/testplans/views.py

See this annotation in the file changed.

Code scanning / CodeQL

URL redirection from remote source Medium test

Untrusted URL redirection depends on a
user-provided value
.

Check warning on line 260 in tcms/testplans/views.py

See this annotation in the file changed.

Code scanning / CodeQL

URL redirection from remote source Medium test

Untrusted URL redirection depends on a
user-provided value
.

Check warning on line 279 in tcms/testplans/views.py

See this annotation in the file changed.

Code scanning / CodeQL

URL redirection from remote source Medium test

Untrusted URL redirection depends on a
user-provided value
.

Check warning on line 61 in tcms/testplans/static/testplans/js/search.js

See this annotation in the file changed.

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium test

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