Closed SwethaBalu closed 4 years ago
The issue also seems to be present( via transitive dependencies) in the most recent release 2.7.8:
As a workaround would it be fine if we use exclusions with maven dependency and provide separately for nimbus?
<dependency>
<groupId>com.sap.cloud.security.xsuaa</groupId>
<artifactId>xsuaa-spring-boot-starter</artifactId>
<version>${sap.security.version}</version>
<exclusions>
<exclusion>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>${nimbus-jose-jwt.version}</version>
</dependency>
Similarly for Junit 4.12 ?
Regards, Santosh
Hi @santoshkashyap
thanks for reporting! Sure, you can always overrule the spring-boot-starter version or single transient dependencies. We are going to fix the version with the next version.
Best regards, Nena
hi @liga-oz can you please take over? Thanks a lot, Nena
Hi @SwethaBalu @santoshkashyap ,
with release 2.7.9
with release 2.7.7
If you still see the old versions, please check which of your dependencies are overriding cloud-security-xsuaa-integration library version values and update them accordingly.
Best Regards, Liga Ozolina
Hi,
We are using the artifacts xsuaa-spring-boot-starter and java-security-test from group com.sap.cloud.security of version 2.7.7
We have the following security vulnerabilities reported by white source.
CVE-2019-17195 Link to vulnerability : https://nvd.nist.gov/vuln/detail/CVE-2019-17195
CVE-2020-15250 Link to vulnerability : https://nvd.nist.gov/vuln/detail/CVE-2020-15250
Is there any fix planned for this issues?
Regards, Swetha
Is there any fix planned for this issue?
Regards,
Swetha