Skip to content

Commit 2cc99c0

Browse files
committed
feat: do not compute todo for phantom advisory
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent cacbf8b commit 2cc99c0

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

vulnerabilities/pipelines/v2_importers/fireeye_importer_v2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ class FireeyeImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
4242

4343
precedence = 200
4444

45+
exclude_from_package_todo = True
46+
4547
@classmethod
4648
def steps(cls):
4749
return (

vulnerabilities/pipelines/v2_importers/vulnrichment_importer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class VulnrichImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
3434
repo_url = "git+https://github.com/cisagov/vulnrichment.git"
3535

3636
precedence = 100
37+
exclude_from_package_todo = True
3738

3839
@classmethod
3940
def steps(cls):

vulnerabilities/pipelines/v2_importers/xen_importer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class XenImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
5656
"""
5757

5858
precedence = 200
59+
exclude_from_package_todo = True
5960

6061
_cached_data = None # Class-level cache
6162

0 commit comments

Comments
 (0)