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
feat: use packageurl-js for correct PURL encoding across ecosystems
Replace hand-rolled PURL string building with packageurl-js to correctly
handle scoped npm packages (%40 encoding), golang namespace/name
splitting, and maven groupId:artifactId format. Also fix API response
PURL reconstruction to include the namespace field, so scoped packages
like @babel/core are not truncated to just "core".
Add integration tests for npm scoped, pypi, golang, maven, nuget, and
cargo ecosystems.
Made-with: Cursor
0 commit comments