[GHSA-jjpq-gp5q-8q6w] Cross-site scripting in Apache Tomcat#7678
Open
aruneko wants to merge 1 commit into
Open
[GHSA-jjpq-gp5q-8q6w] Cross-site scripting in Apache Tomcat#7678aruneko wants to merge 1 commit into
aruneko wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the OSV advisory for GHSA-jjpq-gp5q-8q6w (CVE-2019-0221) to refine affected Maven artifacts and tighten version ranges for Apache Tomcat.
Changes:
- Adjusts the affected-version start for
org.apache.tomcat.embed:tomcat-embed-core8.x from8.0.0to8.5.0. - Adds additional affected Maven artifacts (
org.apache.tomcat:tomcat-catalinaandorg.apache.tomcat:tomcat) across Tomcat 7/8.5/9 ranges. - Updates the advisory
modifiedtimestamp.
Comments suppressed due to low confidence (1)
advisories/github-reviewed/2019/05/GHSA-jjpq-gp5q-8q6w/GHSA-jjpq-gp5q-8q6w.json:147
- This new
org.apache.tomcat:tomcat9.x range uses"fixed": "9.0.17", but the advisorydetailssays 9.0.0.17 is affected. Since OSVfixedis the first non-vulnerable version, this range likely needs to be updated to the first patched release (or the details text should be corrected) so the version semantics are consistent.
{
"introduced": "9.0.0"
},
{
"fixed": "9.0.17"
}
]
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+84
to
+90
| { | ||
| "introduced": "9.0.0" | ||
| }, | ||
| { | ||
| "fixed": "9.0.17" | ||
| } | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
improve affected packages and versions