Releases: G-Rath/osv-detector
Releases · G-Rath/osv-detector
v0.11.1
What's Changed
- don't panic on empty
pnpm-lock.yamlfiles (#191) - improve warning message when parsing invalid Maven poms (#192)
- handle cyclical
-rs inrequirements.txtfiles (#193) - handle line continuations in
requirements.txtfiles (#195) - handle requirements with options in
requirements.txt(#196)
Full Changelog: v0.11.0...v0.11.1
v0.11.0
v0.10.4
What's Changed
- support Pipenv
developpackages without a version (#186) - avoid infinite loops parsing Maven poms with syntax errors (#188)
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
- trim leading zeros off when comparing numerical components in Maven versions (#179)
Full Changelog: v0.10.2...v0.10.3
v0.10.2
What's Changed
- update to the latest patch version of go v1.17 (#178)
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- support
yarn.lockfiles with quoted properties (#170) - avoid panic when parsing
file:dependencies inpnpmlockfiles (#171) - deduplicate packages that appear multiple times in
Pipenv.lockfiles (#172) - properly handle comparing zero versions in Maven (#173)
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- support parsing Gradle lockfiles (#164)
- support parsing NuGet
packages.lock.jsonlockfiles (#165) - support parsing PyPi
Pipfile.locklockfiles (#166)
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- ensure that file paths are handled properly on Windows by (#161)
- handle
replacedirectives ingo.modfiles (#162)
Full Changelog: v0.9.0...v0.9.1
v0.9.0
This version changes how the detector does version comparison to be based on the semantics for the ecosystem the version belongs to, which fixes a number of subtle (and for some ecosystems, not so subtle) differences when comparing packages.
This does mean the CSV parser format has a new column that specifies the ecosystem version, in case you're using a custom ecosystem.
What's Changed
- compare versions using ecosystem-specific semantics (#157)
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
Full Changelog: v0.7.2...v0.8.0