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 b9c34fe commit 5c12bb6Copy full SHA for 5c12bb6
1 file changed
vulnerabilities/pipelines/v2_importers/istio_importer.py
@@ -109,8 +109,9 @@ def collect_advisories(self) -> Iterable[AdvisoryDataV2]:
109
)
110
111
title = data.get("title") or ""
112
- if not title.startswith("ISTIO-"):
+ if not title.startswith("ISTIO-SECURITY-"):
113
self.log(f"Invalid advisory_id: {title}")
114
+ continue
115
116
summary = data.get("description") or ""
117
references = []
0 commit comments