diff --git a/checkmarx-ast-cli.version b/checkmarx-ast-cli.version index 3d45b5c6..b8061b50 100644 --- a/checkmarx-ast-cli.version +++ b/checkmarx-ast-cli.version @@ -1 +1 @@ -2.0.14 +2.0.15 diff --git a/src/main/wrapper/CxConstants.ts b/src/main/wrapper/CxConstants.ts index c33b7a6d..568c6edd 100644 --- a/src/main/wrapper/CxConstants.ts +++ b/src/main/wrapper/CxConstants.ts @@ -54,7 +54,7 @@ export enum CxConstants { BFL_TYPE = "CxBFL", SAST = "sast", LANGUAGE = "--language", - VULNERABILITY_TYPE = "--vulnerabity-type", + VULNERABILITY_TYPE = "--vulnerability-type", CWE_ID = "--cwe-id", SEVERITY_HIGH = "high", diff --git a/src/main/wrapper/resources/cx-linux b/src/main/wrapper/resources/cx-linux index dab83149..24da6e55 100755 Binary files a/src/main/wrapper/resources/cx-linux and b/src/main/wrapper/resources/cx-linux differ diff --git a/src/main/wrapper/resources/cx-mac b/src/main/wrapper/resources/cx-mac index 63a6356b..7c19dd80 100755 Binary files a/src/main/wrapper/resources/cx-mac and b/src/main/wrapper/resources/cx-mac differ diff --git a/src/main/wrapper/resources/cx.exe b/src/main/wrapper/resources/cx.exe index 03736762..08809173 100755 Binary files a/src/main/wrapper/resources/cx.exe and b/src/main/wrapper/resources/cx.exe differ