Skip to content

Commit 6b25c9d

Browse files
authored
Longw/remove win rexml (#1341)
* remove rexml in win * update to remove rexml by force as all dependency are for development
1 parent f756bad commit 6b25c9d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.trivyignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#telegraf CRITICAL
22
CVE-2024-41110
3+
CVE-2024-45337
4+
5+
#telegraf HIGH
6+
CVE-2024-45338
37

48
#telegraf MEDIUM
59
CVE-2024-35255

kubernetes/windows/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN refreshenv \
3131
&& gem install gyoku -v 1.3.1 \
3232
&& gem install ipaddress -v 0.8.3 \
3333
&& gem install jwt -v 2.7.1 \
34+
&& gem uninstall rexml -v 3.2.5 --force \
3435
&& gem sources --clear-all
3536

3637
# Remove gem cache and chocolatey

0 commit comments

Comments
 (0)