!109 fix CVE-2022-3162
From: @zh_xiaoyu Reviewed-by: @duguhaotian Signed-off-by: @duguhaotian
This commit is contained in:
commit
01b6744bc6
1132
0007-Validate-etcd-paths.patch
Normal file
1132
0007-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.24.0
|
Version: 1.24.0
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
@ -30,6 +30,7 @@ Patch0003: 0003-timeout-wait-backend-to-frontend-complete.patch
|
|||||||
Patch0004: 0004-Add-an-option-for-aggregator.patch
|
Patch0004: 0004-Add-an-option-for-aggregator.patch
|
||||||
Patch0005: 0005-Escape-terminal-special-characters-in-kubectl-112553.patch
|
Patch0005: 0005-Escape-terminal-special-characters-in-kubectl-112553.patch
|
||||||
Patch0006: 0006-Return-error-for-localhost-seccomp-type-with-no-loca.patch
|
Patch0006: 0006-Return-error-for-localhost-seccomp-type-with-no-loca.patch
|
||||||
|
Patch0007: 0007-Validate-etcd-paths.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Container cluster management.
|
Container cluster management.
|
||||||
@ -261,6 +262,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.24.0-3
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix CVE-2022-3162
|
||||||
|
|
||||||
* Thu Jun 29 2023 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 1.24.0-2
|
* Thu Jun 29 2023 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 1.24.0-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user