From 315f239b2a7e8f4828c205997c02543db5bce724 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Mon, 27 Dec 2021 11:22:25 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df5a535..ee3c7f4 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ jbom generates a Software Bill of Materials (SBOM) for apps on a running JVM

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)