Jump to content
We've recently updated our Privacy Statement, available here ×

CVE-2018-1275 Security Vulnerability


hozawa
Go to solution Solved by hozawa,

Recommended Posts

It seems like JasperReports has CVE-2018-1275 because it's using spring-core 3.2.18. Recommendation is to upgrade to newer version.

https://nvd.nist.gov/vuln/detail/CVE-2018-1275

pom.xml (jasperreports-6.7.1)

        <dependency>            <groupId>org.springframework</groupId>            <artifactId>spring-core</artifactId>            <version>3.2.18.RELEASE</version>            <scope>compile</scope>            <optional>true</optional>        </dependency>[/code]

 

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...