Back to changelog
March 11, 2025
We've added a fixable
query option to the batch PURL endpoint, allowing you to retrieve only fixable artifact alerts. Additionally, fixable alerts now include a new alert.fix
property that provides details on available fixes.
alert.fix // { type: 'cve' | 'upgrade', description: string }
This allows querying the batch PURL endpoint by fixable=true
.