mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Update JSchOSInjectionSanitized.java
This commit is contained in:
@@ -27,7 +27,7 @@ public class JSchOSInjectionSanitized {
|
||||
|
||||
for (String badChar : badChars) {
|
||||
if (untrusted.contains(badChar)) {
|
||||
System.out.println("Invalid IP address");
|
||||
System.out.println("Invalid host");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user