Bump waitress from 1.4.2 to 1.4.3#9
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
9106b0d to
5b49c35
Compare
Bumps [waitress](https://github.com/Pylons/waitress) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/master/CHANGES.txt) - [Commits](Pylons/waitress@v1.4.2...v1.4.3) Signed-off-by: dependabot[bot] <support@github.com>
5b49c35 to
fb727e2
Compare
Contributor
Author
|
Looks like waitress is up-to-date now, so this is no longer needed. |
This was referenced Apr 27, 2026
mpasternak
added a commit
that referenced
this pull request
May 3, 2026
Odpowiedź na ANALYSIS.md (2026-05-02). Łącznie #1, #3, #4, #5, #7, #9, #10 — bugfixy bezpieczeństwa, wydajności i niezawodności + testy. Bezpieczeństwo (#1): LoginRequiredMixin na 5 endpointach API (RokHabilitacji, PunktacjaZrodla, UploadPunktacjaZrodla, OstatniaJednostkaIDyscyplina, GetPubmedID). Anonimowy POST do upload-punktacja-zrodla nie tworzy już Punktacja_Zrodla. Regression test parametryzowany 5x. Healthcheck (#3): /health/ pinguje DB (SELECT 1) + Redis (PING, timeout 2s) -> 503 z listą failed components zamiast 200 hardcoded. Browse N+1 (#4): get_available_letters: jedno SELECT DISTINCT na pierwszym znaku z mapowaniem polskich diakrytyków zamiast 26+ EXISTS. Logging (#7): Timestamp ISO + nazwa loggera. Dodane django.security, django.request, celery loggers. pbn_import zachowuje stary format. Celery (#9): - import_dyscyplin: select_for_update().get() w transakcji zamiast leniwego .filter() (lock realnie działa) + regression test sprawdzający SELECT...FOR UPDATE w SQL - bpp.tasks.zaktualizuj_liczbe_cytowan: Singleton z 2h lockiem + time_limit/soft_time_limit przeciw zawieszonym WoS requests - pbn_export_queue.queue_pbn_export_batch: logger.exception + rollbar.report_exc_info zamiast except Exception: pass - pbn_downloader_app: usunięty redundant non-atomic check poza create_task_with_lock (race-window eliminated) - skasowane martwe my_limit() + task_limits dict z bpp/tasks.py Testy (#5): + 4 edge case'y wyczysc_przypisania (full wrap, branch 3 standalone, multi-row, parent_od=None contract) + 9 testów scoring deduplikator_zrodel.ocen_podobienstwo + 6 testów ewaluacja_dwudyscyplinowcy.core + 3 regression testy locka w import_dyscyplin (parametryzowane) + 4 testy /health/ + auth API regression Cleanup (#10): - usunięte: sentry_support.py, test_sentry_support.py, /sentry_test/, sekcja SENTRYSDK_* w .env.example - font-awesome 4.1.0 z package.json + yarn.lock (orphaned, EOL) - test_exception_view zachowane do testów Rollbara Towncrier: 9 fragmentów w src/bpp/newsfragments/. Pre-existing test_przeanalizuj_import_dyscyplin failuje też przed zmianą (test zakłada eager Celery, settings.local ma False) — nie ruszane. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps waitress from 1.4.2 to 1.4.3.
Changelog
Sourced from waitress's changelog.
Commits
cbc89bfPrep v1.4.36e46f9eMerge pull request from GHSA-73m2-3pwg-5fgc51b9bd4Remove accidental backslashf87abb7Add bad header that caused catastrophic backtracking2fe8e54Add header parsing tests with short headersac0ca05Remove catastrophic backtracking in regexDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.