diff --git a/checkmarx-ast-cli.version b/checkmarx-ast-cli.version index f1e5f744..af6c3247 100644 --- a/checkmarx-ast-cli.version +++ b/checkmarx-ast-cli.version @@ -1 +1 @@ -2.3.36 +2.3.37 diff --git a/src/main/wrapper/resources/cx-linux b/src/main/wrapper/resources/cx-linux index 3f6d174b..b2bf1083 100755 --- a/src/main/wrapper/resources/cx-linux +++ b/src/main/wrapper/resources/cx-linux @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:059e958eb6e2704f9e9ba7a51dd7efc086a85e53248000270d648944d5d6dae3 -size 80134328 +oid sha256:d8a163b3d50dc671973659d554b9032ee19f997f7a487471de0e594ed5039c8f +size 80904376 diff --git a/src/main/wrapper/resources/cx-mac b/src/main/wrapper/resources/cx-mac index 095113de..f5a32f12 100755 --- a/src/main/wrapper/resources/cx-mac +++ b/src/main/wrapper/resources/cx-mac @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5fce2cbfd8eeca6831fc270a7798e978bf3123b17244492ab1b183a9ad224392 -size 161292816 +oid sha256:243204210f2f9701cfac5878ba3bd13f1950fbc2cb2caec3b816155cc8269daf +size 162805056 diff --git a/src/main/wrapper/resources/cx.exe b/src/main/wrapper/resources/cx.exe index 6e1a7980..a2f87460 100644 --- a/src/main/wrapper/resources/cx.exe +++ b/src/main/wrapper/resources/cx.exe @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25369c32dab311dd3554791e60deb6a5a40812be226477476599f9bfee1afcd9 -size 82113472 +oid sha256:28d5ebfcb41c7e6705c89407ffefec5de2c08c14c1b0c8a9e1121f11eb15c77c +size 82922432 diff --git a/src/tests/LearnMoreDescriptions.test.ts b/src/tests/LearnMoreDescriptions.test.ts index 3118dbba..ae76c96f 100644 --- a/src/tests/LearnMoreDescriptions.test.ts +++ b/src/tests/LearnMoreDescriptions.test.ts @@ -14,7 +14,8 @@ describe("LearnMoreDescriptions cases",() => { it('LearnMoreDescriptions Failure case', async () => { const auth = new CxWrapper(cxScanConfig); - const data = await auth.learnMore("") + const queryId = ""; + const data = await auth.learnMore(queryId !== undefined? queryId : "") const cxCommandOutput: CxCommandOutput = data; expect(cxCommandOutput.status).toBe("Value of query-id is invalid\n"); })