Skip to content

Commit 74d4448

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

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
@@ -43,6 +43,8 @@ class FireeyeImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
4343

4444
precedence = 200
4545

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

vulnerabilities/pipelines/v2_importers/vulnrichment_importer.py

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

3737
precedence = 100
38+
exclude_from_package_todo = True
3839

3940
@classmethod
4041
def steps(cls):

vulnerabilities/pipelines/v2_importers/xen_importer.py

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

5959
precedence = 200
60+
exclude_from_package_todo = True
6061

6162
_cached_data = None # Class-level cache
6263

0 commit comments

Comments
 (0)