Skip to content

v34.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 14:01
· 35 commits to main since this release
9858953

Changelog

  • Add a new scan_for_virus add-on pipeline based on ClamAV scan.
    Found viruses are stored as "error" Project messages and on their related codebase
    resource instance using the extra_data field. #1182
  • Add ability to filter by tag on the resource list view. #1217
  • Use "unknown" as the Package URL default type when no values are provided for that
    field. This allows to create a discovered package instance instead of raising a
    Project error message. #1249
  • Rename DiscoveredDependency resolved_to to resolved_to_package, and
    resolved_dependencies to resolved_from_dependencies for clarity and
    consistency.
    Add children_packages and parent_packages ManyToMany field on the
    DiscoveredPackage model.
    Add full dependency tree in the CycloneDX output. #1066
  • Add a new run entry point for executing pipeline as a single command. #1256
  • Generate a DiscoveredPackage.package_uid in create_from_data when not provided. #1256

What's Changed

Full Changelog: v34.5.0...v34.6.0