Prevent SSRF in Appwrite‑Hosted Node.js Apps #10948
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.
-
dssrf is a lightweight Node.js library that provides deterministic SSRF protection for any code that uses
fetch()or outbound HTTP requests. It works seamlessly in Appwrite projects, especially when calling external APIs or handling user‑controlled URLs inside server-side functions.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