We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation for this can be found here: https://github.com/knative/client/tree/master/docs/plugins
For each of the sub-tasks, there will be two things to accomplish.
Then one file, 'plugin_register.go' is added to our distribution of kn.
The text was updated successfully, but these errors were encountered:
@dsimansk Is there anything else to be done, which is not covered by #155 and #163?
Sorry, something went wrong.
fix: CVE 2022-22963 Serverless 1.21.0 (#119)
15431c3
* fix: apply updated spring-boot-function dependency (knative#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>
dsimansk
No branches or pull requests
Documentation for this can be found here: https://github.com/knative/client/tree/master/docs/plugins
For each of the sub-tasks, there will be two things to accomplish.
Then one file, 'plugin_register.go' is added to our distribution of kn.
The text was updated successfully, but these errors were encountered: