eslint-plugin-xss
XSS Detector
Detects potential cross-site scripting vulnerabilities in JavaScript code to prevent XSS issues.
ESLint plugin for XSS detection
66 stars
2 watching
16 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
eslint-community/eslint-plugin-security | Identifies potential security vulnerabilities in JavaScript code | 2,220 |
nickdeis/eslint-plugin-no-secrets | An ESLint rule to detect sensitive strings in code and configuration files. | 137 |
asaiken/dom-based-xss-finder | Tools for identifying and exploiting vulnerabilities in DOM-based cross-site scripting attacks. | 70 |
tjenkinson/eslint-plugin-redos-detector | Detects vulnerable regex using an external API | 5 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 118 |
lirantal/eslint-plugin-anti-trojan-source | A plugin that detects and prevents malicious unicode characters from entering a codebase | 76 |
hipotermia/vaya-ciego-nen | Detects and exploits Blind Cross-site scripting (XSS) vulnerabilities to retrieve sensitive information and control user interactions. | 40 |
mozilla/eslint-plugin-no-unsanitized | A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. | 231 |
bugbountyforum/xss-radar | A tool designed to detect and exploit reflected cross-site scripting (XSS) vulnerabilities in web applications. | 318 |
volox/eslint-plugin-ie11 | Detects unsupported ES6 features in IE11 | 14 |
nickdeis/eslint-plugin-notice | Enforces copyright notice at the top of JavaScript files and provides a mechanism to fix missing notices | 26 |
amwmedia/eslint-plugin-woke | An ESLint plugin designed to help detect and prevent discriminatory language in codebases. | 33 |
raynos/eslint-plugin-perf-standard | Custom ESLint plugins to enforce high-performance JavaScript coding standards | 23 |
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 26 |
brettz9/eslint-plugin-query | A tool for querying and analyzing JavaScript code to enforce specific syntax rules during linting or ad-hoc inspections. | 5 |