dssrf: Deterministic SSRF Protection for Node.js Applications #1906
HackingRepo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
dssrf is a lightweight Node.js library that provides deterministic SSRF protection for any code that uses
fetch()or outbound HTTP requests. It’s designed for production environments where user‑controlled URLs or third‑party API calls can introduce SSRF risk.Instead of trusting the input URL, dssrf validates the actual outbound destination before the request is made. It blocks unsafe patterns like DNS rebinding, private IP access, malformed hostnames, and redirect chains that resolve to internal networks.
Key features
GitHub: https://github.com/HackingRepo/dssrf-js
NPM: https://www.npmjs.com/package/dssrf
Beta Was this translation helpful? Give feedback.
All reactions