We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://github.com/supplyshield/supplyshield/blob/7bc6e77e3ea830931fd6eac041a6100b10ca3d19/libinv/blast_radius/cdx.py#L38
def minify_package_url(package): return package.split("/")[-1].replace("?type=jar", "")
This is a maven PURL derived from a tool TBD that adds an extraneous "?type=jar" which is the default for maven and not needed.
@Hritik14 FYI
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See https://github.com/supplyshield/supplyshield/blob/7bc6e77e3ea830931fd6eac041a6100b10ca3d19/libinv/blast_radius/cdx.py#L38
This is a maven PURL derived from a tool TBD that adds an extraneous "?type=jar" which is the default for maven and not needed.
@Hritik14 FYI
The text was updated successfully, but these errors were encountered: