JS: Remove notes about changing API in the future

This commit is contained in:
Asger F
2025-01-03 11:28:14 +01:00
parent df9b95575e
commit 062391334e
2 changed files with 0 additions and 7 deletions

View File

@@ -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

View File

@@ -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