-
Notifications
You must be signed in to change notification settings - Fork 148
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
Review and update spring cloud functions dependency for CVE #929
Comments
The dependency that is used by the templates is
Well, I just created a new springboot function project and when building it, the older 3.2.2 version of
/cc @trisberg |
This commit updates the spring-boot-function dependency explicitly as there is not yet a CVE fix for spring-cloud 2021.0.1. ``` ❯ ./mvnw clean install dependency:tree | grep spring-cloud-function [INFO] | +- org.springframework.cloud:spring-cloud-function-web:jar:3.2.2:compile [INFO] +- org.springframework.cloud:spring-cloud-function-context:jar:3.2.3:compile (optional) [INFO] | +- org.springframework.cloud:spring-cloud-function-core:jar:3.2.2:compile (optional) ``` Fixes: knative#929 Fixes: https://spring.io/blog/2022/03/29/cve-report-published-for-spring-cloud-function Signed-off-by: Lance Ball <lball@redhat.com>
This commit updates the spring-boot-function dependency explicitly as there is not yet a CVE fix for spring-cloud 2021.0.1. ``` ❯ ./mvnw clean install dependency:tree | grep spring-cloud-function [INFO] | +- org.springframework.cloud:spring-cloud-function-web:jar:3.2.2:compile [INFO] +- org.springframework.cloud:spring-cloud-function-context:jar:3.2.3:compile (optional) [INFO] | +- org.springframework.cloud:spring-cloud-function-core:jar:3.2.2:compile (optional) ``` Fixes: #929 Fixes: https://spring.io/blog/2022/03/29/cve-report-published-for-spring-cloud-function Signed-off-by: Lance Ball <lball@redhat.com>
This commit updates the spring-boot-function dependency explicitly as there is not yet a CVE fix for spring-cloud 2021.0.1. ``` ❯ ./mvnw clean install dependency:tree | grep spring-cloud-function [INFO] | +- org.springframework.cloud:spring-cloud-function-web:jar:3.2.2:compile [INFO] +- org.springframework.cloud:spring-cloud-function-context:jar:3.2.3:compile (optional) [INFO] | +- org.springframework.cloud:spring-cloud-function-core:jar:3.2.2:compile (optional) ``` Fixes: knative#929 Fixes: https://spring.io/blog/2022/03/29/cve-report-published-for-spring-cloud-function Signed-off-by: Lance Ball <lball@redhat.com>
* fix: apply updated spring-boot-function dependency (#936) This commit updates the spring-boot-function dependency explicitly as there is not yet a CVE fix for spring-cloud 2021.0.1. ``` ❯ ./mvnw clean install dependency:tree | grep spring-cloud-function [INFO] | +- org.springframework.cloud:spring-cloud-function-web:jar:3.2.2:compile [INFO] +- org.springframework.cloud:spring-cloud-function-context:jar:3.2.3:compile (optional) [INFO] | +- org.springframework.cloud:spring-cloud-function-core:jar:3.2.2:compile (optional) ``` Fixes: #929 Fixes: https://spring.io/blog/2022/03/29/cve-report-published-for-spring-cloud-function Signed-off-by: Lance Ball <lball@redhat.com> * deps: add updated pkged.go Signed-off-by: Lance Ball <lball@redhat.com>
This commit updates the spring-boot-function dependency explicitly as there is not yet a CVE fix for spring-cloud 2021.0.1. ``` ❯ ./mvnw clean install dependency:tree | grep spring-cloud-function [INFO] | +- org.springframework.cloud:spring-cloud-function-web:jar:3.2.2:compile [INFO] +- org.springframework.cloud:spring-cloud-function-context:jar:3.2.3:compile (optional) [INFO] | +- org.springframework.cloud:spring-cloud-function-core:jar:3.2.2:compile (optional) ``` Fixes: knative#929 Fixes: https://spring.io/blog/2022/03/29/cve-report-published-for-spring-cloud-function Signed-off-by: Lance Ball <lball@redhat.com>
* fix: apply updated spring-boot-function dependency (#936) This commit updates the spring-boot-function dependency explicitly as there is not yet a CVE fix for spring-cloud 2021.0.1. ``` ❯ ./mvnw clean install dependency:tree | grep spring-cloud-function [INFO] | +- org.springframework.cloud:spring-cloud-function-web:jar:3.2.2:compile [INFO] +- org.springframework.cloud:spring-cloud-function-context:jar:3.2.3:compile (optional) [INFO] | +- org.springframework.cloud:spring-cloud-function-core:jar:3.2.2:compile (optional) ``` Fixes: knative#929 Fixes: https://spring.io/blog/2022/03/29/cve-report-published-for-spring-cloud-function Signed-off-by: Lance Ball <lball@redhat.com> * deps: add updated pkged.go Signed-off-by: Lance Ball <lball@redhat.com> * deps: add updated pkged.go Signed-off-by: Lance Ball <lball@redhat.com>
This commit updates the spring-boot-function dependency explicitly as there is not yet a CVE fix for spring-cloud 2021.0.1. ``` ❯ ./mvnw clean install dependency:tree | grep spring-cloud-function [INFO] | +- org.springframework.cloud:spring-cloud-function-web:jar:3.2.2:compile [INFO] +- org.springframework.cloud:spring-cloud-function-context:jar:3.2.3:compile (optional) [INFO] | +- org.springframework.cloud:spring-cloud-function-core:jar:3.2.2:compile (optional) ``` Fixes: knative#929 Fixes: https://spring.io/blog/2022/03/29/cve-report-published-for-spring-cloud-function Signed-off-by: Lance Ball <lball@redhat.com>
The text was updated successfully, but these errors were encountered: