Skip to content

Commit 2a1967c

Browse files
committed
Security Update of log4j
GHSA-jfh8-c2jp-5v3q The operator is only vulnerable for ShinyProxy resources created through the Kubernetes API. This means that an attacker must be able to create ShinyProxy resources in order to exploit this vulnerability.
1 parent a4103c5 commit 2a1967c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.openanalytics</groupId>
88
<artifactId>shinyproxy-operator</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1-SNAPSHOT</version>
1010

1111
<organization>
1212
<name>Open Analytics NV</name>
@@ -21,7 +21,7 @@
2121
<kotlin.version>1.5.20</kotlin.version>
2222
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2323
<junit.jupiter.version>5.6.0</junit.jupiter.version>
24-
<log4j.version>2.14.1</log4j.version>
24+
<log4j.version>2.15.0</log4j.version>
2525
</properties>
2626

2727
<distributionManagement>

0 commit comments

Comments
 (0)