Releases: scanoss/scanoss.py
Releases · scanoss/scanoss.py
Dependency Scan Decoration
Full Changelog: v1.8.0...v1.9.0
Semgrep Data Layer
Added support for Semgrep data layer reporting.
Component Sub-Commands
v1.6.3
v1.6.1
- Support for High Precision Snippet Matching (HPSM)
- Fix bug in dependency CSV report generation
v1.5.2
- Added
--retry
option toscan
command
Full Changelog: v1.5.1...v1.5.2
v1.5.1
Added support for STDIN.
Full Changelog: v1.5.0...v1.5.1
v1.5.0
Added support for reporting cryptographic algorithms to the CLI.
Full Changelog: v1.4.2...v1.5.0
v1.4.2
- Fixed custom certificate issue with
--ca-cert
- Added certification chain download support to
scanoss-py utils cdl
v1.4.0
- Added support for fast winnowing (15x improvement) thanks to a contribution from tardyp
- This is enabled by a supporting package; scanoss_winnowing.
- It can be installed using:
pip3 install scanoss_winnowing
- Or using:
pip3 install --upgrade scanoss[fast_winnowing]