Skip to content

Commit c276406

Browse files
committed
JS: Mention why we cache predicates outside the class
1 parent a97d345 commit c276406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ module TaintTracking {
308308
}
309309

310310
/**
311-
* Module existing only to ensure all taint steps are cached as a single stage.
311+
* Module existing only to ensure all taint steps are cached as a single stage,
312+
* and without the the `Unit` type column.
312313
*/
313314
cached
314315
private module Cached {

0 commit comments

Comments
 (0)