lifeline_crypto_tbot icon indicating copy to clipboard operation
lifeline_crypto_tbot copied to clipboard

[Snyk] Security upgrade python from 3.8.12-buster to 3.9.12-buster

Open ChristianPerez34 opened this issue 2 years ago • 1 comments

This PR was automatically created by Snyk using the credentials of a real user.


Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.

Changes included in this PR

  • Dockerfile

We recommend upgrading to python:3.9.12-buster, as this image has only 445 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.

Some of the most important vulnerabilities in your base image include:

Severity Priority Score / 1000 Issue Exploit Maturity
critical severity 571 Out-of-bounds Write
SNYK-DEBIAN10-LIBDE265-2445048
No Known Exploit
high severity 614 Use After Free
SNYK-DEBIAN10-LIBXML2-2413976
No Known Exploit
medium severity 514 CVE-2021-4160
SNYK-DEBIAN10-OPENSSL-2388381
No Known Exploit
high severity 614 Loop with Unreachable Exit Condition ('Infinite Loop')
SNYK-DEBIAN10-OPENSSL-2426310
No Known Exploit
low severity 483 CVE-2022-1271
SNYK-DEBIAN10-XZUTILS-2444279
No Known Exploit

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information: 🧐 View latest project report

🛠 Adjust project settings


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

ChristianPerez34 avatar Apr 21 '22 00:04 ChristianPerez34

Semgrep found 1 dockerfile-source-not-pinned finding:

  • Dockerfile: L1

To ensure reproducible builds, pin Dockerfile FROM commands to a specific hash. You can find the hash by running docker pull python and then specify it with python:3.9.12-buster@sha256:<hash goes here>

⚪️ This finding does not block your pull request.
🙈 From dockerfile.audit.dockerfile-source-not-pinned.dockerfile-source-not-pinned.

semgrep-app[bot] avatar Apr 21 '22 00:04 semgrep-app[bot]