Skip to content

Commit 9ff12a7

Browse files
author
anddann
committed
re-add process detector
1 parent c57c3c2 commit 9ff12a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/codeshield/log4jshell/Log4JProcessDetector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static void main(String[] args) throws IOException {
3939
try {
4040
Log4JDetector detector = new Log4JDetector();
4141
System.out.println("Scanning jar file " + jarFile);
42-
// detector.run(jarFile);
42+
detector.run(jarFile);
4343
} catch (Exception e) {
4444
System.out.println("Could not scan jar file " + jarFile);
4545
}

0 commit comments

Comments
 (0)