We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdc7ea commit 4327c30Copy full SHA for 4327c30
1 file changed
src/main/java/com/checkmarx/ast/wrapper/CxWrapper.java
@@ -570,7 +570,7 @@ private boolean verifyEngineExecutable(String enginePath) {
570
this.logger.debug("Engine path '{}' is not executable", enginePath);
571
return false;
572
}
573
-
+ // checking the vulnerability
574
// Run a quick version check to verify the engine works
575
ProcessBuilder pb = new ProcessBuilder(enginePath, "--version");
576
pb.redirectErrorStream(true);
0 commit comments