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 3d891f0 commit 7455b1bCopy full SHA for 7455b1b
java/ql/src/experimental/Security/CWE/CWE-078/JSchOSInjectionSanitized.java
@@ -27,7 +27,7 @@ void jschOsExecutionDig(HttpServletRequest request) {
27
28
for (String badChar : badChars) {
29
if (untrusted.contains(badChar)) {
30
- System.out.println("Invalid IP address");
+ System.out.println("Invalid host");
31
return;
32
}
33
0 commit comments