dpgaspar opened a new pull request, #38447:
URL: https://github.com/apache/superset/pull/38447

   ### SUMMARY
   
   Bump 7 Python dependencies to address known security vulnerabilities:
   
   | CVE | Package | From | To | Severity |
   |-----|---------|------|----|----------|
   | CVE-2026-26007 | `cryptography` | 44.0.3 | 46.0.5 | HIGH - Subgroup attack 
due to missing validation for SECT curves |
   | CVE-2025-4565 | `protobuf` | 4.25.5 | 4.25.8 | HIGH - DoS via uncontrolled 
recursion parsing untrusted data |
   | CVE-2025-62727 | `starlette` | 0.48.0 | 0.49.1 | HIGH - DoS via O(n²) 
Range header parsing in FileResponse |
   | CVE-2026-28802 | `authlib` | 1.6.5 | 1.6.7 | JWT `alg:none` signature 
bypass |
   | CVE-2026-27199 | `werkzeug` | 3.1.5 | 3.1.6 | MEDIUM - Windows device name 
handling in `safe_join` |
   | CVE-2025-68480 | `marshmallow` | 3.26.1 | 3.26.2 | MEDIUM - DoS via 
`Schema.load(many=True)` |
   | CVE-2025-69277 | `pynacl` | 1.5.0 | 1.6.2 | Ed25519 point validation 
bypass in libsodium |
   
   Also bumps the minimum `werkzeug` pin in `requirements/base.in` from 
`>=3.1.5` to `>=3.1.6` to prevent regression on recompile.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   N/A — dependency-only change.
   
   ### TESTING INSTRUCTIONS
   1. Verify `pip install -r requirements/base.txt` succeeds
   2. Verify `pip install -r requirements/development.txt` succeeds
   3. Run existing test suite to confirm no regressions
   
   ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to