Unpinned Dependencies
Low
- Category
- Supply Chain
- Content
"test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "axios": "^1.6.0", "cheerio": "^1.0.0-rc.12", "rss-parser": "^3.13.0" },- Confidence
- 92% confidence
- Finding
- The dependency version for axios uses a caret range, which allows automatic installation of newer minor/patch releases instead of a single immutable version. This weakens supply-chain control and reproducibility, and in this case is more concerning because the referenced base version is also flagged separately as vulnerable.
