Replies: 2 comments 6 replies
-
I’m confused by exactly what the confusion is. Perhaps you can summarize and perhaps you have a suggestion, assuming it’s not just an OWASP bug that should be fixed there. |
Beta Was this translation helpful? Give feedback.
-
Some more details My project is just using some parts of the Equinox Platform (mainly the Equinox OSGi Framework, Equinox CM/DS and Equinox Console...). <dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.18.100</version>
</dependency> has the following CVEs I think these are all false positives. Maybe you could confirm this. The used dependency check tool offers a global suppression list which is maintained by the developer/maintainer of the dependency check tool. There is a well defined process how the community can report false positives in order to get false positives on this list. A request for these false positives were requested with
Short term it would be nice if you could pitch in and help to get these false positives accepted. I think there is a general problem because these are not the first false positives of this kind. So i am interested in your thoughts and also if other developers face the same problem. |
Beta Was this translation helpful? Give feedback.
-
We are using OWASP-Checks for detecting vulnerabilities.
We ran into some general problems with false positives because of some confusions regarding version numbers of the Equinox Platform and for example the contained OSGi Framework, please see here for a detailed explanation.
I am interested in your thoughts and possible solutions.
Beta Was this translation helpful? Give feedback.
All reactions