Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Jul 1, 2024
1 parent 6571296 commit 9e8fcc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
env:
NODE_OPTIONS: "--max-old-space-size=4096"
run: |
openssl --version
npm ci
npm run build
npm run coverage-node --security-revert=CVE-2023-46809
npm run coverage-node
- name: Test compliance
env:
NODE_OPTIONS: "--max-old-space-size=4096"
Expand All @@ -50,14 +49,14 @@ jobs:
PUBLISH_LOCAL: true
run: |
npm run verdaccio-publish
npm run verdaccio-node-decrypt --security-revert=CVE-2023-46809
npm run verdaccio-node-encrypt --security-revert=CVE-2023-46809
npm run verdaccio-node-decrypt
npm run verdaccio-node-encrypt
- name: Run Test Vectors Browser node ${{matrix.node}}
env:
NODE_OPTIONS: "--max-old-space-size=4096"
NPM_CONFIG_UNSAFE_PERM: true
PUBLISH_LOCAL: true
run: |
npm run verdaccio-publish
npm run verdaccio-browser-decrypt --security-revert=CVE-2023-46809
npm run verdaccio-browser-encrypt --security-revert=CVE-2023-46809
npm run verdaccio-browser-decrypt
npm run verdaccio-browser-encrypt
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"integration": "run-s integration-*",
"verdaccio": "run-s verdaccio-*",
"verdaccio-publish": "./util/local_verdaccio_publish",
"verdaccio-browser-decrypt": "./util/npx_verdaccio @aws-crypto/integration-browser decrypt -v $PWD/$npm_package_config_localTestVectors --karma -c cpu",
"verdaccio-browser-decrypt": "./util/npx_verdaccio @aws-crypto/integration-browser decrypt -v $PWD/$npm_package_config_localTestVectors --karma -c cpu --security-revert=CVE-2023-46809",
"verdaccio-browser-encrypt": "./util/npx_verdaccio @aws-crypto/integration-browser encrypt -m $npm_package_config_encryptManifestList -k $npm_package_config_encryptKeyManifest -o $npm_package_config_decryptOracle --karma -c cpu",
"verdaccio-node-decrypt": "./util/npx_verdaccio @aws-crypto/integration-node decrypt -v $PWD/$npm_package_config_localTestVectors -c cpu --security-revert=CVE-2023-46809",
"verdaccio-node-encrypt": "./util/npx_verdaccio @aws-crypto/integration-node encrypt -m $npm_package_config_encryptManifestList -k $npm_package_config_encryptKeyManifest -o $npm_package_config_decryptOracle -c cpu",
Expand Down

0 comments on commit 9e8fcc3

Please sign in to comment.