Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #776 +/- ##
==========================================
+ Coverage 40.11% 40.13% +0.01%
==========================================
Files 547 546 -1
Lines 23868 23797 -71
Branches 2899 2900 +1
==========================================
- Hits 9574 9550 -24
+ Misses 13382 13335 -47
Partials 912 912 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
this eliminates 9 vulnerable dependencies
This avoids security vulnerabilities in netty. The previous experiment with the bom didn't work.
jsharkey13
approved these changes
Apr 20, 2026
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 API dependencies, resolving all high, and leaving only medium vulnerabilities.
bouncycastle,log4j.providedscope): 22 (including 3 high) -> 11 (all medium). The high vulnerabilities are in the Netty http client. I've modified our azure openai installation so we use java's built-in HTTP client instead of Netty.mvn versions:display-dependency-updates)pom.xml. This is a major version upgrade (5 -> 7) for JGit. Did not perform this, since the vulnerability is only a 4.3 and is not exploitable through the API.