We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97d345 commit c276406Copy full SHA for c276406
javascript/ql/src/semmle/javascript/dataflow/TaintTracking.qll
@@ -308,7 +308,8 @@ module TaintTracking {
308
}
309
310
/**
311
- * Module existing only to ensure all taint steps are cached as a single stage.
+ * Module existing only to ensure all taint steps are cached as a single stage,
312
+ * and without the the `Unit` type column.
313
*/
314
cached
315
private module Cached {
0 commit comments