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 8b69427 commit 94a542aCopy full SHA for 94a542a
vulnerabilities/pipelines/v2_importers/openssl_importer.py
@@ -64,6 +64,8 @@ def collect_advisories(self) -> Iterable[AdvisoryData]:
64
yield self.to_advisory_data(advisory)
65
66
def to_advisory_data(self, file: Path) -> Iterable[AdvisoryData]:
67
+ # TODO: Collect the advisory credits, see https://github.com/aboutcode-org/vulnerablecode/issues/2121
68
+
69
affected_packages = []
70
severities = []
71
references = []
0 commit comments