Skip to content

Releases: fossas/fossa-cli

v3.10.3

12 Mar 19:22
v3.10.3
d828dc7

Choose a tag to compare

License Scanning: Added the archive name to the path for licenses found inside of archives during vendored dependency and first-party license scanning (#1520)

v3.10.2

05 Mar 23:47
v3.10.2
d4c63f3

Choose a tag to compare

  • Cargo: Do not create Cargo.lock if it already exists (#1516)

v3.10.1

04 Mar 21:01
v3.10.1
c360fab

Choose a tag to compare

  • Swift: Add support for parsing path dependencies with names (#1515)

v3.10.0

22 Feb 00:13
494e279

Choose a tag to compare

v3.9.48

21 Feb 04:42
c63817d

Choose a tag to compare

  • General: Fix a bug where directory traversal could fail if the user does not have permission to read a directory (#1508).
  • Performance: Fix timeout issues when uploading large numbers of license scans by processing them in smaller batches (#1509).

v3.9.47

14 Feb 17:23
0df4fa9

Choose a tag to compare

  • Licensing: Adds support for Zeebe Community License v1.1 and Camunda License v1.0
  • NuGet: Consolidate project.assets.json and PackageReference strategies (#1461)

v3.9.46

11 Feb 23:45
b117f17

Choose a tag to compare

  • Licensing: Fix a bug where the tzdata debian package copyright was not detected as a public domain license (#1504)
  • Container scanning: Fix a bug where Docker URLs were being constructed incorrectly, resulting in a 403 error (#1500)

v3.9.45

30 Jan 18:01
c029a41

Choose a tag to compare

  • Preflight: Fix a bug where the preflight checks fail for SBOM team analysis (#1499)

v3.9.44

16 Jan 21:58
dee2229

Choose a tag to compare

  • Preflight: Fix a bug where the preflight check could fail if you ran fossa multiple times simultaneously (#1498)

v3.9.43

16 Jan 15:11
847addf

Choose a tag to compare

What's Changed

  • Discovery: Fix a bug where directories in paths.exclude may still be accessed during discovery which causes an error when users don't have permission to read those directories.