diff --git a/node/src/main/resources/mods.properties b/node/src/main/resources/mods.properties index 7c9d6bd00b..4f48d9ac88 100644 --- a/node/src/main/resources/mods.properties +++ b/node/src/main/resources/mods.properties @@ -54,3 +54,10 @@ HTTPSERVER.com.sun.net.httpserver.spi.HttpServerProvider.provider=throw new java #JSHELL.jdk.jshell.tool.JavaShellToolBuilder.builder=throw new java.lang.RuntimeException("JShell blocked by aegis4j"); #JSHELL.jdk.jshell.Snippet.Snippet=throw new java.lang.RuntimeException("JShell blocked by aegis4j"); #JSHELL.jdk.jshell.TaskFactory.parse=throw new java.lang.RuntimeException("JShell blocked by aegis4j"); +# CVE-2022-1471 +SNAKEYAML.org.yaml.snakeyaml.constructor.Constructor.Constructor=throw new java.lang.RuntimeException("SnakeYAML Constructor blocked by aegis4j"); +# CVE-2020-29582 +KOTLIN.kotlin.io.FilesKt.createTempDir=throw new java.lang.RuntimeException("Kotlin createTempDir blocked by aegis4j"); +KOTLIN.kotlin.io.FilesKt.createTempFile=throw new java.lang.RuntimeException("Kotlin createTempFile blocked by aegis4j"); +# CVE-2020-8908 +GUAVA.com.google.common.io.Files.createTempDir=throw new java.lang.RuntimeException("Guava createTempDir blocked by aegis4j"); \ No newline at end of file