Skip to content

mergeback latest, purge more changesets with 馃敟 - #5514

Open
boutell wants to merge 20 commits into
mainfrom
latest
Open

mergeback latest, purge more changesets with 馃敟 #5514
boutell wants to merge 20 commits into
mainfrom
latest

ready for 4.32.0 release (#5513)

207846a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 10, 2026 in 1s

4 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high
  • 1 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 390 in packages/redirect/index.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '*'.

Check failure on line 118 in packages/seo/test/functional-tests.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

'
https://twitter.com/examplecorp
' can be anywhere in the URL, and arbitrary hosts may come before or after it.

Check failure on line 119 in packages/seo/test/functional-tests.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

'
https://linkedin.com/company/example
' can be anywhere in the URL, and arbitrary hosts may come before or after it.

Check warning on line 487 in packages/sanitize-html/index.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.