Skip to content

Commit d539bcb

Browse files
committed
fix: exclude mozilla advisories from todo computation
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 146cae9 commit d539bcb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vulnerabilities/pipelines/v2_importers/mozilla_importer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class MozillaImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
4646
spdx_license_expression = "MPL-2.0"
4747
license_url = "https://github.com/mozilla/foundation-security-advisories/blob/master/LICENSE"
4848

49+
exclude_from_package_todo = True
4950
precedence = 200
5051

5152
@classmethod

0 commit comments

Comments
 (0)