mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
JS: Remove notes about changing API in the future
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
* Additional data flow edges can be specified, and conversely certain nodes or
|
||||
* edges can be designated as _barriers_ that block flow.
|
||||
*
|
||||
* NOTE: The API of this library is not stable yet and may change in
|
||||
* the future.
|
||||
*
|
||||
*
|
||||
* # Technical overview
|
||||
*
|
||||
* This module implements a summarization-based inter-procedural data flow
|
||||
|
||||
@@ -8,9 +8,6 @@
|
||||
* substrings. As for data flow configurations, additional flow edges can be
|
||||
* specified, and conversely certain nodes or edges can be designated as taint
|
||||
* _sanitizers_ that block flow.
|
||||
*
|
||||
* NOTE: The API of this library is not stable yet and may change in
|
||||
* the future.
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
Reference in New Issue
Block a user