tiiuae / sbomnix

A suite of utilities to help with software supply chain challenges on nix targets
125 stars 22 forks source link

utils: Fix potentially invalid version #107

Closed henrirosten closed 7 months ago

henrirosten commented 7 months ago

Fix an issue with utils.py:parse_version, which could result passing an invalid version string to packaging.version.parse and potentially throwing an invalid version exception.