Skip to content

Releases: fossas/fossa-cli

v3.8.21

15 Nov 20:10
435b93d
Compare
Choose a tag to compare
  • archive: considers 0-byte tar file to be valid tar file. (#1311)
  • Cocoapods: Allow Podfile.lock without EXTERNAL SOURCES field (#1279)
  • fossa-deps: --fossa-deps-file to specify custom fossa-deps file (#1303)
  • install-latest.sh: Fixed a bug where install-latest.sh would result in a broken binary when run on some versions of macOS (#1317)

v3.8.20

01 Nov 16:49
b49e8c7
Compare
Choose a tag to compare
  • container scanning: Fixes registry network calls, to ensure fossa-cli uses Accept header on HEAD network calls. (#1309)

v3.8.19

27 Oct 23:41
0b295e7
Compare
Choose a tag to compare
  • container scanning: fixes a defect which led to incorrect NotTarFormat errors when parsing container layer. (#1305)
  • --detect-vendored: fix a defect which caused the --detect-vendored flag to fail on Windows (#1300)

v3.8.18

18 Oct 19:29
a11e107
Compare
Choose a tag to compare
  • golang: Updates go.mod parser to be compatible with golang v1.21. (#1304)
  • fossa list-targets: list-target command supports --format option with: ndjson, text, and legacy. (#1296)

v3.8.17

13 Oct 23:33
6d6aab8
Compare
Choose a tag to compare

Integrates FOSSA snippet scanning into the main application.
For more details and a quick start guide, see the subcommand reference.

v3.8.16

04 Oct 16:03
45bf906
Compare
Choose a tag to compare

Delivers another update to the millhone early preview of FOSSA snippet scanning:

  • Fixes surprising semantics in some subcommands, especially commit.
  • Sorts and makes unique dependencies written to fossa-deps files.
  • Overly noisy snippets are filtered entirely.
  • Adds C++ snippet parsing.
  • Reduces config and logging verbosity.

v3.8.15

28 Sep 18:52
3d44d31
Compare
Choose a tag to compare

This version is a special release: it does not alter anything in FOSSA CLI, but instead adds millhone, the new snippet scanning functionality for FOSSA, as a release asset.

Future releases will bundle this functionality into FOSSA CLI instead, but we're making this CLI available standalone for now to enable immediate use!

Initial documentation for this functionality is here. When we integrate this functionality into FOSSA CLI itself we'll have improved documentation as well.

Note: FOSSA is still ingesting sources into the snippet scanning database; while this CLI is available earlier results will steadily improve as we crawl more sources.

v3.8.14

27 Sep 01:21
a48988b
Compare
Choose a tag to compare
  • Custom License Searches and Keyword Searches allow you to search through your codebase, find matches to regular expressions and then either log the results to the scan summary (keyword search) or create a custom license match (custom license searches) (#1274)

v3.8.13

22 Sep 18:10
dc6f2cb
Compare
Choose a tag to compare
Prevent infinite pom file recursion (#1271)

* address case with escaped slashes

* fix format and imports

* fix recursion and tests

* Use a set

v3.8.12

21 Sep 15:44
fbd68d2
Compare
Choose a tag to compare
  • Conda: Support simple Pip packages in environment.yml. (#1275)