-
Hey folks, I am not yet sure if this is a user issue on our end or a defect so I wanted to bring this up here first and potentially take it to the issue tracker later if this gets confirmed. The following issue. We have uploaded an SBOM to our local DependencyTrack instance and one of the libraries is zlib. The respective row looks like this (excerpt):
Screenshot: Now, what strikes me as odd is that this is a vulnerability from 2003, no less than twenty years ago. But the zlib version we use — 1.3.1 — isn't quite that old and supposed to be the most recent released version. Following the link one even gets to see (emphasis mine):
What gives? Is this a defect, e.g. in the way version numbers are getting compared? Here's the excerpt from the (re-exported) SBOM:
plus the vulnerability from the (re-exported) SBOM:
Any insights into what's going on or an assurance that this is merely a defect we encountered would be much appreciated. Thanks, Oliver PS: Debian tracks it as fixed but there is no information from the upstream project that I could find about this being fixed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It's reported by OSS Index: https://ossindex.sonatype.org/component/pkg:conan/[email protected] You can report erroneous advisories with them here: https://ossindex.sonatype.org/doc/report-vulnerability |
Beta Was this translation helpful? Give feedback.
-
madler/zlib@7c2a874#diff-1f4e93872346cab83e266a0cb381567b076744cf936ce05b841b1dad57dbee5fR544-R617 suggests this got addressed https://github.com/madler/zlib/blob/7c2a874e50b871d04fbd19501f7b42cff55e5abc/gzio.c actual version_with_ the fix in 1.2.0. |
Beta Was this translation helpful? Give feedback.
It's reported by OSS Index: https://ossindex.sonatype.org/component/pkg:conan/[email protected]
You can report erroneous advisories with them here: https://ossindex.sonatype.org/doc/report-vulnerability