Skip to content

Merge pull request #284 from GREENRAT-K405/dev

5adc49d
Select commit
Loading
Failed to load commit list.
Merged

Merge the dev branch to the main. #286

Merge pull request #284 from GREENRAT-K405/dev
5adc49d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Feb 12, 2026 in 4s

2 new alerts including 1 critical severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical
  • 1 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 21 in .github/workflows/PR-review.yaml

See this annotation in the file changed.

Code scanning / CodeQL

Code injection Critical

Potential code injection in
${ github.event.comment.body }
, which may be controlled by an external user (
issue_comment
).

Check failure on line 31 in .github/workflows/PR-review.yaml

See this annotation in the file changed.

Code scanning / CodeQL

Checkout of untrusted code in trusted context High

Potential execution of untrusted code on a privileged workflow (
issue_comment
)