Releases: fossas/fossa-cli
Releases · fossas/fossa-cli
v3.8.11
v3.8.10
v3.8.9
v3.8.8
v3.8.6
v3.8.5
- Go:
--experimental-use-v3-go-resolver
is now the default. (Documentation). (1224)
v3.8.4
v3.8.3
- Logging: Don't output the
[INFO]
prefix for regular CLI messages. (#1226) - License Scanning: Fix a bug where we were identifying the "GPL with autoconf macro exception" license as "GPL with autoconf exception" in a few cases (#1225)
- Container Scanning: More resiliant os-release parser, accounting initial line comments in the file (#1230)
- Analysis: full paths to the files in archives are shown when running
fossa analyze --unpack-archives
(#1231) - Telemetry: Collect GNU/Linux distribution information and
uname
output. (#1222)
v3.8.2
v3.8.1
Maven PR #1218 was reverted due to performance concerns. Please use v3.8.2.
- Setup.py: Fixes an defect with
setup.py
parser, caused by failing to account for line comments or backslash. (#1191) - Installation:
install-latest.sh
now directscurl
andwget
to passCache-Control: no-cache
headers to the server. (#1206) Go.mod
: Anaysis does not fail ifgo.mod
includesretract
block. (#1213).aar
: Supports.aar
archive files with native license scanning, and with--unpack-archives
option. (#1217)remote-dependencies
: Analysis offossa-deps
fails, if remote-dependencies's character length is greater than maximum. It only applies during non-output mode. (#1216)- Maven: Analyze a package separately from its parents if the module does not appear in its parent's
<modules>
tag when both the module and its parents are discovered as candidate targets. (#1218) - Network requests:
fossa-cli
retries network requests which return response with status code of 502. (#1220) PDM
: Adds support for PDM package manager. (#1214)