False positive on library tomcat-annotations-api-8.5.23.jar - reported as cpe:/a:apache:tomcat:3.0
dependency checker treated version 3.0 of Java API for Servlets (Annotations) as tomcat version.
<!-- https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-annotations-api -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>8.5.23</version>
</dependency>
I tried all versions more then 8.5.23 (i.e. 9.0.1) and have the same situation.
False positive on library tomcat-annotations-api-8.5.23.jar - reported as cpe:/a:apache:tomcat:3.0
dependency checker treated version 3.0 of Java API for Servlets (Annotations) as tomcat version.
I tried all versions more then 8.5.23 (i.e. 9.0.1) and have the same situation.