File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed
Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1- # As of 03/06/2025 there are no vulnerabilities to skip in docker.io/openresty/openresty:1.27.1.2-1-alpine-fat
2-
3- # alpine 3.21.3 - sha is set to latest so no fix
4- CVE-2025-64720 exp:2026-03-17
5- CVE-2025-65018 exp:2026-03-17
6- CVE-2025-66293 exp:2026-03-17
7- CVE-2025-49794 exp:2026-03-17
8- CVE-2025-49796 exp:2026-03-17
9- CVE-2025-49795 exp:2026-03-17
10- CVE-2025-6021 exp:2026-03-17
11- CVE-2026-25646 exp:2026-03-20
1+ ## CVE-2026-32767 (libexpat - alpine 3.22.3)
2+ CVE-2026-32767 exp:2026-04-06
Original file line number Diff line number Diff line change 11# checkov:skip=CKV_DOCKER_3: Current implementation uses off-the-shelf image from OpenResty which doesn't offer a nonroot variant
22
3- # docker.io/openresty/openresty:1.27.1.2-11 -alpine-fat
4- FROM docker.io/openresty/openresty:1.27.1.2-11 -alpine-fat@sha256:4486eb7c26b6e94c7fe144b9293319e855ecaed378b24cb56062d2af2cf81513
3+ # docker.io/openresty/openresty:1.29.2.1-0 -alpine-fat
4+ FROM docker.io/openresty/openresty:1.29.2.1-0 -alpine-fat@sha256:57206e154ef54d01dcf20f2afc05f1a8d7c464f2b3f4bd1a519108cac6d450ab
55
66LABEL org.opencontainers.image.vendor="Ministry of Justice" \
77 org.opencontainers.image.authors="Analytical Platform (analytical-platform@digital.justice.gov.uk)" \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ commandTests:
88 - name : " nginx"
99 command : " nginx"
1010 args : ["-v"]
11- expectedError : ["nginx version: openresty/1.27.1.2 "]
11+ expectedError : ["nginx version: openresty/1.29.2.1 "]
1212
1313fileExistenceTests :
1414 - name : " /etc/nginx/nginx.conf.template"
You can’t perform that action at this time.
0 commit comments