1.0.2 • Published 3 years ago
@zenots/zeno v1.0.2
Zeno
A collection of modules to secure your express.js application.
Modules
- 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.
Installation
npm i @zenots/zeno
Changelog
Check the GitHub Releases page.
License
MIT License