Skip to content

Commit 53f588c

Browse files
authored
[docs] add vex templates and current CVE decription (#134)
Signed-off-by: v.oleynikov <[email protected]>
1 parent 3cd04a4 commit 53f588c

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.werf/defines/vex.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{{- define "vex mitigation" }}
2+
{{- end }}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"@context": "https://openvex.dev/ns/v0.2.0",
3+
"@id": "https://openvex.dev/docs/public/vex-9c5387d957d88b47252b3f199c5cfd6eebcbceefb6e6bc13790149db4ffaa9e6",
4+
"author": "Deckhouse \[email protected]\u003e",
5+
"version": 1,
6+
"statements": [
7+
{
8+
"vulnerability": {
9+
"name": "CVE-2025-1767"
10+
},
11+
"products": [
12+
{
13+
"@id": "pkg:golang/k8s.io/[email protected]"
14+
}
15+
],
16+
"status": "not_affected",
17+
"justification": "vulnerable_code_not_in_execute_path",
18+
"impact_statement": "Уязвимость затрагивает устаревший механизм in-tree gitRepo volume. В рамках csi-nfs создание таких томов невозможно, прав на создание таких томов у пользователя нет и уязвимость использоваться не может",
19+
"timestamp": "2025-10-30T13:13:05.237532425Z"
20+
}
21+
],
22+
"timestamp": "2025-10-30T13:13:05Z"
23+
}

images/csi-nfs/werf.inc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,5 @@ git:
132132
imageSpec:
133133
config:
134134
entrypoint: ["/{{ $.ImageName }}"]
135+
---
136+
{{- include "vex mitigation" (list $ (printf "%s/%s" $.ModuleName $.ImageName )) }}

0 commit comments

Comments
 (0)