Skip to content

82.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 12:14
· 664 commits to main since this release

What's Changed

🛠 Breaking Changes

  • 053940b chore(model)!: Also move SnippetChoices under snippet

🐞 Bug Fixes

  • 56a4353 cargo: Correctly map git+https:// sources to VCS information
  • 7649178 carthage: Manually construct a PURL for generic Git URLs
  • 5eba5b5 fossid-webapp: Return empty PURL when artifact name is empty
  • 72e649f pub: Handle SDK sources properly
  • 0f48a63 web-app-template: Safely access package id of an issue

🎉 New Features

  • 6df9647 analyzer: Create a simple package list file format analyzer plugin
  • b0e5504 fossid: Improve PURL mapping
  • 56f0f57 model: Add a function for getting advisor provider issues
  • 0ebf38e spdx: Allow to deduce the ORT id from a PURL

✅ Tests

  • 63a14fe carthage: Simplify some assertions
  • 73d15f8 carthage: Unmock only after those tests where mocking is used
  • 75faa5a cyclonedx: Simplify an assertion
  • e7e908c fossid: Simplify an assertion

📖 Documentation

  • 1fb40d4 cargo: Fix a typo in a test name

🔧 Chores

  • ee1308a fossid: Extract PURL creation code to an extension function
  • 693134b fossid: Remove an unused import
  • cbd4851 models: Make snippet class names consistent
  • e54d0d3 ortproject: Map to a Set in one go
  • 16e6d1b ortproject: Prefer operators over function calls
  • ce8355e ortproject: Unwrap from OrtProjectFileMapper
  • 12eeb21 pub: Inline a property
  • d21b580 pub: Omit superfluous orEmpty() calls
  • dd32c4d pub: Reorder properties a bit to match package order
  • 77bfc08 Map to a set in one go

🚀 Dependency Updates

  • 0cc83c3 update com.github.gmazzo.buildconfig to v6.0.8
  • 4499c31 update com.github.gmazzo.buildconfig to v6.0.9
  • 5e13a3d update docker/build-push-action action to v7
  • 27422de update docker/metadata-action action to v6
  • 116b451 update docker/setup-buildx-action action to v4
  • 06b3216 update github/codeql-action action to v4.32.6
  • 770fba5 update kotest to v6.1.5
  • f500afc update org.metaeffekt.core:ae-security to v0.153.1

🚜 Refactorings

  • 595310a advisor: Collect issues from providers
  • b1ddf2c advisor-command: Count in provider issues to the statistics
  • 0d7f4b7 evaluated-model: Add advisor provider issues
  • 9f54a3e spdx: Inline the last usage of SpdxDocument.isProject()
  • 2097fb5 spdx: Move getPackageManagerDependency() to top-level
  • aa7c246 spdx: Move various functions for a better overview
  • 6159101 spdx: Only determine the ORT package id once
  • 39474f3 spdx: Simplify the projectPackage condition
  • 62eb27c static-html: Add advisor provider issues

💡 Other Changes

  • c474192 Revert "fix(model): Return empty PURL when package name is empty"
  • 616ad78 style(carthage): Reduce indentation in the test
  • 4306b31 style: Do some general alignments of Kotest matcher styles