eslint-plugin-redos-detector
Regex detector
Detects vulnerable regex using an external API
An ESLint plugin that detects vulnerable regex using "https://github.com/tjenkinson/redos-detector".
5 stars
5 watching
0 forks
Language: TypeScript
last commit: 8 days ago
Linked from 1 awesome list
eslinteslint-pluginredosredos-detector
Related projects:
Repository | Description | Stars |
---|---|---|
davisjam/vuln-regex-detector | Detects vulnerable regexes in source code to prevent catastrophic backtracking and other security issues. | 320 |
nickdeis/eslint-plugin-no-secrets | An ESLint rule to detect sensitive strings in code and configuration files. | 137 |
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 27 |
eslint-community/eslint-plugin-security | Identifies potential security vulnerabilities in JavaScript code | 2,220 |
rantanen/eslint-plugin-xss | Detects potential cross-site scripting vulnerabilities in JavaScript code to prevent XSS issues. | 66 |
ota-meshi/eslint-plugin-regexp | An ESLint plugin for detecting and enforcing regular expression best practices | 697 |
jagracey/regex-dos | Scans Regular Expressions for potential performance issues that can be exploited for Denial of Service attacks | 162 |
brainmaestro/eslint-plugin-optimize-regex | A plugin for ESLint that optimizes and refactors regular expressions in JavaScript code to improve performance. | 74 |
viktor-ku/eslint-plugin-redux-reselect | A set of rules and configuration options to enforce coding standards and best practices for Redux selectors using the reselect library. | 5 |
sveltejs/eslint-plugin-svelte | An ESLint plugin that provides unique check rules for Svelte applications using its AST | 305 |
eslint-functional/eslint-plugin-functional | An ESLint plugin to enforce functional programming and prevent mutation in JavaScript and TypeScript codebases. | 852 |
volox/eslint-plugin-ie11 | Detects unsupported ES6 features in IE11 | 14 |
dianasuvorova/eslint-plugin-react-redux | Enforces best practices for using React and Redux together in JavaScript applications | 82 |
tinloof/eslint-plugin-better-styled-components | Automatically enforces coding standards for styled components in ESLint | 65 |
unlight/eslint-plugin-nestjs | ESLint plugin providing rules to enforce coding standards and best practices in NestJS projects | 40 |