Skip to content

Releases: owasp-dep-scan/dep-scan

Release v5.1.4

03 Jan 20:34
7138d57
Compare
Choose a tag to compare

What's Changed

  • chore: Add a table of contents at the beginning of README.md by @cerrussell in #200
  • Better logic to silence all logging from external modules by @prabhu in #201

Full Changelog: v5.1.3...v5.1.4

Release v5.1.3

22 Dec 18:05
fd92b85
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.2...v5.1.3

Release v5.1.2

22 Dec 10:39
216d936
Compare
Choose a tag to compare

What's Changed

  • Fixes #192. Retain empty group for npm to perform strict search by @prabhu in #193

Full Changelog: v5.1.1...v5.1.2

Release v5.1.1

21 Dec 21:34
f1e49bc
Compare
Choose a tag to compare

What's Changed

  • Declare variables required for report by @heubeck in #191
  • Added issue templates

Full Changelog: v5.1.0...v5.1.1

Release v5.1.0

21 Dec 10:53
18fd66a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.4...v5.1.0

Release v5.0.4

15 Dec 11:51
1d604e3
Compare
Choose a tag to compare

What's Changed

  • Trim aliasing for vendorless packages by @prabhu in #188

Full Changelog: v5.0.3...v5.0.4

Release v5.0.3

15 Dec 10:25
311b7f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.2...v5.0.3

Release v5.0.2

13 Dec 17:05
f3dafa7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1...v5.0.2

Release v5.0.1

05 Dec 15:57
b83d261
Compare
Choose a tag to compare

What's Changed

  • Updating the README with an example to show SBOM uploading in action by @saketjajoo in #172
  • Some pylint fixes. Also fixes crash with empty results by @prabhu in #173
  • Update CSAF ReadMe, add missing csaf 2.0 schema. @cerrussell in e0370e2

Full Changelog: v5.0.0...v5.0.1

Release v5.0.0 - Reachability analysis for everyone

04 Dec 14:08
7acd528
Compare
Choose a tag to compare

Introduction

This is an exciting major release of depscan. Powered by the latest atom and cdxgen, depscan can perform reachability analysis for languages such as Java, JavaScript/TypeScript, and Python to further triage and generate actionable results.

Reachable flows

We have also improved the initial db download experience by utilizing nydus RAFS, which reduces the database size by over 90% from (3.1GB to less than 300MB) on support systems with the nydus-image cli!

Lastly, depscan can also generate VEX in OASIS CSAF 2.0 format using reachability as a justification.

We thank all the contributors and supporters, especially @saketjajoo, @timmyteo, and @cerrussell, who worked tirelessly for several months to make this release possible.

What's Changed

Full Changelog: v4.3.3...v5.0.0