Releases: fossas/fossa-cli
Releases · fossas/fossa-cli
v3.8.31
- Container scanning:
BerkeleyDB
and Sqlite
strategies now support RPM databases in non-standard locations (#1365).
- Updates the license scanner to the latest version (#1366).
This update addresses several issues with the license scanner, primarily related to incorrect classification of GPL and AGPL licenses.
v3.8.30
- Fix an issue with long-option syntax for older versions of sbt (#1356)
- Debug: add more logging for debugging missing dependencies. (#1360)
v3.8.29
- Prevents showing SCM warnings in fossa analyze, test, and report #1354
- Pathfinder: Pathfinder has been deprecated and removed. (#1350)
v3.8.28
VSI: no longer reports paths inside of extracted archives with the !_fossa.virtual_!
literal #1345
v3.8.27
- Maven: Fix a bug that broke maven analysis if the build directory was in a non-standard location (#1343)
v3.8.26
- Maven: add support for maven submodule filtering #1339
v3.8.25
- Maven: add support for maven scope filtering (#1331)
fossa init
: adds new fossa init
command which creates .fossa.yml.example
, and fossa-deps.yml.example
file. (#1323)
v3.8.24
- Python: use
pip
to determine transitive dependencies for setuptool projects that contain a req*.txt or setup.py file. (#1334)
- Container Scanning: warn and exclude rpm packages that are missing attributes. (#1335)
v3.8.23
- Custom License Scans: Support full-file uploads for custom license scans (#1333)
v3.8.22
- path: adds path dependency scanning feature for golang. (#1327)
- pnpm: Supports 6.0 version of pnpm-lockfile.yaml (#1320)
- Maven: Fixes defect, where fossa-cli was sometimes ignoring dependency, if the dependency with multiple scopes was part of the project. (#1322)