Skip to content

Commit d9d3721

Browse files
frkngkslv1ktor0t
andauthored
Update community/detectors/mudler_localai_cve_2024_6983/src/main/java/com/google/tsunami/plugins/detectors/cves/cve20246983/Cve20246983VulnDetector.java
Co-authored-by: Viktor Chuchurski <viktor@doyensec.com>
1 parent 6aebfd7 commit d9d3721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • community/detectors/mudler_localai_cve_2024_6983/src/main/java/com/google/tsunami/plugins/detectors/cves/cve20246983

community/detectors/mudler_localai_cve_2024_6983/src/main/java/com/google/tsunami/plugins/detectors/cves/cve20246983/Cve20246983VulnDetector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ private boolean isServiceVulnerable(NetworkService networkService) {
304304
Uninterruptibles.sleepUninterruptibly(Duration.ofSeconds(10));
305305
logger.atInfo().log("Triggering the malicious model");
306306
if (!triggerCreatedModel(networkService)) {
307-
logger.atInfo().log("Expected Timeout");
307+
logger.atInfo().log("Expected Timeout");
308308
}
309309
// Preloaded models cannot be deleted, but payload continues to work even if the same model
310310
// exists. That's why only delete payload file.

0 commit comments

Comments
 (0)