We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f756bad commit 6b25c9dCopy full SHA for 6b25c9d
.trivyignore
@@ -1,5 +1,9 @@
1
#telegraf CRITICAL
2
CVE-2024-41110
3
+CVE-2024-45337
4
+
5
+#telegraf HIGH
6
+CVE-2024-45338
7
8
#telegraf MEDIUM
9
CVE-2024-35255
kubernetes/windows/Dockerfile
@@ -31,6 +31,7 @@ RUN refreshenv \
31
&& gem install gyoku -v 1.3.1 \
32
&& gem install ipaddress -v 0.8.3 \
33
&& gem install jwt -v 2.7.1 \
34
+&& gem uninstall rexml -v 3.2.5 --force \
35
&& gem sources --clear-all
36
37
# Remove gem cache and chocolatey
0 commit comments