sonatype-nexus-community / oysteR

Create purls from the filtered sands of your dependencies, powered by OSS Index
https://sonatype-nexus-community.github.io/oysteR/
Apache License 2.0
40 stars 9 forks source link

Remove Fuzzy matching on missing Purls #59

Closed csgillespie closed 3 years ago

csgillespie commented 3 years ago

If a version is missing, we add a * to the version number - which is wrong! See #58 for info

JosiahParry commented 3 years ago

The thing about this is that it actually works for things like Python!

For example try the below.

purl <- oysteR:::generate_purls("django", "*", "pypi")

oysteR:::call_oss_index(purl, TRUE)