docs: Add product-updates entry for Serverless SDK SSRF download hardening (1.11.1) - #759
Closed
promptless[bot] wants to merge 1 commit into
Closed
docs: Add product-updates entry for Serverless SDK SSRF download hardening (1.11.1)#759promptless[bot] wants to merge 1 commit into
promptless[bot] wants to merge 1 commit into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
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 inrunpod1.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 onlyhttp/httpsURLs, 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, andRUNPOD_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; thedownload_files_from_urlsutility reference is being handled by a separate open suggestion.Trigger Events
Tip: Leave inline comments with
@Promptlesson suggestion diffs in the Promptless dashboard for targeted refinements 💬