зеркало из https://github.com/github/codeql.git
Merge pull request #1687 from esben-semmle/js/hide-conflicting-html-attribute
Approved by xiemaisi
This commit is contained in:
Коммит
77eac2c980
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче