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 b671048 commit 9c18571Copy full SHA for 9c18571
vulnerabilities/pipelines/v2_importers/pysec_importer.py
@@ -53,7 +53,7 @@ def collect_advisories(self) -> Iterable[AdvisoryData]:
53
for file_name in zip_file.namelist():
54
if not file_name.startswith("PYSEC-"):
55
self.log(
56
- f"Unsupported PyPI advisory data file: {file_name}",
+ f"Ignoring unsupported advisory data file (only PYSEC files are processed): {file_name}",
57
level=logging.ERROR,
58
)
59
continue
0 commit comments