From bdac6dd02a7968ec08a5519ec3415c8573f202a1 Mon Sep 17 00:00:00 2001 From: elchananarb Date: Tue, 16 Jul 2024 18:38:00 +0300 Subject: [PATCH 1/3] update js-wrapper to 0.0.8 --- cxAstScan/package-lock.json | 14 +++++++------- cxAstScan/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cxAstScan/package-lock.json b/cxAstScan/package-lock.json index 50975c3..2191680 100644 --- a/cxAstScan/package-lock.json +++ b/cxAstScan/package-lock.json @@ -5,15 +5,15 @@ "packages": { "": { "dependencies": { - "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.107", + "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.108", "azure-pipelines-task-lib": "4.10.1" } }, "node_modules/@checkmarxdev/ast-cli-javascript-wrapper": { "name": "@CheckmarxDev/ast-cli-javascript-wrapper", - "version": "0.0.107", - "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.107/766b113197ba219d1866d96c98d425ffcfc16190", - "integrity": "sha512-8Epl7N9zR4Im035L0gMvw2sgQt9VsNwPKjFpAvhDpvMkvGSEjZvyaVXcjc9h7T82me3Toq/jdO2CLwOrfqzt4A==", + "version": "0.0.108", + "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.108/51bc7f9604ba40253611ac5db45a63fb57af3cc4", + "integrity": "sha512-8ntf2F8ml1DrmX79lVcBQk5kDZIgLgK93/iSS3u2FBCa0Xz+Aoefkts7bsIDWg0T7dTZOYPtLPeeiO+u5Zesww==", "license": "ISC", "dependencies": { "log4js": "^6.9.1" @@ -490,9 +490,9 @@ }, "dependencies": { "@checkmarxdev/ast-cli-javascript-wrapper": { - "version": "npm:@CheckmarxDev/ast-cli-javascript-wrapper@0.0.107", - "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.107/766b113197ba219d1866d96c98d425ffcfc16190", - "integrity": "sha512-8Epl7N9zR4Im035L0gMvw2sgQt9VsNwPKjFpAvhDpvMkvGSEjZvyaVXcjc9h7T82me3Toq/jdO2CLwOrfqzt4A==", + "version": "npm:@CheckmarxDev/ast-cli-javascript-wrapper@0.0.108", + "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.108/51bc7f9604ba40253611ac5db45a63fb57af3cc4", + "integrity": "sha512-8ntf2F8ml1DrmX79lVcBQk5kDZIgLgK93/iSS3u2FBCa0Xz+Aoefkts7bsIDWg0T7dTZOYPtLPeeiO+u5Zesww==", "requires": { "log4js": "^6.9.1" } diff --git a/cxAstScan/package.json b/cxAstScan/package.json index 38ea13b..a06464d 100644 --- a/cxAstScan/package.json +++ b/cxAstScan/package.json @@ -1,6 +1,6 @@ { "dependencies": { "azure-pipelines-task-lib": "4.10.1", - "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.107" + "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.108" } } From 4115e68d43ecc81a764483b50b735a83b9310265 Mon Sep 17 00:00:00 2001 From: elchananarb Date: Thu, 18 Jul 2024 19:51:43 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3e504..d06488b 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Distributed under the [Apache 2.0](LICENSE). See `LICENSE` for more information. ## Contact -Checkmarx - AST Integrations Team +Checkmarx - AST Integrations Team. Project Link: [https://github.com/checkmarx/ast-azure-plugin](https://github.com/checkmarx/ast-azure-plugin) From 384caae9523c190dfb7f3b591e5bc4d7e48f5294 Mon Sep 17 00:00:00 2001 From: elchananarb Date: Sun, 21 Jul 2024 14:59:22 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d06488b..0c3e504 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Distributed under the [Apache 2.0](LICENSE). See `LICENSE` for more information. ## Contact -Checkmarx - AST Integrations Team. +Checkmarx - AST Integrations Team Project Link: [https://github.com/checkmarx/ast-azure-plugin](https://github.com/checkmarx/ast-azure-plugin)