-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
fix: vulnerability #11914
fix: vulnerability #11914
Conversation
- CVE-2024-22257 Upgrade Spring Security to 5.7.12. - Use spring-framework-bom as dependencyManagement. Closes alibaba#11904
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #11914 +/- ##
==========================================
Coverage 68.62% 68.63%
Complexity 9034 9034
==========================================
Files 1239 1239
Lines 40610 40610
Branches 4317 4317
==========================================
+ Hits 27870 27871 +1
- Misses 10746 10747 +1
+ Partials 1994 1992 -2 see 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Now need to upgrade to 5.3.34 to solve CVE-2024-22262 |
@cxhello @KomachiSion |
@DeBruyne2020 我看社区是放到了2.4.0里程碑,具体发布日期不清楚。 |
期待尽快发布,扫描工具已经开始报高危了 |
@zw999 着急的话可以自行修改,发布到你自己的公司私服上。社区具体什么时间发布,我也不太清楚。 |
Closes #11904
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
XXXXX
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.