Skip to content

Commit 2c7057d

Browse files
TG1999keshav-space
andauthored
Update vulnerabilities/pipelines/v2_improvers/compute_advisory_todo.py
Co-authored-by: Keshav Priyadarshi <git@keshav.space>
1 parent 74f18b8 commit 2c7057d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulnerabilities/pipelines/v2_improvers/compute_advisory_todo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ def check_conflicting_affected_and_fixed_by_packages_for_alias(
255255
advisory=advisory,
256256
)
257257

258-
if fixed_version := impacted.fixed_vers:
259-
matrix[affected_purl]["fixed"][advisory_id].add(str(fixed_version))
258+
if fixed_version_range := impacted.fixed_vers:
259+
matrix[affected_purl]["fixed"][advisory_id].add(fixed_version_range)
260260

261261
if impacted.affecting_vers:
262262
matrix[affected_purl]["affected"][advisory_id].add(str(impacted.affecting_vers))

0 commit comments

Comments
 (0)