-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert check-node-for-cve-2022-0185
Signed-off-by: Chandan-DK <[email protected]>
- Loading branch information
1 parent
f284a73
commit 6e77485
Showing
2 changed files
with
19 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
name: check-node-for-cve-2022-0185 | ||
name: check-node-for-cve-2022-0185-cel | ||
version: 1.0.0 | ||
displayName: Check Node for CVE-2022-0185 | ||
createdAt: "2023-04-10T20:30:03.000Z" | ||
displayName: Check Node for CVE-2022-0185 in CEL expressions | ||
description: >- | ||
Linux CVE-2022-0185 can allow a container escape in Kubernetes if left unpatched. The affected Linux kernel versions, at this time, are 5.10.84-1 and 5.15.5-2. For more information, refer to https://security-tracker.debian.org/tracker/CVE-2022-0185. This policy runs in background mode and flags an entry in the ClusterPolicyReport if any Node is reporting one of the affected kernel versions. | ||
install: |- | ||
```shell | ||
kubectl apply -f https://raw.githubusercontent.com/kyverno/policies/main/other/check-node-for-cve-2022-0185/check-node-for-cve-2022-0185.yaml | ||
kubectl apply -f https://raw.githubusercontent.com/kyverno/policies/main/other-cel/check-node-for-cve-2022-0185/check-node-for-cve-2022-0185.yaml | ||
``` | ||
keywords: | ||
- kyverno | ||
- Other | ||
- CEL Expressions | ||
readme: | | ||
Linux CVE-2022-0185 can allow a container escape in Kubernetes if left unpatched. The affected Linux kernel versions, at this time, are 5.10.84-1 and 5.15.5-2. For more information, refer to https://security-tracker.debian.org/tracker/CVE-2022-0185. This policy runs in background mode and flags an entry in the ClusterPolicyReport if any Node is reporting one of the affected kernel versions. | ||
Refer to the documentation for more details on Kyverno annotations: https://artifacthub.io/docs/topics/annotations/kyverno/ | ||
annotations: | ||
kyverno/category: "Other" | ||
kyverno/kubernetesVersion: "1.23" | ||
kyverno/category: "Other in CEL" | ||
kyverno/kubernetesVersion: "1.26-1.27" | ||
kyverno/subject: "Node" | ||
digest: ff64c6f2754226a75b84e88862af65ecc49ebad50cabd601687fd5770003f36a | ||
digest: e8f651f6cbdf95446e6ef90067ed806216d9f12323188bedb16958b071a7d85f | ||
createdAt: "2024-03-21T14:21:00Z" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters