Skip to content
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

Update Spring Framework to 5.3.18 and 5.2.20.RELEASE #1163

Closed
btkatoufm opened this issue Apr 4, 2022 · 1 comment
Closed

Update Spring Framework to 5.3.18 and 5.2.20.RELEASE #1163

btkatoufm opened this issue Apr 4, 2022 · 1 comment

Comments

@btkatoufm
Copy link
Contributor

Description

Support CVE-2022-22965.

  • Update Spring Framework to 5.3.18
  • Update Spring Framework to 5.2.20.RELEASE.

Possible Solution

Set the following for terasoluna-gfw-parent/pom.xml

<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-framework-bom</artifactId>
  <version>${org.springframework.version}</version>
  <type>pom</type>
  <scope>import</scope>
</dependency>
<!-- omitted -->
<org.springframework.version>5.3.18</org.springframework.version>
or
<org.springframework.version>5.2.20.RELEASE</org.springframework.version>

Affect versions

  • 5.7.1.RELEASE
  • 5.7.0.RELEASE
  • 5.6.2.RELEASE
  • 5.6.1.RELEASE
  • 5.6.0.RELEASE

Issue links

Links to related issues.

  • #xx
@btkatoufm
Copy link
Contributor Author

Support CVE-2022-22965.
The version of TERASOLUNA is as follows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants