Skip to content

Releases: scanoss/scanoss.py

Semgrep Data Layer

14 Nov 12:54
acf6f05

Choose a tag to compare

Added support for Semgrep data layer reporting.

Component Sub-Commands

15 Sep 13:45
3129e05

Choose a tag to compare

What's Changed

Commands include:

  • Search
  • Versions
  • Vulnerabilities

Full Changelog: v1.6.3...v1.7.0

v1.6.3

31 Aug 16:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.2...v1.6.3

v1.6.1

06 Jul 15:36

Choose a tag to compare

  • Support for High Precision Snippet Matching (HPSM)
  • Fix bug in dependency CSV report generation

v1.5.2

13 Jun 11:31

Choose a tag to compare

  • Added --retry option to scan command

Full Changelog: v1.5.1...v1.5.2

v1.5.1

21 Apr 16:46

Choose a tag to compare

Added support for STDIN.

Full Changelog: v1.5.0...v1.5.1

v1.5.0

21 Apr 11:57

Choose a tag to compare

Added support for reporting cryptographic algorithms to the CLI.

Full Changelog: v1.4.2...v1.5.0

v1.4.2

09 Mar 19:45

Choose a tag to compare

  • Fixed custom certificate issue with --ca-cert
  • Added certification chain download support to scanoss-py utils cdl

v1.4.0

01 Mar 16:37

Choose a tag to compare

  • 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]

Proxy Auto-Config Support

07 Feb 17:41

Choose a tag to compare

Added the following features:

  • Added support for Proxy Auto-Config (PAC) with --pac
  • Upgraded gRCP/Protobuf dependencies to latest 1.51.x