Skip to content

Commit 9c18571

Browse files
committed
Update pysec file_name logs
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent b671048 commit 9c18571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/pipelines/v2_importers/pysec_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def collect_advisories(self) -> Iterable[AdvisoryData]:
5353
for file_name in zip_file.namelist():
5454
if not file_name.startswith("PYSEC-"):
5555
self.log(
56-
f"Unsupported PyPI advisory data file: {file_name}",
56+
f"Ignoring unsupported advisory data file (only PYSEC files are processed): {file_name}",
5757
level=logging.ERROR,
5858
)
5959
continue

0 commit comments

Comments
 (0)