Skip to content

Commit

Permalink
Fix CVE CVE-2024-4603
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed May 21, 2024
1 parent df1dd80 commit a916bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/autoconf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN apk add --no-cache bash && \

# Fix CVEs
RUN apk add --no-cache "busybox>=1.36.1-r17" "busybox-binsh>=1.36.1-r17" "ssl_client>=1.36.1-r17" # CVE-2023-42363 CVE-2023-42364 CVE-2023-42365 CVE-2023-42366
RUN apk add --no-cache "libcrypto3>=3.1.5-r0" "libssl3>=3.1.5-r0" # CVE-2024-4603

LABEL maintainer "Bunkerity <[email protected]>"
LABEL version "1.5.7"
Expand Down
1 change: 1 addition & 0 deletions src/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ RUN apk add --no-cache bash unzip libmagic mariadb-client postgresql-client sqli

# Fix CVEs
RUN apk add --no-cache "busybox>=1.36.1-r17" "busybox-binsh>=1.36.1-r17" "ssl_client>=1.36.1-r17" # CVE-2023-42363 CVE-2023-42364 CVE-2023-42365 CVE-2023-42366
RUN apk add --no-cache "libcrypto3>=3.1.5-r0" "libssl3>=3.1.5-r0" # CVE-2024-4603

LABEL maintainer "Bunkerity <[email protected]>"
LABEL version "1.5.7"
Expand Down

0 comments on commit a916bfe

Please sign in to comment.