Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 832 Bytes

File metadata and controls

19 lines (11 loc) · 832 Bytes

jest-sql-injection-analyzer

Jest and Supertest tool for found SQL, NoSQL & code injection vulnerabilities in your NodeJS APIs

⚠️ Not ready for Production ⚠️

⚠️ missing changes to make the tool agnostic for use with any testing library ⚠️


npm i --save-dev 

The purpose of this Tool

In development environments, Supertest with any testing library is a very easy way to make integration testing. Therefore jest-sql-injection-analyzer could be useful for detect early vulnerabilities in your code, or when you install new dependencies.

This tool not replace a complete DevSecOps implementation, but could be useful in TDD process for NodeJS backend developers. And part of the usual tests in pipelines