We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b26dd commit 956791eCopy full SHA for 956791e
vulnerabilities/pipelines/__init__.py
@@ -169,6 +169,9 @@ class VulnerableCodeBaseImporterPipeline(VulnerableCodePipeline):
169
importer_name = None
170
advisory_confidence = MAX_CONFIDENCE
171
172
+ run_once = False
173
+ pipeline_version = None
174
+
175
@classmethod
176
def steps(cls):
177
return (
@@ -262,6 +265,9 @@ class VulnerableCodeBaseImporterPipelineV2(VulnerableCodePipeline):
262
265
repo_url = None
263
266
ignorable_versions = []
264
267
268
269
270
271
272
273
0 commit comments