Skip to content

docs: Add product-updates entry for Serverless SDK SSRF download hardening (1.11.1) - #759

Closed
promptless[bot] wants to merge 1 commit into
mainfrom
promptless/release-notes-ssrf-1-11-1
Closed

docs: Add product-updates entry for Serverless SDK SSRF download hardening (1.11.1)#759
promptless[bot] wants to merge 1 commit into
mainfrom
promptless/release-notes-ssrf-1-11-1

Conversation

@promptless

@promptless promptless Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Open in Promptless

Adds one entry to the Product updates page (release-notes.mdx) announcing a security fix in the Runpod Serverless Python SDK, shipping in runpod 1.11.1.

The SDK now blocks server-side request forgery (SSRF) in job-input file downloads: it refuses download URLs that resolve to non-public addresses (cloud instance-metadata 169.254.169.254, loopback, and private RFC 1918 ranges), allows only http/https URLs, re-validates every redirect, and caps download size. The entry documents the two new opt-in environment variables — RUNPOD_ALLOW_PRIVATE_DOWNLOAD_URLS (default off) to re-allow private/same-VPC downloads, and RUNPOD_MAX_DOWNLOAD_BYTES (default 5 GiB) to change the per-download cap — so users who legitimately fetch from internal addresses know how to restore that behavior.

The entry matches the page's live <Accordion>/<h4><Badge> format and is placed at the top of the July 2026 group. This is scoped to the release note only; the download_files_from_urls utility reference is being handled by a separate open suggestion.

Trigger Events


Tip: Leave inline comments with @Promptless on suggestion diffs in the Promptless dashboard for targeted refinements 💬

@mintlify

mintlify Bot commented Aug 5, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview Aug 5, 2026, 1:33 PM

@promptless promptless Bot closed this Aug 6, 2026
@promptless
promptless Bot deleted the promptless/release-notes-ssrf-1-11-1 branch August 6, 2026 18:33
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.

0 participants