Skip to content

Commit 0623913

Browse files
committed
JS: Remove notes about changing API in the future
1 parent df9b955 commit 0623913

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

javascript/ql/lib/semmle/javascript/dataflow/Configuration.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
* Additional data flow edges can be specified, and conversely certain nodes or
77
* edges can be designated as _barriers_ that block flow.
88
*
9-
* NOTE: The API of this library is not stable yet and may change in
10-
* the future.
11-
*
12-
*
139
* # Technical overview
1410
*
1511
* This module implements a summarization-based inter-procedural data flow

javascript/ql/lib/semmle/javascript/dataflow/TaintTracking.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
* substrings. As for data flow configurations, additional flow edges can be
99
* specified, and conversely certain nodes or edges can be designated as taint
1010
* _sanitizers_ that block flow.
11-
*
12-
* NOTE: The API of this library is not stable yet and may change in
13-
* the future.
1411
*/
1512

1613
import javascript

0 commit comments

Comments
 (0)