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
* Will strip unnecessary qualifiers according to {@link https://github.com/package-url/purl-spec/blob/master/PURL-SPECIFICATION.rst#known-qualifiers-keyvalue-pairs PURL-SPECIFICATION}:
113
+
* > Do not abuse qualifiers: it can be tempting to use many qualifier keys but their usage should be limited
114
+
* > to the bare minimum for proper package identification to ensure that a purl stays compact and readable
115
+
* > in most cases.
116
+
*
117
+
* Therefore:
118
+
* - "vcs_url" is stripped, if a "download_url" is given.
119
+
* - "download_url" is stripped, if it is NPM's default registry ("registry.npmjs.org")
120
+
* - "checksum" is stripped, unless a "download_url" or "vcs_url" is given.
0 commit comments