Skip to content

Add SSRF protection with URL validation#134

Open
DavidIsaacBPS wants to merge 3 commits into
mainfrom
david/enh/security
Open

Add SSRF protection with URL validation#134
DavidIsaacBPS wants to merge 3 commits into
mainfrom
david/enh/security

Conversation

@DavidIsaacBPS

Copy link
Copy Markdown
Contributor

Implement URL validation to protect against Server-Side Request Forgery (SSRF) by blocking requests to private networks and internal services. This includes checks for blocked hostname patterns, ports, and URL schemes. The validation is integrated into existing fetch functions to ensure safe URL usage.

@DavidIsaacBPS DavidIsaacBPS requested a review from alkmei February 16, 2026 02:53
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.

1 participant