From 82c35e6f659b33aa436d28dfedce891c8d812ea1 Mon Sep 17 00:00:00 2001 From: Asger Feldthaus Date: Wed, 30 Mar 2022 16:01:53 +0200 Subject: [PATCH] Mention that the interaction and be with any external codebase --- javascript/ql/lib/semmle/javascript/ApiGraphs.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/lib/semmle/javascript/ApiGraphs.qll b/javascript/ql/lib/semmle/javascript/ApiGraphs.qll index 9aef10a64e4..654b62dd26b 100644 --- a/javascript/ql/lib/semmle/javascript/ApiGraphs.qll +++ b/javascript/ql/lib/semmle/javascript/ApiGraphs.qll @@ -18,7 +18,7 @@ private import internal.CachedStages module API { /** * A node in the API graph, representing a value that has crossed the boundary between this - * codebase and an external library. + * codebase and an external library (or in general, any external codebase). * * ### Basic usage *