Skip to content

Commit 986f9cf

Browse files
committed
Add TODO to collect advisory credits
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 8b69427 commit 986f9cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vulnerabilities/pipelines/v2_importers/openssl_importer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ def collect_advisories(self) -> Iterable[AdvisoryData]:
6464
yield self.to_advisory_data(advisory)
6565

6666
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+
6769
affected_packages = []
6870
severities = []
6971
references = []

0 commit comments

Comments
 (0)