SSRF Prevention
These rules apply to all code that performs outbound network requests, regardless of language or framework, including generated code.
These rules apply to all code that performs outbound network requests, regardless of language or framework, including generated code.
--- description: globs: alwaysApply: true ---
These rules apply to all code that performs outbound network requests, regardless of language or framework, including generated code.
All violations must include a clear explanation of which rule was triggered and why, to help developers understand and fix the issue effectively. Generated code must not violate these rules. If a rule is violated, a comment must be added explaining the issue and suggesting a correction.
requests.get(request.args["url"])