ocurity / dracon

Security scanning & static analysis tool - forked and rewritten from @thought-machine/dracon
https://smithy.security
Apache License 2.0
73 stars 12 forks source link

Add support for make_purl_target(…) -> str to BaseProducer #212

Closed flowirtz closed 3 months ago

flowirtz commented 3 months ago

Add a new method add_purl_target(package_name, package_version, ...) to the BaseProducer. It takes the relevant components of a pURL and converts it into a string pURL that should be used as the Issue.Target

Stretch goal: When updating the various producers, also include a annotation: type: sca to each producer, where relevant.