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

Test pra #4957

Closed
wants to merge 24 commits into from

chore: Remove legacy publisher JS (#4930)

74e7a1e
Select commit
Loading
Failed to load commit list.
Closed

Test pra #4957

chore: Remove legacy publisher JS (#4930)
74e7a1e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 6, 2025 in 4s

5 new alerts including 5 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 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 warning on line 575 in webapp/publisher/snaps/build_views.py

See this annotation in the file changed.

Code scanning / CodeQL

URL redirection from remote source Medium

Untrusted URL redirection depends on a
user-provided value
.

Check warning on line 87 in webapp/publisher/snaps/release_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 285 in webapp/publisher/snaps/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 481 in webapp/publisher/snaps/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 202 in static/js/publisher-pages/pages/Listing/ListingDetails/ImageUpload.tsx

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.