Skip to main content

Module versions

Module versions 

Source
Expand description

version parsing and comparison utilities.

provides lenient version parsing for SBOM component versions, supporting semver, dot-separated numeric strings, Debian/RPM-style epoch/revision versions, and opaque version strings.

Enums§

Version
parsed version representation for lenient comparison.

Functions§

is_version_downgrade
convenience function: returns true if new_ver is a downgrade from old_ver.