File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
javascript/ql/lib/semmle/javascript/dataflow Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 6
6
* Additional data flow edges can be specified, and conversely certain nodes or
7
7
* edges can be designated as _barriers_ that block flow.
8
8
*
9
- * NOTE: The API of this library is not stable yet and may change in
10
- * the future.
11
- *
12
- *
13
9
* # Technical overview
14
10
*
15
11
* This module implements a summarization-based inter-procedural data flow
Original file line number Diff line number Diff line change 8
8
* substrings. As for data flow configurations, additional flow edges can be
9
9
* specified, and conversely certain nodes or edges can be designated as taint
10
10
* _sanitizers_ that block flow.
11
- *
12
- * NOTE: The API of this library is not stable yet and may change in
13
- * the future.
14
11
*/
15
12
16
13
import javascript
You can’t perform that action at this time.
0 commit comments