Skip to content

fix(mcp_server): bump transitive requests to 2.33.1 (advisory 90553)#11084

Merged
Davidm4r merged 1 commit intomasterfrom
fix/mcp-server-requests-90553
May 8, 2026
Merged

fix(mcp_server): bump transitive requests to 2.33.1 (advisory 90553)#11084
Davidm4r merged 1 commit intomasterfrom
fix/mcp-server-requests-90553

Conversation

@Davidm4r
Copy link
Copy Markdown
Contributor

@Davidm4r Davidm4r commented May 8, 2026

Context

Safety advisory 90553 reports an Insecure Temporary File reuse vulnerability in requests <2.33.0 (predictable temporary filename). The MCP server's uv.lock was resolving requests to 2.32.5, exposing it to the issue.

requests is not a direct dependency of mcp_server; it is pulled in transitively by fastmcp 2.14.0jsonschema-path 0.3.4requests. The SDK and API lockfiles already resolve to a safe version (2.33.1).

Description

Regenerated mcp_server/uv.lock with uv lock --upgrade-package requests, bumping requests from 2.32.5 to 2.33.1. No other package versions changed (83 packages resolved, only requests moved).

Steps to review

  1. git diff master -- mcp_server/uv.lock — verify the only change is requests 2.32.5 → 2.33.1 (sdist + wheel hashes updated accordingly).
  2. cd mcp_server && uv sync — confirm a clean install resolves with the new lock.
  3. Optional: safety check should no longer flag advisory 90553.

Checklist

Community Checklist
  • This feature/issue is listed in here or roadmap.prowler.com
  • Is it assigned to me, if not, request it via the issue/feature in here or Prowler Community Slack

SDK/CLI

  • Are there new checks included in this PR? No

UI

  • All issue/task requirements work as expected on the UI
  • Screenshots/Video of the functionality flow (if applicable) - Mobile (X < 640px)
  • Screenshots/Video of the functionality flow (if applicable) - Table (640px > X < 1024px)
  • Screenshots/Video of the functionality flow (if applicable) - Desktop (X > 1024px)
  • Ensure new entries are added to CHANGELOG.md, if applicable.

API

  • All issue/task requirements work as expected on the API
  • Endpoint response output (if applicable)
  • EXPLAIN ANALYZE output for new/modified queries or indexes (if applicable)
  • Performance test results (if applicable)
  • Any other relevant evidence of the implementation (if applicable)
  • Verify if API specs need to be regenerated.
  • Check if version updates are required (e.g., specs, Poetry, etc.).
  • Ensure new entries are added to CHANGELOG.md, if applicable.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Conflict Markers Resolved

All conflict markers have been successfully resolved in this pull request.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

⚠️ Changes detected in the following folders without a corresponding update to the CHANGELOG.md:

  • mcp_server

Please add an entry to the corresponding CHANGELOG.md file to maintain a clear history of changes.

@github-actions github-actions Bot added the community Opened by the Community label May 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

🔒 Container Security Scan

Image: prowler-mcp:b233fba
Last scan: 2026-05-08 08:33:46 UTC

📊 Vulnerability Summary

Severity Count
🔴 Critical 3
Total 3

3 package(s) affected

⚠️ Action Required

Critical severity vulnerabilities detected. These should be addressed before merging:

  • Review the detailed scan results
  • Update affected packages to patched versions
  • Consider using a different base image if updates are unavailable

📋 Resources:

@Davidm4r Davidm4r added no-changelog Skip including change in changelog/release notes and removed community Opened by the Community labels May 8, 2026
@Davidm4r Davidm4r changed the title fix(mcp_server): bump transitive requests to 2.33.1 fix(mcp_server): bump transitive requests to 2.33.1 (advisory 90553) May 8, 2026
@Davidm4r Davidm4r marked this pull request as ready for review May 8, 2026 08:34
@Davidm4r Davidm4r requested a review from a team as a code owner May 8, 2026 08:34
@Davidm4r Davidm4r merged commit 832516b into master May 8, 2026
26 of 27 checks passed
@Davidm4r Davidm4r deleted the fix/mcp-server-requests-90553 branch May 8, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/mcp-server no-changelog Skip including change in changelog/release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants