Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion change-notes/1.19/analysis-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
|--------------------------------|----------------------------|----------------------------------------------|
| 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. |

| Remote property injection | Fewer results | The precision of this rule has been revised to "medium". Results are no longer shown on LGTM by default. |

## Changes to QL libraries
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @kind problem
* @problem.severity warning
* @precision high
* @precision medium
* @id js/remote-property-injection
* @tags security
* external/cwe/cwe-250
Expand Down