You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alisevych
changed the title
Implicit unpermitted operations should be restricted by Security Manager
Implicit unpermitted operations should be sandboxed
Aug 25, 2022
Description
Unpermitted operations can be called implicitly. Need to sandbox them too.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Generated test is supposed to be disabled with sandbox-related comment.
No file must be created by user's code during test generation.
Actual behavior
Successful test is generated.
File "a.txt" is created during test generation.
Visual proofs (screenshots, logs, images)
Environment
IntelliJ IDEA 2022.1 - 2022.1.4
JDK 8/11
Additional context
Static blocks are being executed without sandbox either:
The text was updated successfully, but these errors were encountered: