Introduction
This is an exciting major release of depscan. Powered by the latest [atom](https://github.com/AppThreat/atom) and [cdxgen](https://github.com/CycloneDX/cdxgen), depscan can perform reachability analysis for languages such as Java, JavaScript/TypeScript, and Python to further triage and generate actionable results.
![Reachable flows](https://github.com/owasp-dep-scan/dep-scan/blob/master/docs/depscan-flows.png)
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](https://github.com/dragonflyoss/nydus/releases)!
Lastly, depscan can also generate VEX in [OASIS CSAF 2.0 format](https://github.com/owasp-dep-scan/dep-scan/blob/master/contrib/CSAF_README.md) 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
* Fixing oras link in README by timmyteo in https://github.com/owasp-dep-scan/dep-scan/pull/154
* Enable reachability analysis by prabhu in https://github.com/owasp-dep-scan/dep-scan/pull/160
* Enable reachability analysis by prabhu in https://github.com/owasp-dep-scan/dep-scan/pull/162
* Feature/print part2 by prabhu in https://github.com/owasp-dep-scan/dep-scan/pull/163
* Support for pdf reports by prabhu in https://github.com/owasp-dep-scan/dep-scan/pull/164
* nydus tests by prabhu in https://github.com/owasp-dep-scan/dep-scan/pull/165
* Trim CI by prabhu in https://github.com/owasp-dep-scan/dep-scan/pull/166
* Minor fix: Converting the results from object type to dict by saketjajoo in https://github.com/owasp-dep-scan/dep-scan/pull/168
* Adding an option to use the rafs-based VDB image by saketjajoo in https://github.com/owasp-dep-scan/dep-scan/pull/167
* simplify explain by prabhu in https://github.com/owasp-dep-scan/dep-scan/pull/171
* Refactor and correct reachability for CSAF, add tests. by cerrussell in https://github.com/owasp-dep-scan/dep-scan/pull/161
* Accept the path to a bom file (in the /scan endpoint) while running dep-scan in the server mode by saketjajoo in https://github.com/owasp-dep-scan/dep-scan/pull/169
**Full Changelog**: https://github.com/owasp-dep-scan/dep-scan/compare/v4.3.3...v5.0.0