feat: added new rule “attr-space-between” #1459
9 new alerts including 9 high severity security vulnerabilities
New alerts in code changed by this pull request
Security Alerts:
- 9 high
See annotations below for details.
Annotations
Check failure on line 20 in dist/core/htmlparser.js
Code scanning / CodeQL
Bad HTML filtering regexp High
Check failure on line 20 in dist/core/htmlparser.js
Code scanning / CodeQL
Inefficient regular expression High
Check failure on line 64 in dist/core/htmlparser.js
Code scanning / CodeQL
Polynomial regular expression used on uncontrolled data High
that depends on may run slow on strings starting with '</' and with many repetitions of '</!'.
Check failure on line 33 in dist/htmlhint.js
Code scanning / CodeQL
Bad HTML filtering regexp High
Check failure on line 33 in dist/htmlhint.js
Code scanning / CodeQL
Inefficient regular expression High
Check failure on line 77 in dist/htmlhint.js
Code scanning / CodeQL
Polynomial regular expression used on uncontrolled data High
that depends on may run slow on strings starting with '</' and with many repetitions of '</!'.
Check failure on line 57 in src/core/htmlparser.ts
Code scanning / CodeQL
Bad HTML filtering regexp High
Check failure on line 57 in src/core/htmlparser.ts
Code scanning / CodeQL
Inefficient regular expression High
Check failure on line 119 in src/core/htmlparser.ts
Code scanning / CodeQL
Polynomial regular expression used on uncontrolled data High
that depends on may run slow on strings starting with '</' and with many repetitions of '</!'.