Pipeline ID
compute_advisory_content_hash_v2
Status
Failure
Runtime
61 seconds (1.0 minutes)
Exit Code
1
Start
2026-03-17 03:44 p.m. UTC
End
2026-03-17 03:45 p.m. UTC
Created
2026-03-17 03:44 p.m. UTC
Version
37.0.0
Commit
Job ID
d5477fb9-dbfe-4038-9e52-2260f9cee2bc
'<' not supported between instances of 'NoneType' and 'NoneType'
Traceback:
File "/app/vulnerabilities/pipelines/__init__.py", line 110, in execute
step(self)
File "/app/vulnerabilities/pipelines/v2_improvers/compute_advisory_content_hash.py", line 44, in compute_advisory_content_hash
advisory.advisory_content_hash = compute_advisory_content(advisory)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/vulnerabilities/utils.py", line 886, in compute_advisory_content
advisory_data = advisory_data.to_advisory_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/vulnerabilities/models.py", line 3092, in to_advisory_data
affected_packages=normalize_list(
^^^^^^^^^^^^^^^
File "/app/vulnerabilities/utils.py", line 614, in normalize_list
return sorted(lst) if lst else []
^^^^^^^^^^^