-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running against Apache Tomcat source identifies vulnerable dependency: Apache Tomcat #1437
Comments
We had a similar issue, cve - affected versions
|
Thanks for the FP report. I will sweep through these before the next release. |
+1 I am also getting the same issue. My tomcat version is latest, but i am still getting vulnerabilities for many tomcat jars showing cve which were affected on < tomcat 8.0.5 |
While some of the FP have been corrected - more work will need to be done on being able to scan the tomcat build itself. Part of the issue is that Tomcat does not version some of its components (such as bootstrap) with the current version of Tomcat being built - not that this is a problem, it is just the problem the team has to solve for scanning the Tomcat build directly. In addition, as to Tomcat being identified as a dependency of Tomcat - this type of scenario can happen if using the ODC Ant plugin, Jenkins plugin, or CLI when they are configured/used to scan the entire build including all outputs. This is because these three don't really have a dependency management system that they can use (like the gradle and maven plugins). |
Well, I'm on the Tomcat team, so I can help solve some of those things. :) I'll get started with versioning bootstrap.jar. |
Tomcat 8.5.35 is currently being voted for release. I checked the
Is the Or were you looking for a filename like |
The version number in the Implementation-Version is fine. Are there other libraries in Tomcat that are not versioned the same as the core engine? |
Yes. Tomcat bundles commons-fileupload, commons-dbcp, servlet-api, websocket-api, etc. that all come from other sources. Also, the native libraries shipped with each version of Tomcat have a separate version numbering scheme. |
STR:
cd tomcat-trunk ant deploy
<target>
to do so:Two issues:
The text was updated successfully, but these errors were encountered: