Skip to content

fix(eval): cache custom-coded evaluator modules instead of leaking sys.modules - #1821

Open
adrian-badea wants to merge 1 commit into
mainfrom
fix/custom-evaluator-module-leak
Open

fix(eval): cache custom-coded evaluator modules instead of leaking sys.modules#1821
adrian-badea wants to merge 1 commit into
mainfrom
fix/custom-evaluator-module-leak

fix(eval): cache custom-coded evaluator modules instead of leaking sy…

d7835b8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud succeeded Jul 20, 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

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 165 in packages/uipath/src/uipath/eval/evaluators/evaluator_factory.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