A collection of modules to secure your express.js application.
Zeno.mp4
- Literal, preventing injection attacks through string safety.
- Peg, an Express middleware and process control system that prevents application-level DOS attacks by stopping computationally expensive route handlers after a timeout.
- Axiom, an ACL filter that prevents SSRF attacks by restricting connections at lookup-time.
- Indirect, an Express middleware that prevents IDOR vulnerabilities by securely converting between internal and external-facing object identifiers.
npm i @zenots/zenoCheck the GitHub Releases page.
MIT License