Skip to content

Commit 4327c30

Browse files
Checking for vulnerabilities
1 parent 8cdc7ea commit 4327c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/checkmarx/ast/wrapper/CxWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ private boolean verifyEngineExecutable(String enginePath) {
570570
this.logger.debug("Engine path '{}' is not executable", enginePath);
571571
return false;
572572
}
573-
573+
// checking the vulnerability
574574
// Run a quick version check to verify the engine works
575575
ProcessBuilder pb = new ProcessBuilder(enginePath, "--version");
576576
pb.redirectErrorStream(true);

0 commit comments

Comments
 (0)