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 eb5ad16 commit 2c67084Copy full SHA for 2c67084
src/main/java/de/codeshield/log4jshell/Log4JDetector.java
@@ -113,7 +113,7 @@ public boolean run(String pathToJarFile) throws IOException {
113
// Check if a class file matches one of the pre-computed vulnerable SHAs.
114
if (ClassDetector.isVulnerableClass(is)) {
115
isVulnerable = true;
116
- System.err.println("CVE-2021-44228 found declared as dependency in " + classFile);
+ System.err.println("CVE-2021-44228 found in class file " + classFile);
117
}
118
119
0 commit comments