Skip to content

Update deprecation note - #1169

Merged
j9t merged 2 commits into
gh-pagesfrom
feat/hmn
Mar 26, 2026
Merged

Update deprecation note#1169
j9t merged 2 commits into
gh-pagesfrom
feat/hmn

chore: re-run dist

dce937a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 26, 2026 in 2s

6 new alerts including 6 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 6 high

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 25836 in dist/htmlminifier.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of /%3A/i.

Check failure on line 25883 in dist/htmlminifier.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 27813 in dist/htmlminifier.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 failure on line 27836 in dist/htmlminifier.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 failure on line 28304 in dist/htmlminifier.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 28304 in dist/htmlminifier.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.