Releases: fossas/fossa-cli
v3.8.21
- 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
v3.8.19
v3.8.18
v3.8.17
Integrates FOSSA snippet scanning into the main application.
For more details and a quick start guide, see the subcommand reference.
v3.8.16
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
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
v3.8.13
Prevent infinite pom file recursion (#1271) * address case with escaped slashes * fix format and imports * fix recursion and tests * Use a set