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 1c7077f commit 2f4415dCopy full SHA for 2f4415d
vulnerabilities/pipelines/v2_improvers/compute_advisory_todo.py
@@ -174,11 +174,6 @@ def check_missing_affected_and_fixed_by_packages(
174
if not impacted:
175
continue
176
177
- assert isinstance(impacted, ImpactedPackage)
178
- print(f"Checking impacted package: {impacted.base_purl}")
179
- print(f"Affected version range: {impacted.affecting_vers}")
180
- print(f"Fixed version range: {impacted.fixed_vers}")
181
-
182
if has_affected_package and has_fixed_package:
183
break
184
if not has_affected_package and impacted.affecting_vers:
0 commit comments