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: 3 months ago
Linked from 1 awesome list
eslint-pluginsecurity
Related projects:
Repository | Description | Stars |
---|---|---|
| An ESLint plugin to enforce functional programming and prevent mutation in JavaScript and TypeScript codebases. | 857 |
| Identifies potential security vulnerabilities in JavaScript code | 2,225 |
| Prevents use of extended native objects in JavaScript code | 56 |
| Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
| Provides warnings about deprecated code usage to help refactor and maintain existing codebases. | 81 |
| ESLint plugin providing rules to enforce coding standards and best practices in NestJS projects | 40 |
| Disallows the use of 'this' in JavaScript code. | 16 |
| A plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery. | 31 |
| A plugin to disable ESLint plugins using file path patterns and inline comments. | 56 |
| A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions. | 54 |
| Provides a set of ESLint configurations and additional rules to enforce coding standards and detect bugs in JavaScript projects. | 26 |
| Detects potential security vulnerabilities in source code and configuration files | 138 |
| A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 121 |
| An ESLint plugin designed to help detect and prevent discriminatory language in codebases. | 33 |
| Enforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices. | 29 |