Skip to content

Releases: fossas/fossa-cli

v3.13.1

21 Nov 19:47
v3.13.1
b926d24

Choose a tag to compare

  • Add a summary of the snippet scan when the --x-snippet-scan flag is used (#1613)
  • Update snippet scanning documentation (#1615)

v3.13.0

19 Nov 20:23
v3.13.0
29614a0

Choose a tag to compare

  • Change how debug logs are generated. They are now generated in a file called fossa.debug.zip, which can contain multiple files. For the common case of fossa analyze --debug, it will now contain the debug bundle (fossa.debug.json) and the telemetry json (fossa.telemetry.json). It will also contain Ficus logs if Ficus is run via --x-snippet-scan (#1610)

v3.12.3

18 Nov 13:09
68710c9

Choose a tag to compare

What's Changed

Full Changelog: v3.12.2...v3.12.3

v3.12.2

13 Nov 20:52
v3.12.2
c65b0f3

Choose a tag to compare

  • Update the latest version of a dependency for --x-snippet-scan. This update will start backfilling fingerprints for ~10% of files that were previously uploaded but do not have fingerprints (#1611)

v3.12.1

31 Oct 20:11
v3.12.1
9e702aa

Choose a tag to compare

  • Update latest version of a dependency for --x-snippet-scan. This makes some changes to the data we send and store so that we can more easily update snippet data in the background (#1587)

v3.12.0

28 Oct 21:57
67762eb

Choose a tag to compare

  • Python: Add support for projects using uv for package management (#1604)

v3.11.12

20 Oct 15:12
faaec19

Choose a tag to compare

  • Allow empty go.mod files (#1596)
  • Add new --exclude-manifest-strategies option (#1597)
  • Remove reachability output from scan summary (#1598)
  • Handle path dependencies in Cargo projects (#1599)
  • Fix Cargo workspace members showing up as dependencies (#1600)
  • Fix Pipenv projects reporting all dependencies as direct dependencies (#1601)
  • Handle HTTP errors when fetching container image manifest (#1602)

v3.11.11

02 Oct 20:07
v3.11.11
9b14a59

Choose a tag to compare

  • [Bug]The Ficus command was being constructed incorrectly if there were file exclusions in .fossa.yml (#1595)
  • Update Ficus to fix a bug with Windows paths (No PR)

v3.11.10

17 Sep 00:30
v3.11.10
bda178b

Choose a tag to compare

  • Optimize snippet scanning for time and space.(#1591)

  • Go - multi line godebug and tool settings are properly parsed (#1586)

v3.11.9

11 Sep 20:33
v3.11.9
a82af2e

Choose a tag to compare

  • Get the snippet-scan-retention-days setting from an organization, and pass it into Ficus (#1586)