-
Notifications
You must be signed in to change notification settings - Fork 541
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
[Snyk] Security upgrade python from 3.11.8-slim-bookworm to 3.12.4-slim-bookworm #4067
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…orts parsing (#3887) * fix: remove main decorator after split from end of file during py imports parsing * fix: nit
* chore(main): release 1.343.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]>
* chore(main): release 1.343.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]>
* chore(main): release 1.343.2 * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]>
* chore(main): release 1.343.3 * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]>
* WIP * Add endpoint to cancel jobs * Fix endpoints and add modal to cancel jobs * Add useful tooltips and warnings * Fix openapi.yml * Prepare sqlx * Prepare sqlx * Select jobs to cancel * Prepare sqlx * Remove unused variable * Make small fixes - gap between buttons - dropdown in one button with chevron instead of two buttons - filters shown on the cancel filtered modal
* chore(main): release 1.344.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]>
* chore(main): release 1.344.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]>
* chore(main): release 1.344.2 * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]>
* chore(main): release 1.344.3 * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]>
rubenfiszel
force-pushed
the
main
branch
2 times, most recently
from
August 14, 2024 12:46
413dad5
to
ad69876
Compare
rubenfiszel
force-pushed
the
main
branch
3 times, most recently
from
September 10, 2024 18:31
9a08368
to
779a788
Compare
rubenfiszel
force-pushed
the
main
branch
7 times, most recently
from
September 21, 2024 20:54
e80f43d
to
9c506a8
Compare
rubenfiszel
force-pushed
the
main
branch
3 times, most recently
from
September 26, 2024 12:31
ec6b974
to
8e0eb3d
Compare
rubenfiszel
force-pushed
the
main
branch
7 times, most recently
from
October 19, 2024 10:30
c858c24
to
3cd30d2
Compare
rubenfiszel
force-pushed
the
main
branch
4 times, most recently
from
November 2, 2024 17:41
8756adb
to
41acd56
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
Snyk has created this PR to fix 4 vulnerabilities in the dockerfile dependencies of this project.
Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.
Snyk changed the following file(s):
Dockerfile
We recommend upgrading to
python:3.12.4-slim-bookworm
, as this image has only 47 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.Vulnerabilities that will be fixed with an upgrade:
SNYK-DEBIAN12-SYSTEMD-6277507
SNYK-DEBIAN12-SYSTEMD-6277507
SNYK-DEBIAN12-OPENSSL-6048820
SNYK-DEBIAN12-OPENSSL-6148845
SNYK-DEBIAN12-OPENSSL-6190223
Important
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
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Allocation of Resources Without Limits or Throttling
Summary:
Update Dockerfile to use
python:3.12.4-slim-bookworm
to fix security vulnerabilities.Key points:
Dockerfile
to usepython:3.12.4-slim-bookworm
instead ofpython:3.11.8-slim-bookworm
.SNYK-DEBIAN12-SYSTEMD-6277507
,SNYK-DEBIAN12-OPENSSL-6048820
,SNYK-DEBIAN12-OPENSSL-6148845
,SNYK-DEBIAN12-OPENSSL-6190223
.Generated with ❤️ by ellipsis.dev