-
Notifications
You must be signed in to change notification settings - Fork 573
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.13.0rc1-slim-bookworm #4204
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
* chore(main): release 1.360.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]>
* feat(frontend): add support for GFM and fix max-width issue * feat(frontend): enable GFM by default
* feat(frontend): improve table action UX * feat(frontend): improve table action UX
* chore(main): release 1.361.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]>
* chore(main): release 1.361.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]>
…quick actions (#4046) * Add indexer crate and files * POC searcher incomplete schema only indexes at startup * POC search component frontend * Demo of the frontend element * add Results and Args as text * minimal functionality * Make jump to scripts by name also flows and apps * Add button on sidebar to open search * Update lock on indexer after merge * Make arrow key navigation compatible with scrol * Show empty result screen and log as a coming feat * Add summary to script searchable items * Catch `parts is undefined` error (uFuzzy) * Index refreshing using tokio interval * Fix JobLoader workspace being wrongly defined * Fix click outside * Add debouncing for completed run search * Binary mode working + job index tracker * Warning for no license + fix height scrollbars on content search * Make it compile without EE files * remove panic to use errors * Move global search * Cleanup UI, no more tab switcher but clear placeholders and actions * Add tantivy feature flag for windmill-api * Rework indexer mode * Mac compatibility for shortcut * Update test for new run_server * Prepare sqlx * Mac compatibility * Fix openapi yaml * Fix frontend * Frontend api fix * Update docker-compose.yml and caddyfile With the (by default deactivated) container and reverse proxy to use the windmill indexer * fix feature flag for tests * fix feature falg for running tests * fix feature flag for running tests * Make content search use search modal instead * Add tantivy feature to ee build steps * Remove old Content search * change volume location for indexer * Update dependencies * Prepare sqlx * Uncomment line on docker compose * Add line between input and results * Update ee repo ref
* fix(frontend): wip * fix(frontend): fix dataflow to error handler module * fix(frontend): add missing flow_input and result properties * fix(frontend): fix build * fix(frontend): improve code
* feat(frontend): add date select component * feat(frontend): add date select component * feat(frontend): add missing tooltip * feat(frontend): add support for locale * feat(frontend): correct number of days depending on month and year + fix output format * feat(frontend): Fix display * feat(frontend): Fix initial dimension * feat(frontend): Fix outputs * feat(frontend): clear and set the outputs depending on what field is enabled * feat(frontend): improve code
* update version * improve cancelAll * improve error * update sqlx
* Make indexer mode not spawn the server specific behaviour * Add ee repo ref
… in for loop) (#4074) * all * all * all * all * all
rubenfiszel
force-pushed
the
main
branch
3 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.
Snyk has created this PR to fix 3 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.13.0rc1-slim-bookworm
, as this image has only 43 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-6048820
SNYK-DEBIAN12-OPENSSL-6148845
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 usepython:3.13.0rc1-slim-bookworm
to address security vulnerabilities.Key points:
Dockerfile
to usepython:3.13.0rc1-slim-bookworm
instead ofpython:3.11.8-slim-bookworm
.SNYK-DEBIAN12-SYSTEMD-6277507
,SNYK-DEBIAN12-OPENSSL-6048820
,SNYK-DEBIAN12-OPENSSL-6148845
.Generated with ❤️ by ellipsis.dev