Skip to content

Releases: fossas/fossa-cli

v3.2.2

04 Apr 18:27
94f68f1

Choose a tag to compare

  • nodejs: Fix a bug where cycles involved peer dependencies would cause an infinite loop. (#870)
  • Experimental: Allow local license scanning of vendored dependencies (specified in fossa-deps.yml file) when using --experimental-native-license-scan.

v3.2.1

31 Mar 21:16
70b2e26

Choose a tag to compare

  • Experimental: native license scanning is now disabled by default. (#865)

v3.2.0

30 Mar 16:37
48c18fc

Choose a tag to compare

  • Telemetry: Introduces fossa cli telemetry for fatal errors and warnings. By default, telemetry is disabled (#831).

Please read for more details on telemetry: https://github.com/fossas/fossa-cli/blob/master/docs/telemetry.md

  • Configuration: Fixes a bug where .fossa.yml was picked up only in the working directory, not in the analysis directory (#854).
  • Configuration: Reports an error when provided API key is an empty string (#856).

v3.1.8

29 Mar 16:53
5d3d381

Choose a tag to compare

  • Windows: Fixes a --version command for windows release binary. (#857)

v3.1.7

28 Mar 17:56
bcab279

Choose a tag to compare

  • Configuration: Users can now use .fossa.yaml as a configuration file name. Previously, only .fossa.yml was supported. (#851)
  • fossa-deps: Fixes an archive uploading bug for vendor dependency by queuing archive builds individually. (#826)
  • nodejs: Capture peer dependencies transitively for npm package-lock.json files. (#849)

v3.1.6

22 Mar 19:27
84d2017

Choose a tag to compare

  • Respects Go module replacement directives in the Go Mod Graph strategy. (#841)

v3.1.5

21 Mar 23:25
523148b

Choose a tag to compare

  • Adds --format to fossa report attribution and deprecates --json. (#844)
    • Supported format options: spdx, markdown, json.

v3.1.4

11 Mar 22:13
7c61892

Choose a tag to compare

  • Handles symlink loops in directory structure. (#827)
  • No longer crashes when fossa-deps.yml exists but has an empty archived-dependencies property. (#832)

v3.1.3

08 Mar 01:08
f25758c

Choose a tag to compare

  • Adds support for identifying dynamically linked dependencies in an output binary. (#818, #788, #780, #788, #771, #770)

Documentation for this experimental feature may be found here: Dynamic Linked Dependency Detection.

v3.1.2

25 Feb 21:57
19143ce

Choose a tag to compare

  • Fixes a bug which ignored the server field in the config file. (#821)