We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vulnerability Details : CVE-2009-3736
| RESOURCE | VULNERABILITY | SEVERITY | INSTALLED VERSION | FIXED VERSION | +-----------------------------+---------------+----------+-------------------+---------------+ | /app/php-ext-snappy/libtool | CVE-2009-3736 | MEDIUM | 1.5.26 | | +-----------------------------+---------------+----------+-------------------+---------------+
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Vulnerability Details : CVE-2009-3736
| RESOURCE | VULNERABILITY | SEVERITY | INSTALLED VERSION | FIXED VERSION |
+-----------------------------+---------------+----------+-------------------+---------------+
| /app/php-ext-snappy/libtool | CVE-2009-3736 | MEDIUM | 1.5.26 | |
+-----------------------------+---------------+----------+-------------------+---------------+
The text was updated successfully, but these errors were encountered: