We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba2a22a + 4facfbd commit d4d764cCopy full SHA for d4d764c
cargo-cyclonedx/src/purl.rs
@@ -22,7 +22,7 @@ pub fn get_purl(
22
Some(("git", _git_path)) => {
23
builder = builder.with_qualifier("vcs_url", source_to_vcs_url(source))?
24
}
25
- Some(("registry", registry_url)) => {
+ Some(("registry" | "sparse", registry_url)) => {
26
builder = builder.with_qualifier("repository_url", registry_url)?
27
28
Some((source, _path)) => log::warn!("Unknown source kind {}", source),
0 commit comments