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
@ajmalab Sorry for the late reply!
I have never seen dependencies specified this way and this is not part of the PURL spec so far. Can you tell me where you got these from?
Now if you want to encode this the PURL would end up this way:
The from_string() method does not parse purls with dependencies specified properly.
Steps to recreate:
pkg:npm/@promster/[email protected]([email protected])([email protected])
{'type': 'npm', 'namespace': '@promster', 'name': '[email protected]([email protected])(typescript', 'version': '4.9.4)', 'qualifiers': None, 'subpath': None}
The name is parsed as
[email protected]([email protected])(typescript
and the version as'4.9.4)
.Ideally the name should be
express
, version7.0.6
.The text was updated successfully, but these errors were encountered: