Merge pull request #1687 from esben-semmle/js/hide-conflicting-html-attribute

Approved by xiemaisi
This commit is contained in:
semmle-qlci
2019-08-06 11:38:33 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
| **Query** | **Expected impact** | **Change** |
|--------------------------------|------------------------------|---------------------------------------------------------------------------|
| Shift out of range | Fewer false positive results | This rule now correctly handles BigInt shift operands. |
| Conflicting HTML element attributes | Fewer results | Results are no longer shown on LGTM by default. |
| Superfluous trailing arguments | Fewer false-positive results. | This rule no longer flags calls to placeholder functions that trivially throw an exception. |
## Changes to QL libraries

View File

@@ -8,7 +8,7 @@
* @tags maintainability
* correctness
* external/cwe/cwe-758
* @precision very-high
* @precision medium
*/
import javascript