Skip to content

Fix zipp DoS vulnerability (Dependabot #3)#27

Merged
esharf merged 1 commit intomasterfrom
fix-zipp-dos-vulnerability-3-7477253601434467031
Mar 11, 2026
Merged

Fix zipp DoS vulnerability (Dependabot #3)#27
esharf merged 1 commit intomasterfrom
fix-zipp-dos-vulnerability-3-7477253601434467031

Conversation

@esharf
Copy link
Copy Markdown
Owner

@esharf esharf commented Mar 11, 2026

This change addresses the zipp Denial of Service (DoS) vulnerability (Dependabot alert #3) which affected versions < 3.19.1. Since zipp 3.19.1+ requires Python 3.8, I've updated the project's minimum Python version to 3.8.1 and simplified the dev dependencies accordingly. I also took the opportunity to bump jinja2 to a safe version. All tests pass and linting is clean.


PR created automatically by Jules for task 7477253601434467031 started by @esharf

- Update minimum Python version to 3.8.1 in pyproject.toml.
- Remove Python 3.7 specific dev dependency versions for pytest, flake8, pytest-cov, and pytest-mock.
- Bump jinja2 to ^3.1.6.
- Regenerate poetry.lock to remove vulnerable zipp dependency.

This resolves Dependabot security alert #3.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e86a1f8) to head (768987f).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #27   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           74        74           
=========================================
  Hits            74        74           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@esharf esharf marked this pull request as ready for review March 11, 2026 21:22
@esharf esharf merged commit 44c2157 into master Mar 11, 2026
11 checks passed
@esharf esharf deleted the fix-zipp-dos-vulnerability-3-7477253601434467031 branch March 11, 2026 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant