diff --git a/.github/workflows/ast-cli-team-review.yml b/.github/workflows/ast-cli-team-review.yml index 9a6a75f7..a861b715 100644 --- a/.github/workflows/ast-cli-team-review.yml +++ b/.github/workflows/ast-cli-team-review.yml @@ -29,7 +29,7 @@ jobs: env: GH_TOKEN: ${{ secrets.AST_CLI_GH_TOKEN }} run: | - gh api orgs/CheckmarxDev/teams/ast-sypher-team/members --jq '.[].login' > team_members.txt + gh api orgs/Checkmarx/teams/ast-sypher-team/members --jq '.[].login' > team_members.txt echo "✅ Team members:" cat team_members.txt diff --git a/.github/workflows/delete-packages-and-releases.yml b/.github/workflows/delete-packages-and-releases.yml index ebc272d8..9c422aed 100644 --- a/.github/workflows/delete-packages-and-releases.yml +++ b/.github/workflows/delete-packages-and-releases.yml @@ -30,12 +30,12 @@ jobs: echo "Deleting all npm packages whose name ends with '-${{inputs.tag}}.0'" - VERSION_IDS=($(curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/orgs/CheckmarxDev/packages/npm/ast-cli-javascript-wrapper/versions | jq '.[]|select(.name | contains("-${{inputs.tag}}.0"))|.id')) + VERSION_IDS=($(curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/orgs/Checkmarx/packages/npm/ast-cli-javascript-wrapper/versions | jq '.[]|select(.name | contains("-${{inputs.tag}}.0"))|.id')) for versionId in "${VERSION_IDS[@]}" do echo "Deleting version $versionId..." - curl -L -X DELETE -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" "https://api.github.com/orgs/CheckmarxDev/packages/npm/ast-cli-javascript-wrapper/versions/$versionId" + curl -L -X DELETE -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" "https://api.github.com/orgs/Checkmarx/packages/npm/ast-cli-javascript-wrapper/versions/$versionId" echo "Version $versionId deleted successfully!" done diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fa48c737..89e0b0ce 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -12,5 +12,5 @@ on: jobs: nightly: - uses: CheckmarxDev/ast-cli-javascript-wrapper/.github/workflows/release.yml@main + uses: Checkmarx/ast-cli-javascript-wrapper/.github/workflows/release.yml@main secrets: inherit \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62acdc4f..9d698acb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ permissions: jobs: delete: - uses: CheckmarxDev/ast-cli-javascript-wrapper/.github/workflows/delete-packages-and-releases.yml@main + uses: Checkmarx/ast-cli-javascript-wrapper/.github/workflows/delete-packages-and-releases.yml@main with: tag: ${{ inputs.jsTag }} secrets: inherit @@ -174,7 +174,7 @@ jobs: release_version: ${{ needs.release.outputs.TAG_NAME }} cli_release_version: ${{ needs.release.outputs.CLI_VERSION }} release_author: "Phoenix Team" - release_url: https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }} + release_url: https://github.com/Checkmarx/ast-cli-javascript-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }} jira_product_name: JAVASCRIPT_WRAPPER secrets: inherit diff --git a/README.md b/README.md index 185b6f41..1da82e4f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add the following dependency: ``` "dependencies": { - "@checkmarxdev/ast-cli-javascript-wrapper": "{version}" + "@checkmarx/ast-cli-javascript-wrapper": "{version}" } ``` @@ -86,7 +86,7 @@ setx PATH_TO_EXECUTABLE {value} Checkmarx - AST Integrations Team -CxProject Link: [https://github.com/CheckmarxDev/ast-cli-javascript-wrapper](https://github.com/CheckmarxDev/ast-cli-javascript-wrapper) +CxProject Link: [https://github.com/Checkmarx/ast-cli-javascript-wrapper](https://github.com/Checkmarx/ast-cli-javascript-wrapper) © 2021 Checkmarx Ltd. All Rights Reserved. diff --git a/package-lock.json b/package-lock.json index 2e4f3eed..b69d9653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@CheckmarxDev/ast-cli-javascript-wrapper", + "name": "@Checkmarx/ast-cli-javascript-wrapper", "version": "0.0.146", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@CheckmarxDev/ast-cli-javascript-wrapper", + "name": "@Checkmarx/ast-cli-javascript-wrapper", "version": "0.0.146", "license": "ISC", "dependencies": { @@ -2180,11 +2180,12 @@ } }, "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -4583,9 +4584,10 @@ } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" }, "node_modules/natural-compare": { "version": "1.4.0", @@ -5750,7 +5752,7 @@ "@babel/traverse": "^7.15.0", "@babel/types": "^7.15.0", "convert-source-map": "^1.7.0", - "debug": "^4.1.0", + "debug": "^4.4.0", "gensync": "^1.0.0-beta.2", "json5": "^2.1.2", "semver": "^6.3.0", @@ -6085,7 +6087,7 @@ "@babel/helper-split-export-declaration": "^7.22.6", "@babel/parser": "^7.23.0", "@babel/types": "^7.23.0", - "debug": "^4.1.0", + "debug": "^4.4.0", "globals": "^11.1.0" }, "dependencies": { @@ -6175,7 +6177,7 @@ "dev": true, "requires": { "ajv": "^6.12.4", - "debug": "^4.3.2", + "debug": "^4.4.0", "espree": "^9.4.0", "globals": "^13.19.0", "ignore": "^5.2.0", @@ -6209,7 +6211,7 @@ "dev": true, "requires": { "@humanwhocodes/object-schema": "^1.2.0", - "debug": "^4.1.1", + "debug": "^4.4.0", "minimatch": "^3.0.4" } }, @@ -6799,7 +6801,7 @@ "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/type-utils": "5.62.0", "@typescript-eslint/utils": "5.62.0", - "debug": "^4.3.4", + "debug": "^4.4.0", "graphemer": "^1.4.0", "ignore": "^5.2.0", "natural-compare-lite": "^1.4.0", @@ -6816,7 +6818,7 @@ "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", "@typescript-eslint/typescript-estree": "5.62.0", - "debug": "^4.3.4" + "debug": "^4.4.0" } }, "@typescript-eslint/scope-manager": { @@ -6837,7 +6839,7 @@ "requires": { "@typescript-eslint/typescript-estree": "5.62.0", "@typescript-eslint/utils": "5.62.0", - "debug": "^4.3.4", + "debug": "^4.4.0", "tsutils": "^3.21.0" } }, @@ -6855,7 +6857,7 @@ "requires": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0", - "debug": "^4.3.4", + "debug": "^4.4.0", "globby": "^11.1.0", "is-glob": "^4.0.3", "semver": "^7.3.7", @@ -7341,11 +7343,11 @@ "integrity": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==" }, "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "requires": { - "ms": "2.1.2" + "ms": "^2.1.3" } }, "dedent": { @@ -7466,7 +7468,7 @@ "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", - "debug": "^4.3.2", + "debug": "^4.4.0", "doctrine": "^3.0.0", "enquirer": "^2.3.5", "escape-string-regexp": "^4.0.0", @@ -8157,7 +8159,7 @@ "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", "dev": true, "requires": { - "debug": "^4.1.1", + "debug": "^4.4.0", "istanbul-lib-coverage": "^3.0.0", "source-map": "^0.6.1" }, @@ -9076,7 +9078,7 @@ "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", "requires": { "date-format": "^4.0.14", - "debug": "^4.3.4", + "debug": "^4.4.0", "flatted": "^3.2.7", "rfdc": "^1.3.0", "streamroller": "^3.1.5" @@ -9159,9 +9161,9 @@ "dev": true }, "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "natural-compare": { "version": "1.4.0", @@ -9632,7 +9634,7 @@ "integrity": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==", "requires": { "date-format": "^4.0.14", - "debug": "^4.3.4", + "debug": "^4.4.0", "fs-extra": "^8.1.0" } }, diff --git a/package.json b/package.json index 0ff2e2fb..1cb74292 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@CheckmarxDev/ast-cli-javascript-wrapper", + "name": "@Checkmarx/ast-cli-javascript-wrapper", "version": "0.0.146", "description": "AST CLI Javascript wrapper", "main": "dist/main/wrapper/CxWrapper.js", @@ -18,13 +18,13 @@ "lint-and-fix": "eslint . --ext .ts --fix", "test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest" }, - "repository": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper.git", + "repository": "https://github.com/Checkmarx/ast-cli-javascript-wrapper.git", "author": "Jay Nanduri", "license": "ISC", "bugs": { - "url": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/issues" + "url": "https://github.com/Checkmarx/ast-cli-javascript-wrapper/issues" }, - "homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper#readme", + "homepage": "https://github.com/Checkmarx/ast-cli-javascript-wrapper#readme", "devDependencies": { "@types/jest": "^27.5.0", "@types/node": "^22.9.0", @@ -39,7 +39,8 @@ "typescript": "^5.6.3" }, "overrides": { - "bluebird": "3.7.2" + "bluebird": "3.7.2", + "debug": "^4.4.0" }, "publishConfig": { "registry": "https://npm.pkg.github.com" diff --git a/src/tests/data/package.json b/src/tests/data/package.json index ccbb646c..62aabacc 100644 --- a/src/tests/data/package.json +++ b/src/tests/data/package.json @@ -3,7 +3,7 @@ "*" ], "bugs": { - "url": "https://github.com/CheckmarxDev/ast-vscode-extension/issues" + "url": "https://github.com/Checkmarx/ast-vscode-extension/issues" }, "categories": [ "Other" @@ -783,14 +783,14 @@ "ui", "workspace" ], - "homepage": "https://github.com/CheckmarxDev/ast-vscode-extension#readme", + "homepage": "https://github.com/Checkmarx/ast-vscode-extension#readme", "icon": "media/icon.png", "main": "./out/extension.js", "name": "ast-results", "publisher": "checkmarx", "repository": { "type": "git", - "url": "https://github.com/CheckmarxDev/ast-vscode-extension.git" + "url": "https://github.com/Checkmarx/ast-vscode-extension.git" }, "scripts": { "compile": "tsc -p ./ \u0026\u0026 npm run copytestproject \u0026\u0026 npm run copymedia",