Open mertd opened 6 years ago
npm audit, at the time of writing, reports three known vulnverabilities for oss-attribution-generator:
npm audit
review deep-extend low >=0.5.1 Prototype Pollution https://nodesecurity.io/advisories/612 oss-attribution-generator>bower-json>deep-extend review deep-extend low >=0.5.1 Prototype Pollution https://nodesecurity.io/advisories/612 oss-attribution-generator>bower-license>bower-json>deep-extend review debug low >= 2.6.9 < 3.0.0 || >= 3.1.0 Regular Expression Denial of Service https://nodesecurity.io/advisories/534 oss-attribution-generator>spdx-licenses>debug
However, these are all vulnverabilities with a low rating and dependencies of dependencies. In the case of Bower, development seems to have stalled and the maintainers are recommending to move to yarn, so updates here seem to be unlikely.
low
I forked this repo (and partially rewrote it in TypeScript) to fix this.
https://www.npmjs.com/package/@electrovir/oss-attribution-generator
npm audit
, at the time of writing, reports three known vulnverabilities for oss-attribution-generator:However, these are all vulnverabilities with a
low
rating and dependencies of dependencies. In the case of Bower, development seems to have stalled and the maintainers are recommending to move to yarn, so updates here seem to be unlikely.