Skip to content

Guard against empty SCA results in vulnerable packages package

SBassett requested to merge T348787-fix-vuln-deps-bug into main
  • This code adds an additional check to ensure the "results" key is present and that it is not an empty array or null value (both of which can be returned by osv-scanner, apparently)

Bug: T348787

Merge request reports