1.1.1 • Published 5 years ago

redosy v1.1.1

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Redosy Build Status

Redosy is a global npm package that scans your javascript source files for ReDoS

Installation

npm install -g redosy

Usage

redosy ./path/to/your/project/folder

Result

Redosy scans your application for Regex Denial of Service errors.
Was found the following issues

index.js
/([a-zA-Z]+)*/i on line 3 column 29
/([a-zA-Z]+)*/i on line 4 column 30

Ignore a specific regex

// redosy-disable-next-line
const ignoreVulnerableRegex = /([a-zA-Z]+)*/i;
1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago