eslint-plugin-no-unsanitized
Code sanitizer
A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code.
Custom ESLint rule to disallows unsafe innerHTML, outerHTML, insertAdjacentHTML and alike
232 stars
9 watching
38 forks
Language: JavaScript
last commit: 15 days ago
Linked from 1 awesome list
eslint-pluginsecurity
Related projects:
Repository | Description | Stars |
---|---|---|
eslint-functional/eslint-plugin-functional | An ESLint plugin to enforce functional programming and prevent mutation in JavaScript and TypeScript codebases. | 855 |
eslint-community/eslint-plugin-security | Identifies potential security vulnerabilities in JavaScript code | 2,224 |
dustinspecker/eslint-plugin-no-use-extend-native | Prevents use of extended native objects in JavaScript code | 56 |
brettz9/eslint-plugin | Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
alexmost/eslint-plugin-deprecate | Provides warnings about deprecated code usage to help refactor and maintain existing codebases. | 81 |
unlight/eslint-plugin-nestjs | ESLint plugin providing rules to enforce coding standards and best practices in NestJS projects | 40 |
matijs/eslint-plugin-this | Disallows the use of 'this' in JavaScript code. | 16 |
wikimedia/eslint-plugin-no-jquery | A plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery. | 31 |
mradionov/eslint-plugin-disable | A plugin to disable ESLint plugins using file path patterns and inline comments. | 56 |
nkt/eslint-plugin-es5 | A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions. | 54 |
mysticatea/eslint-plugin | Provides a set of ESLint configurations and additional rules to enforce coding standards and detect bugs in JavaScript projects. | 26 |
nickdeis/eslint-plugin-no-secrets | Detects potential security vulnerabilities in source code and configuration files | 138 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 121 |
amwmedia/eslint-plugin-woke | An ESLint plugin designed to help detect and prevent discriminatory language in codebases. | 33 |
purely-functional/eslint-plugin-pure | Enforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices. | 29 |