File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
33
env :
34
34
NODE_OPTIONS : " --max-old-space-size=4096"
35
35
run : |
36
+ openssl --version
36
37
npm ci
37
38
npm run build
38
39
npm run coverage-node --security-revert=CVE-2023-46809
Original file line number Diff line number Diff line change 45
45
"verdaccio-publish" : " ./util/local_verdaccio_publish" ,
46
46
"verdaccio-browser-decrypt" : " ./util/npx_verdaccio @aws-crypto/integration-browser decrypt -v $PWD/$npm_package_config_localTestVectors --karma -c cpu" ,
47
47
"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" ,
48
- "verdaccio-node-decrypt" : " ./util/npx_verdaccio @aws-crypto/integration-node decrypt -v $PWD/$npm_package_config_localTestVectors -c cpu" ,
48
+ "verdaccio-node-decrypt" : " ./util/npx_verdaccio @aws-crypto/integration-node decrypt -v $PWD/$npm_package_config_localTestVectors -c cpu --security-revert=CVE-2023-46809 " ,
49
49
"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" ,
50
50
"test_conditions" : " ./aws-encryption-sdk-specification/util/test_conditions -s 'modules/**/src/*.ts' -t 'modules/**/test/*.ts' -s 'compliance_exceptions/*.ts'" ,
51
51
"duvet-report" : " aws-encryption-sdk-specification/util/report.js modules/**/src/**/*.ts modules/**/test/**/*.ts compliance_exceptions/*.ts"
You can’t perform that action at this time.
0 commit comments