Skip to content

Commit bd9db9d

Browse files
committed
DLPX-95924 [Backport of DLPX-95843] Ubuntu Security Notification for runC Vulnerabilities (USN-7851-1)
PR URL: https://www.github.com/delphix/linux-pkg/pull/379
1 parent 96a8b28 commit bd9db9d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/misc-debs/config.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ SKIP_COPYRIGHTS_CHECK=true
4747
function fetch() {
4848
logmust cd "$WORKDIR/artifacts"
4949

50-
local debs=()
50+
local debs=(
51+
# Used "apt-get download runc" on "develop" to obtain this package.
52+
"runc_1.3.3-0ubuntu1~24.04.2_amd64.deb 1e45145fa8b45b12ce95bf8f65ff737f159a32c3490367b97d65132d6d9a19f5"
53+
)
5154

5255
local url="http://artifactory.delphix.com/artifactory/linux-pkg/misc-debs"
5356

0 commit comments

Comments
 (0)