Open vcadminksitm opened 1 year ago
libtool is not managed in this repository.
libtool is not needed for execution and may be removed.
Only snappy.so is needed.
For example, how to.
Remove build tools
$ make distclean
$ phpize --clean
Build in multi-stage, only snappy.so is copied to the execution container image.
FROM ${IMAGE} as builder
RUN phpize && ./configure && make
FROM ${IMAGE}
COPY --from=builder ${BUILDER_PATH}/snappy.so ${PHP_PATH}/modules/snappy.so
Vulnerability Details : CVE-2009-3736
| RESOURCE | VULNERABILITY | SEVERITY | INSTALLED VERSION | FIXED VERSION | +-----------------------------+---------------+----------+-------------------+---------------+ | /app/php-ext-snappy/libtool | CVE-2009-3736 | MEDIUM | 1.5.26 | | +-----------------------------+---------------+----------+-------------------+---------------+