Skip to content

Commit 4b32b91

Browse files
committed
Fix bug in SSVC tree pipeline
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 4f035d7 commit 4b32b91

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

vulnerabilities/pipelines/v2_improvers/collect_ssvc_trees.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ def collect_ssvc_data(self):
9191
try:
9292
ssvc_tree, decision = convert_vector_to_tree_and_decision(ssvc_vector)
9393

94+
if not (ssvc_tree and decision):
95+
continue
96+
9497
existing = existing_ssvc.get(advisory.id)
9598

9699
if existing:

0 commit comments

Comments
 (0)