Skip to content

Added a min option to the component select input with a replace feature#18027

Draft
lukeholder wants to merge 2 commits into
5.xfrom
feature/min-setting-component-select
Draft

Added a min option to the component select input with a replace feature#18027
lukeholder wants to merge 2 commits into
5.xfrom
feature/min-setting-component-select

revert

35bc0ee
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Nov 17, 2025 in 3s

4 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 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 2 in src/web/assets/cp/dist/cp.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of "%3D".

Check warning on line 2 in src/web/assets/cp/dist/cp.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 warning on line 2 in src/web/assets/cp/dist/cp.js

See this annotation in the file changed.

Code scanning / CodeQL

Unsafe expansion of self-closing HTML tag Medium

This self-closing HTML tag expansion invalidates prior sanitization as
this regular expression
may match part of an attribute value.

Check warning on line 2 in src/web/assets/cp/dist/cp.js

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.