node_extra_ca_certs_mozilla_bundle
node_extra_ca_certs_mozilla_bundle copied to clipboard
Hi, thanks for the helpful tool. You are saying in the docs: `During the installation of the module, it downloads the latest certificates from the Mozilla database and builds the...
npm ERR! command failed npm ERR! command sh -c node index.js npm ERR! Downloading from URL https://ccadb-public.secure.force.com/mozilla/PublicAllIntermediateCertsWithPEMCSV npm ERR! node:internal/process/promises:289 npm ERR! triggerUncaughtException(err, true /* fromPromise */); npm ERR! ^...
I just wanted to thank you for creating this. Saved me a lot of headache! I hope other people find this. A lot of stackoverflow answers suggest: https://www.npmjs.com/package/ssl-root-cas But that...
Thanks very much for your work on this. There are a couple of issues which I think should be addressed in the README of this project. ## Security risk posed...
https://github.com/arvind-agarwal/node_extra_ca_certs_mozilla_bundle/issues/7
On newer systems, I'm getting an error "CA signature digest algorithm too weak" when executing a request after importing the bundle, as there are some certificates in there using SHA1WithRSA...
## Replace csvtojson with fast-csv The [csvtojson](https://www.npmjs.com/package/csvtojson) package has a known vulnerability ([GHSA-vrw9-g62v-7fmf](https://github.com/advisories/GHSA-vrw9-g62v-7fmf)) that causes issues with npm audit and other security scanning tools. This PR replaces csvtojson with [fast-csv](https://www.npmjs.com/package/fast-csv),...