Skip to content

Commit 75f9cbd

Browse files
committed
wip
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 50be4b7 commit 75f9cbd

11 files changed

Lines changed: 1414 additions & 12 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
aboutcode.pipeline==0.1.0
2+
aboutcode.federated==1.0.3
23
alabaster==0.7.16
34
altcha==1.0.0
45
anyio==4.6.2.post1

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
aboutcode.pipeline==0.1.0
2+
aboutcode.federated==1.0.3
23
altcha==1.0.0
34
asgiref==3.8.1
45
attrs==23.2.0

vulnerabilities/pipelines/v2_importers/mozilla_importer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ class MozillaImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
4848

4949
precedence = 200
5050

51+
exclude_from_package_todo = True
52+
5153
@classmethod
5254
def steps(cls):
5355
return (

0 commit comments

Comments
 (0)