Closed
Description
I noticed that the CodeQL dataflow libraries for Javascript lack builtin functionality similar to https://codeql.github.com/codeql-standard-libraries/go/codeql/dataflow/internal/DataFlowImplCommon.qll/type.DataFlowImplCommon$MakeImplCommon$DataFlowImplCommonPublic$FeatureHasSourceCallContext.html
When using the taint tracking module, how can queries be written to ensure that data flows are limited to paths reachable from the source, that is achieve a restriction similar to FeatureHasSourceCallContext
(#6932)?