Skip to content

Commit 81aeda6

Browse files
author
Esben Sparre Andreasen
committed
JS: lower @precision of js/remote-property-injection
1 parent 961ecfb commit 81aeda6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

change-notes/1.19/analysis-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
|--------------------------------|----------------------------|----------------------------------------------|
1515
| Regular expression injection | Fewer false-positive results | This rule now identifies calls to `String.prototype.search` with more precision. |
1616
| Unbound event handler receiver | Fewer false-positive results | This rule now recognizes additional ways class methods can be bound. |
17-
17+
| Remote property injection | Fewer results | The precision of this rule has been revised to "medium". Results are no longer shown on LGTM by default. |
1818

1919
## Changes to QL libraries

javascript/ql/src/Security/CWE-400/RemotePropertyInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @kind problem
77
* @problem.severity warning
8-
* @precision high
8+
* @precision medium
99
* @id js/remote-property-injection
1010
* @tags security
1111
* external/cwe/cwe-250

0 commit comments

Comments
 (0)