File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ RUN mkdir -p ${BUILD_DIR} \
7171
7272# ##############################################################################
7373# ZLIB Build
74+ # We compile a newer version because Lambda uses an old version (1.2.7) that
75+ # has a security vulnerability (CVE-2022-37434).
76+ # See https://github.com/brefphp/aws-lambda-layers/pull/110
77+ # Can be removed once Lambda updates their version.
7478# https://github.com/madler/zlib/releases
7579# Needed for:
7680# - openssl
Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ RUN mkdir -p ${BUILD_DIR} \
7171
7272# ##############################################################################
7373# ZLIB Build
74+ # We compile a newer version because Lambda uses an old version (1.2.7) that
75+ # has a security vulnerability (CVE-2022-37434).
76+ # See https://github.com/brefphp/aws-lambda-layers/pull/110
77+ # Can be removed once Lambda updates their version.
7478# https://github.com/madler/zlib/releases
7579# Needed for:
7680# - openssl
Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ RUN mkdir -p ${BUILD_DIR} \
7171
7272# ##############################################################################
7373# ZLIB Build
74+ # We compile a newer version because Lambda uses an old version (1.2.7) that
75+ # has a security vulnerability (CVE-2022-37434).
76+ # See https://github.com/brefphp/aws-lambda-layers/pull/110
77+ # Can be removed once Lambda updates their version.
7478# https://github.com/madler/zlib/releases
7579# Needed for:
7680# - openssl
You can’t perform that action at this time.
0 commit comments