We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3368a73 commit 56ccd2aCopy full SHA for 56ccd2a
utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/process/Security.kt
@@ -54,6 +54,8 @@ internal fun <T> sandbox(file: URI, block: () -> T): T {
54
RuntimePermission("accessDeclaredMembers"),
55
RuntimePermission("getProtectionDomain"),
56
RuntimePermission("accessClassInPackage.*"),
57
+ RuntimePermission("getClassLoader"),
58
+ RuntimePermission("reflectionFactoryAccess"),
59
ReflectPermission("*"),
60
)
61
if (Files.exists(path)) {
0 commit comments