You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation uses a namedtuple for PackageURL but this is an implementation detail that should be relied uppon. We should have a method to create a new purl from an existing purl passing new field values as arguments.
The text was updated successfully, but these errors were encountered:
pombredanne
added a commit
to aboutcode-org/vulnerablecode
that referenced
this issue
Apr 11, 2022
The fact this is a namedtuple is an implementation detail that should
not be relied upon.
* Add new evolve_purl() helper function to help with this
Reference: package-url/packageurl-python#82
Signed-off-by: Philippe Ombredanne <[email protected]>
pombredanne
added a commit
to aboutcode-org/vulnerablecode
that referenced
this issue
Apr 11, 2022
The fact this is a namedtuple is an implementation detail that should
not be relied upon.
* Add new evolve_purl() helper function to help with this
Reference: package-url/packageurl-python#82
Signed-off-by: Philippe Ombredanne <[email protected]>
The current implementation uses a namedtuple for PackageURL but this is an implementation detail that should be relied uppon. We should have a method to create a new purl from an existing purl passing new field values as arguments.
The text was updated successfully, but these errors were encountered: