mirror of https://github.com/apache/nifi.git
NIFI-9975 Upgraded OWASP Dependency Check from 6.5.3 to 7.1.0
- Removed unnecessary suppression configurations due to detection improvements Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #6004.
This commit is contained in:
parent
569929269a
commit
2d5e24c0a2
|
@ -19,34 +19,14 @@
|
|||
<packageUrl regex="true">^pkg:maven/org\.apache\.nifi.*$</packageUrl>
|
||||
<cpe regex="true">^cpe:.*$</cpe>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes>Jetty Test Helper is incorrectly identified as part of Jetty Server</notes>
|
||||
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.toolchain/jetty-test-helper.*$</packageUrl>
|
||||
<cpe regex="true">^cpe:.*$</cpe>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes>Apache FTP Server library is incorrectly identified with Apache HTTP Server</notes>
|
||||
<packageUrl regex="true">^pkg:maven/org\.apache\.ftpserver/ftpserver\-core@.*$</packageUrl>
|
||||
<cpe>cpe:/a:apache:http_server</cpe>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes>Meta MX HTTP Client is incorrectly identified as Netty</notes>
|
||||
<packageUrl regex="true">^pkg:maven/com\.metamx/http\-client@.*$</packageUrl>
|
||||
<cpe>cpe:/a:netty:netty</cpe>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes>Servlet API libraries with the Jetty package are incorrectly associated with Jetty Server</notes>
|
||||
<packageUrl regex="true">^pkg:maven/org\.mortbay\.jetty/servlet\-api@.*$</packageUrl>
|
||||
<cpe regex="true">^cpe:/a:.*:jetty:.*$</cpe>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes>Testcontainers MySQL is incorrectly identified with MySQL server</notes>
|
||||
<packageUrl regex="true">^pkg:maven/org\.testcontainers/mysql@.*$</packageUrl>
|
||||
<cpe>cpe:/a:mysql:mysql</cpe>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes>Vorbis Java Tika is incorrectly linked to flac_project</notes>
|
||||
<packageUrl regex="true">^pkg:maven/org\.gagravarr/vorbis\-java\-tika@.*$</packageUrl>
|
||||
<cpe>cpe:/a:flac_project:flac</cpe>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
|
|
Loading…
Reference in New Issue