File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
javascript/ql/lib/semmle/javascript/dataflow Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ private import semmle.javascript.internal.CachedStages
2828 *
2929 * This class is a singleton, and thus subclasses do not need to specify a characteristic predicate.
3030 *
31+ * As an alternative to this class, consider using `DataFlow::SummarizedCallable`.
32+ *
3133 * Note: For performance reasons, all subclasses of this class should be part
3234 * of the standard library. Use `isAdditionalFlowStep` for query-specific flow steps.
3335 */
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ private import semmle.javascript.internal.CachedStages
1111 *
1212 * This class is a singleton, and thus subclasses do not need to specify a characteristic predicate.
1313 *
14+ * As an alternative to this class, consider using `DataFlow::SummarizedCallable`.
15+ *
1416 * Note: For performance reasons, all subclasses of this class should be part
1517 * of the standard library. Use `isAdditionalFlowStep` for query-specific taint steps.
1618 */
Original file line number Diff line number Diff line change @@ -1935,4 +1935,5 @@ module DataFlow {
19351935 import internal.FunctionWrapperSteps
19361936 import internal.sharedlib.DataFlow
19371937 import internal.BarrierGuards
1938+ import FlowSummary
19381939}
You can’t perform that action at this time.
0 commit comments