1.0.2 • Published 3 years ago

@zenots/zeno v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Zeno

A collection of modules to secure your express.js application.

https://user-images.githubusercontent.com/39144422/198509504-21ebaa6e-26e1-4eef-9643-9d4419c5b58f.mp4

Watch on YouTube

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