Skip to content

Releases: fossas/fossa-cli

v3.15.7

12 Feb 20:31
0668c32

Choose a tag to compare

  • PNPM: Fixes an issue where transitive dependencies with peer dependencies weren't detected in lockfile v6. (#1642)

v3.15.6

11 Feb 22:51
v3.15.6
d621c33

Choose a tag to compare

  • Docs: Document ALLOW_INVALID_CERTS environment variable for TLS certificate errors (#1639)

  • Golang: Fix a bug where we did not correctly parse old-style go.mod files with quoted package names (#1636)

  • Archive uploads: Fix a bug where tar files with long filenames created by GNU tar would not extract correctly (#1635)

v3.15.5

29 Jan 06:28
8491141

Choose a tag to compare

update the jar callgraph file (#1634)

v3.15.4

16 Jan 16:24
de577d0

Choose a tag to compare

  • Scala fix: Prefer MiniDependencyTreePlugin over explicit DependencyTreePlugin (#1627).

v3.15.3

12 Jan 21:47
v3.15.3
d8de84e

Choose a tag to compare

  • Remove fossa snippets subcommand and documentation (#1623).
    The fossa snippets subcommand has been replaced by fossa analyze --snippet-scan (documentation). If you are still using fossa snippets, you can temporarily keep using it by using versions of the CLI previous to this release. We will eventually be sunsetting the services that back fossa snippets, but will keep them running to mid-February at the very earliest. Once those services stop running then fossa snippets will no longer work at all, even when using older versions of the CLI. Please reach out to support@fossa.com if you have any questions.

  • Allow snippet scanning of binary files. This allows us to find exact matches for binary files. (No PR. This was implemented in a separate binary that does snippet scanning for us.)

v3.15.2

07 Jan 17:00
6f01179

Choose a tag to compare

What's Changed

Full Changelog: v3.15.1...v3.15.2

v3.15.1

19 Dec 18:01
090fe8d

Choose a tag to compare

A small tweak in format for output when using --x-vendetta

v3.15.0

15 Dec 21:15
v3.15.0
fe77bec

Choose a tag to compare

  • Make snippet scanning non-experimental. This PR deprecates fossa analyze --x-snippet-scan. Please use fossa analyze --snippet-scan instead. (#1622)

v3.14.1

04 Dec 22:30
v3.14.1
5116f00

Choose a tag to compare

  • Add fork-aliasing. Use this if you are using a fork of a dependency, but want FOSSA to treat it as if you were using the base version that you forked from. (#1620)

v3.14.0

02 Dec 21:39
e06faa0

Choose a tag to compare

What's Changed

Full Changelog: v3.13.1...v3.14.0