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 коммит произвёл GitHub
Родитель 5de6da4ee4 c4eb258f5b
Коммит 77eac2c980
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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

Просмотреть файл

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