Skip to content

Commit 0b2b2d3

Browse files
committed
update to 2.15 and update release
1 parent 37065fa commit 0b2b2d3

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.5</version>
10+
<version>0.5.1</version>
1111

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

src/test/java/de/codeshield/log4jshell/Log4JDetectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public void checkVulnerables() throws IOException, URISyntaxException {
2121
@Test
2222
public void checkSecure() throws IOException, URISyntaxException {
2323
assertFalse(checkResourceFile("/spring-boot-2.5.7.jar"));
24-
assertFalse(checkResourceFile("/log4j-core-2.15.0.jar"));
24+
assertTrue(checkResourceFile("/log4j-core-2.15.0.jar"));
2525
}
2626

2727
private boolean checkResourceFile(String url) throws IOException, URISyntaxException {

0 commit comments

Comments
 (0)