зеркало из https://github.com/github/codeql.git
change-note
This commit is contained in:
Родитель
4f32157a78
Коммит
3b230648d2
|
@ -87,6 +87,8 @@
|
|||
| Identical operands (`js/redundant-operation`) | Fewer results | This query now recognizes cases where the operands change a value using ++/-- expressions. |
|
||||
| Superfluous trailing arguments (`js/superfluous-trailing-arguments`) | Fewer results | This query now recognizes cases where a function uses the `Function.arguments` value to process a variable number of parameters. |
|
||||
| Incomplete URL scheme check (`js/incomplete-url-scheme-check`) | More results | This query now recognizes more variations of URL scheme checks. |
|
||||
| Uncontrolled data used in path expression (`js/path-injection`) | More results | This query now recognizes more file system calls. |
|
||||
| Uncontrolled command line (`js/command-line-injection`) | More results | This query now recognizes more command execution calls. |
|
||||
|
||||
## Changes to libraries
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче