Skip to content

fix(poc): switch to fast installer, fix sonar path injection, add orc…

eabc89a
Select commit
Loading
Failed to load commit list.
Open

feat(poc): sanity plugin check - POC #4523

fix(poc): switch to fast installer, fix sonar path injection, add orc…
eabc89a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud succeeded Apr 1, 2026 in 3s

1 new alert including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 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 warning on line 231 in scripts/install-dynamic-plugins/install-dynamic-plugins-fast.py

See this annotation in the file changed.

Code scanning / SonarCloud

Accessing files should not lead to filesystem oracle attacks Medium

Change this code to not construct the path from user-controlled data. See more on SonarQube Cloud