Unpinned Dependencies
Low
- Category
- Supply Chain
- Content
pyyaml>=6.0
- Confidence
- 95% confidence
- Finding
- The dependency is specified as `pyyaml>=6.0`, which allows future unreviewed versions to be installed and makes builds non-reproducible. In a tool that validates and converts JSON/YAML, dependency behavior is security-relevant, so leaving the version open-ended increases the chance of pulling in a breaking or vulnerable release unexpectedly.
