@zenots/zeno
v1.0.2
Published
Zeno
Readme
Zeno
A collection of modules to secure your express.js application.
https://user-images.githubusercontent.com/39144422/198509504-21ebaa6e-26e1-4eef-9643-9d4419c5b58f.mp4
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/zenoChangelog
Check the GitHub Releases page.
License
MIT License
