-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[ISSUE-2395]SynchronossPartHttpMessageReader should only create temp directory when needed/CVE-2022-2296 #2413
Conversation
Codecov Report
@@ Coverage Diff @@
## dev-1.2.0 #2413 +/- ##
===============================================
- Coverage 17.83% 16.60% -1.23%
- Complexity 1077 1104 +27
===============================================
Files 595 636 +41
Lines 17667 19520 +1853
Branches 2635 2769 +134
===============================================
+ Hits 3151 3242 +91
- Misses 14092 15842 +1750
- Partials 424 436 +12
Continue to review full report at Codecov.
|
建议,直接在parent的pom文件中, 加入springframe-bom的import, 放到springboot dependency之前就可以了 <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency> |
# Conflicts: # tool/dependencies/known-dependencies.txt
This reverts commit 963c04b.
…te temp directory when needed/CVE-2022-2296" This reverts commit f32028d.
LGTM |
spring-projects/spring-framework#27092
1 . SynchronossPartHttpMessageReader should only create temp directory when needed
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22965
2. A Spring MVC or Spring WebFlux application running on JDK 9+ may be vulnerable to remote code execution (RCE) via data binding. The specific exploit requires the application to run on Tomcat as a WAR deployment. If the application is deployed as a Spring Boot executable jar, i.e. the default, it is not vulnerable to the exploit. However, the nature of the vulnerability is more general, and there may be other ways to exploit it.
Does this pull request potentially affect one of the following parts:
#2395