JS: change notes for improved js/unbound-event-handler-receiver

This commit is contained in:
Esben Sparre Andreasen
2018-09-13 08:43:01 +02:00
parent fcc33ce93d
commit 52013f3071

View File

@@ -13,6 +13,7 @@
| **Query** | **Expected impact** | **Change** |
|--------------------------------|----------------------------|----------------------------------------------|
| Regular expression injection | Fewer false-positive results | This rule now identifies calls to `String.prototype.search` with more precision. |
| Unbound event handler receiver | Fewer false-positive results | This rule now recognizes additional ways class methods can be bound. |
## Changes to QL libraries