Skip to content

Commit a3562aa

Browse files
authored
Merge pull request #193 from esben-semmle/js/reduce-precision-of-remote-property-injection
JS: lower @precision of js/remote-property-injection
2 parents abbadf2 + 81aeda6 commit a3562aa

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
@@ -16,6 +16,6 @@
1616
|--------------------------------|----------------------------|----------------------------------------------|
1717
| Regular expression injection | Fewer false-positive results | This rule now identifies calls to `String.prototype.search` with more precision. |
1818
| Unbound event handler receiver | Fewer false-positive results | This rule now recognizes additional ways class methods can be bound. |
19-
19+
| Remote property injection | Fewer results | The precision of this rule has been revised to "medium". Results are no longer shown on LGTM by default. |
2020

2121
## 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)