Pipeline ID
compute_advisory_content_hash_v2
Status
Failure
Runtime
38 seconds
Exit Code
1
Start
2026-03-18 04:36 p.m. UTC
End
2026-03-18 04:37 p.m. UTC
Created
2026-03-18 04:36 p.m. UTC
Version
37.0.0
Commit
Job ID
ebd51ec8-c3e6-49a6-b262-b82641f92b23
'<' 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 3128, in to_advisory_data
affected_packages=normalize_list(
^^^^^^^^^^^^^^^
File "/app/vulnerabilities/utils.py", line 614, in normalize_list
return sorted(lst) if lst else []
^^^^^^^^^^^