Skip to content
New issue

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

3.7.7-alpine-3.11 sqlite vulnerabilities #471

Closed
spacepirate0001 opened this issue Apr 21, 2020 · 1 comment
Closed

3.7.7-alpine-3.11 sqlite vulnerabilities #471

spacepirate0001 opened this issue Apr 21, 2020 · 1 comment
Labels
question Usability question, not directly related to an error with the image

Comments

@spacepirate0001
Copy link

spacepirate0001 commented Apr 21, 2020

Sqlite 3.30.1-r1 has 13 critical vulnerabilities
OS distributionAlpine Linux v3.11
OS release3.11.3

Sqlite 3.31.1-r0
OS distributionAlpine Linux v3.11
OS release3.11.5

I thought I would see it remediated in release3.11.5 but still seeing same vulnerabilities reported when scanning image.

@wglambert
Copy link

See https://github.com/docker-library/faq#why-does-my-security-scanner-show-that-an-image-has-so-many-cves
And docker-library/postgres#286 (comment) docker-library/openjdk#161, docker-library/openjdk#112, docker-library/postgres#286, docker-library/drupal#84, docker-library/official-images#2740, docker-library/ruby#117, docker-library/ruby#94, #152, docker-library/php#242, docker-library/buildpack-deps#46, docker-library/openjdk#185.

A CVE doesn't imply having an actual vulnerability, and often is even a false positive (given how most distributions handle versioning/security updates in stable releases). If there are actionable items we can resolve, we're happy to do so (and do so actively). We update all Debian based images to include any updates in apt packages at least monthly (we regenerate the base images and then rebuild all dependent images).

Sqlite is at the latest version the Alpine 3.11 repo's offer

$ docker run -it --rm python:3.7.7-alpine3.11 ash
/ # apk upgrade
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
Upgrading critical system libraries and apk-tools:
(1/1) Upgrading apk-tools (2.10.4-r3 -> 2.10.5-r0)
Executing busybox-1.31.1-r9.trigger
Continuing the upgrade transaction with new apk-tools:
(1/4) Upgrading libcrypto1.1 (1.1.1d-r3 -> 1.1.1g-r0)
(2/4) Upgrading ncurses-terminfo-base (6.1_p20200118-r2 -> 6.1_p20200118-r3)
(3/4) Upgrading ncurses-libs (6.1_p20200118-r2 -> 6.1_p20200118-r3)
(4/4) Upgrading libssl1.1 (1.1.1d-r3 -> 1.1.1g-r0)
Executing ca-certificates-20191127-r1.trigger
OK: 11 MiB in 34 packages

@wglambert wglambert added the question Usability question, not directly related to an error with the image label Apr 22, 2020
@tianon tianon closed this as completed Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Usability question, not directly related to an error with the image
Projects
None yet
Development

No branches or pull requests

3 participants