зеркало из https://github.com/github/codeql.git
spelling: mimic
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Родитель
1600825679
Коммит
e4321f07a0
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
## Changes to libraries
|
## Changes to libraries
|
||||||
|
|
||||||
* The predicates `RegExpTerm.getSuccessor` and `RegExpTerm.getPredecessor` have been changed to reflect textual, not operational, matching order. This only makes a difference in lookbehind assertions, which are operationally matched backwards. Previously, `getSuccessor` would mimick this, so in an assertion `(?<=ab)` the term `b` would be considered the predecessor, not the successor, of `a`. Textually, however, `a` is still matched before `b`, and this is the order we now follow.
|
* The predicates `RegExpTerm.getSuccessor` and `RegExpTerm.getPredecessor` have been changed to reflect textual, not operational, matching order. This only makes a difference in lookbehind assertions, which are operationally matched backwards. Previously, `getSuccessor` would mimic this, so in an assertion `(?<=ab)` the term `b` would be considered the predecessor, not the successor, of `a`. Textually, however, `a` is still matched before `b`, and this is the order we now follow.
|
||||||
* An extensible model of the `EventEmitter` pattern has been implemented.
|
* An extensible model of the `EventEmitter` pattern has been implemented.
|
||||||
* Taint-tracking configurations now interact differently with the `data` flow label, which may affect queries
|
* Taint-tracking configurations now interact differently with the `data` flow label, which may affect queries
|
||||||
that combine taint-tracking and flow labels.
|
that combine taint-tracking and flow labels.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче