Skip to content

sebasyii/zeno

Repository files navigation

Zeno

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

Zeno.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

About

A collection of modules to secure your express.js application

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors