Skip to content

Commit 4ed178b

Browse files
committed
add manual updates for some specific CVE packages [ci skip]
1 parent 974f4a5 commit 4ed178b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

build/util/debian/install-dependencies.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ apt-get update
66
# Upgrade all packages
77
apt-get -y upgrade
88

9+
# TODO: Remove this manual update when the next Ubuntu version is released and test if CVEs are resolved
10+
# Manually update specific packages with known CVE vulnerabilities to latest available versions
11+
apt-get install -y \
12+
linux-libc-dev \
13+
libkrb5support0 \
14+
libkrb5-3 \
15+
libk5crypto3 \
16+
libgssapi-krb5-2
17+
918
apt-get autoremove -y
1019

1120
apt-get install --assume-yes \

0 commit comments

Comments
 (0)