!113 [sync] PR-110: fix CVE-2022-3162
From: @openeuler-sync-bot Reviewed-by: @duguhaotian Signed-off-by: @duguhaotian
This commit is contained in:
commit
449d025b00
1109
0013-Validate-etcd-paths.patch
Normal file
1109
0013-Validate-etcd-paths.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: kubernetes
|
Name: kubernetes
|
||||||
Version: 1.20.2
|
Version: 1.20.2
|
||||||
Release: 17
|
Release: 18
|
||||||
Summary: Container cluster management
|
Summary: Container cluster management
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://k8s.io/kubernetes
|
URL: https://k8s.io/kubernetes
|
||||||
@ -36,6 +36,7 @@ Patch6008: 0009-timeout-wait-backend-to-frontend-complete.patch
|
|||||||
Patch6009: 0010-Escape-terminal-special-characters-in-kubectl-112553.patch
|
Patch6009: 0010-Escape-terminal-special-characters-in-kubectl-112553.patch
|
||||||
Patch6010: 0011-Remove-Endpoints-write-access-from-aggregated-edit-r.patch
|
Patch6010: 0011-Remove-Endpoints-write-access-from-aggregated-edit-r.patch
|
||||||
Patch6011: 0012-Return-error-for-localhost-seccomp-type-with-no-loca.patch
|
Patch6011: 0012-Return-error-for-localhost-seccomp-type-with-no-loca.patch
|
||||||
|
Patch6012: 0013-Validate-etcd-paths.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Container cluster management.
|
Container cluster management.
|
||||||
@ -267,6 +268,12 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
|
|||||||
%systemd_postun kubelet kube-proxy
|
%systemd_postun kubelet kube-proxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 29 2023 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 1.20.2-18
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix CVE-2022-3162
|
||||||
|
|
||||||
* Thu Jun 29 2023 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 1.20.2-17
|
* Thu Jun 29 2023 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 1.20.2-17
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user