Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
planetlevel committed Dec 28, 2021
2 parents dfec78e + 315f239 commit 35ff771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jbom generates a Software Bill of Materials (SBOM) for apps on a running JVM
</b></p>

Advantages:
* finds all libraries, even if they come from the platform, appserver, plug-in, or dynamically loaded source.
* only identifies libraries present in running application/API
* fast and accurate
* finds all libraries, including platform, appserver, plug-in, and dynamic sources.
* doesn't report test or other libraries not present at runtime
* handles nested jar, war, ear, and zip files
* no source code required
* very fast
* produces standard CycloneDX SBOM in JSON format

![jbom-screenshot](https://github.com/Contrast-Security-OSS/jbom/blob/main/resources/jbom-screenshot.png?raw=true)
Expand Down

0 comments on commit 35ff771

Please sign in to comment.