Skip to content

Dev to release - #352

Merged
KelvinTegelaar merged 281 commits into
mainfrom
dev
Aug 21, 2026
Merged

Dev to release#352
KelvinTegelaar merged 281 commits into
mainfrom
dev

remove workflow, fix tests

5b10ea4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 21, 2026 in 3s

7 new alerts including 5 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 high
  • 2 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 319 in frontend/src/components/CippComponents/CippApiDialog.jsx

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.
DOM text
is reinterpreted as HTML without escaping meta-characters.
DOM text
is reinterpreted as HTML without escaping meta-characters.

Check failure on line 614 in frontend/src/components/CippTable/CIPPTableToptoolbar.js

See this annotation in the file changed.

Code scanning / CodeQL

Remote property injection High

A property name to write to depends on a
user-provided value
.
A property name to write to depends on a
user-provided value
.
A property name to write to depends on a
user-provided value
.

Check failure on line 620 in frontend/src/components/CippTable/CIPPTableToptoolbar.js

See this annotation in the file changed.

Code scanning / CodeQL

Remote property injection High

A property name to write to depends on a
user-provided value
.
A property name to write to depends on a
user-provided value
.
A property name to write to depends on a
user-provided value
.

Check failure on line 400 in frontend/src/components/CippTable/CippDataTable.js

See this annotation in the file changed.

Code scanning / CodeQL

Remote property injection High

A property name to write to depends on a
user-provided value
.
A property name to write to depends on a
user-provided value
.

Check failure on line 153 in frontend/src/layouts/index.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 warning on line 376 in frontend/src/components/CippFormPages/CippSchedulerForm.jsx

See this annotation in the file changed.

Code scanning / CodeQL

Log injection Medium

Log entry depends on a
user-provided value
.

Check warning on line 208 in frontend/src/components/CippTable/util-columnsFromAPI.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

Properties are copied from
obj
to
base
without guarding against prototype pollution.