We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57c3c2 commit 9ff12a7Copy full SHA for 9ff12a7
src/main/java/de/codeshield/log4jshell/Log4JProcessDetector.java
@@ -39,7 +39,7 @@ public static void main(String[] args) throws IOException {
39
try {
40
Log4JDetector detector = new Log4JDetector();
41
System.out.println("Scanning jar file " + jarFile);
42
- // detector.run(jarFile);
+ detector.run(jarFile);
43
} catch (Exception e) {
44
System.out.println("Could not scan jar file " + jarFile);
45
}
0 commit comments