Tushar Goel
Tushar Goel
@ziadhany this generally looks good to me, can we have some logs for the pipeline and some UI and API screenshots so we can merge it.
FYI #1502 is merged now
package resolution fails with TypeError: '<' not supported between instances of 'str' and 'NoneType'
Hey @thomasscheer, thanks for catching this. Can you please do the above changes in a PR ?
package resolution fails with TypeError: '<' not supported between instances of 'str' and 'NoneType'
Hey, @thomasscheer you can make a fork, and create a PR from the fork
@pombredanne DCO is missing :p , checks might fail
dependent on https://github.com/nexB/univers/pull/97
``` class AdvisoryToDoV2(models.Model): """Track the TODOs for advisory/ies that need to be addressed.""" # Since we can not make advisories field (M2M field) unique # (see https://code.djangoproject.com/ticket/702), we use related_advisories_id...
Excellent idea to have this repo, advisories coming from this repo would have AdvisoryData and advisories that this Advisory is a curation for. IMO this shall be an improver pipeline...
class SSVC: vector options advisory decision In dejacode, we get a package, and it's vulnerable to a know advisory ID. We can send the SSVC's options and decision to the...
Problem: How shall we store and relate SSVC scores and trees to advisories Explanation: We have a vulnrichment importer that today imports SSVC as scores in severity and do not...