You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @sekveaja, we have taken a look at this issue and I think we need a little more information. Grype will treat files owned by an RPM differently than a "bare" jar file, so we should be seeing different behavior between scanning the container image and the jar file itself. We specifically look for OS packages that overlap with non-OS packages, such as your Java jar. We don't match against Java jars that are owned by RPMs.
Is there a publicly-accessible container image that exhibits this behavior that we can use to reproduce this problem? We'd be happy to keep looking. Thank you.
What happened:
Scanning on container that has Redhat IBOSS EAP which include this jar file slf4j-ext-1.7.22.redhat-2.jar.
Grype locate this file:
<custom_path>..../3pp/jboss/modules/system/layers/base/org/slf4j/ext/main/slf4j-ext-1.7.22.redhat-2.jar
This is a false positive since Jboss Eap 1.7.22 which include slf4-ext, has already a fix for CVE-2018-8088.
What you expected to happen:
According to Red hat Errata, for Jboss EAP the issue is already fixed with this fix:
https://access.redhat.com/errata/RHSA-2018:0628
However, Grype list all Red Hat errata from NVD.
Not all errata is applied to JBoss EAP eco-system.
How to reproduce it (as minimally and precisely as possible):
In the context of Red Hat JBOSS EAP version 1.7.22 fixed CVE-2018-8088.
Environment:
Output of
grype version
:$ grype version
Application: grype
Version: 0.73.3
BuildDate: 2023-11-19T00:41:38Z
GitCommit: dbe2a95
GitDescription: v0.73.3
Platform: linux/amd64
GoVersion: go1.21.1
Compiler: gc
Syft Version: v0.97.1
Supported DB Schema: 5
OS (e.g:
cat /etc/os-release
or similar):CentOS Stream release 8
NAME="CentOS Stream"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Stream 8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream"
CentOS Stream release 8
CentOS Stream release 8
cpe:/o:centos:centos:8
The text was updated successfully, but these errors were encountered: