eslint-plugin-no-secrets
Security scanner
Detects potential security vulnerabilities in source code and configuration files
An eslint plugin to find strings that might be secrets/credentials
138 stars
2 watching
5 forks
Language: TypeScript
last commit: 14 days ago
Linked from 1 awesome list
eslinteslint-plugineslint-rulessecuritysecurity-tools
Related projects:
Repository | Description | Stars |
---|---|---|
eslint-community/eslint-plugin-security | Identifies potential security vulnerabilities in JavaScript code | 2,225 |
rantanen/eslint-plugin-xss | Detects potential cross-site scripting vulnerabilities in JavaScript code to prevent XSS issues. | 66 |
nickdeis/eslint-plugin-notice | Enforces copyright notice at the top of JavaScript files and provides a mechanism to fix missing notices | 26 |
tjenkinson/eslint-plugin-redos-detector | Detects vulnerable regex using an external API | 5 |
shiva-hack/eslint-plugin-pii | Lints JavaScript code to detect sensitive personal identifiable information (PII) in comments and string literals. | 9 |
mozilla/eslint-plugin-no-unsanitized | A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. | 232 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 121 |
iliubinskii/eslint-plugin-misc | A collection of ESLint rules for JavaScript and TypeScript files. | 10 |
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 31 |
brettz9/eslint-plugin | Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
lirantal/eslint-plugin-anti-trojan-source | A plugin that detects and prevents malicious unicode characters from entering a codebase | 76 |
github/eslint-plugin-github | An opinionated collection of ESLint rules used by GitHub. | 302 |
eslint-community/eslint-plugin-eslint-plugin | A plugin for linting ESLint plugins written in JavaScript. | 203 |
mradionov/eslint-plugin-disable | A plugin to disable ESLint plugins using file path patterns and inline comments. | 56 |
johnstonbl01/eslint-no-inferred-method-name | A custom ESLint rule that detects and disallows inferred method names in object literals. | 27 |