Skip to content

Commit a601534

Browse files
author
Johannes Spaeth
committed
Add missing comma to CSV
1 parent ed1baba commit a601534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>de.codeshield.log4shell</groupId>
99
<artifactId>Log4JDetector</artifactId>
10-
<version>0.2-SNAPSHOT</version>
10+
<version>0.2</version>
1111

1212
<name>cve-2021-44228-detector</name>
1313
<url>http://www.codeshield.io</url>

src/main/resources/VulnerableGavs.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ org.alindner.cish,compiler,88a11bd,jar-with-dependencies
8080
org.apache.hadoop,hadoop-ozone-objectstore-service,0.4.1-alpha,plugin
8181
org.apache.hive,hive-jdbc,2.1.1,standalone
8282
org.apache.logging.log4j,log4j-core,2.0,
83-
org.apache.logging.log4j,log4j-core,2.0-beta9
83+
org.apache.logging.log4j,log4j-core,2.0-beta9,
8484
org.apache.logging.log4j,log4j-core,2.0-rc1,
8585
org.apache.logging.log4j,log4j-core,2.0-rc2,
8686
org.apache.logging.log4j,log4j-core,2.0.1,

0 commit comments

Comments
 (0)