Skip to content

Commit

Permalink
JS: Remove notes about changing API in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerf committed Jan 3, 2025
1 parent 9b2b34c commit db9cc18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db9cc18

Please sign in to comment.