You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This upgrade from version 11.0.14 to 11.0.23 for jetty-server and jetty-servlet is a minor version update within an End-of-Life (EOL) release line. While it contains important security fixes, it also introduces a behavioral change related to transitive dependencies that may require action.
Key Changes:
Potential Transitive Dependency Breakage: Starting with version 11.0.16, a change was made where websocket-jetty-server no longer includes jetty-annotations as a transitive dependency. Applications that rely on this for JSP compilation may experience a NullPointerException at runtime.
Security Fixes: This range includes patches for multiple vulnerabilities, including CVE-2023-36478 (High Severity Information Disclosure) and CVE-2023-44487 (HTTP/2 Rapid Reset Attack).
Cookie Parsing: Version 11.0.15 adjusts cookie parsing to be more tolerant of non-compliant cookies compared to 11.0.14.
Recommendation:
After upgrading, verify applications that use JSPs. If you encounter a NullPointerException related to JSP compilation or TldCache, explicitly add org.eclipse.jetty:jetty-annotations as a dependency to your project.
Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.
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
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.
Snyk has created this PR to fix 1 vulnerabilities in the maven dependencies of this project.
Snyk changed the following file(s):
functions-framework-invoker/pom.xmlVulnerabilities that will be fixed with an upgrade:
SNYK-JAVA-ORGECLIPSEJETTY-18230890
11.0.14->11.0.23org.eclipse.jetty:jetty-servlet:
11.0.14->11.0.23No Known ExploitBreaking Change Risk
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Missing Release of Memory after Effective Lifetime