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 08b9d93 commit 4e325d9Copy full SHA for 4e325d9
javascript/ql/lib/semmle/javascript/frameworks/LodashUnderscore.qll
@@ -96,7 +96,7 @@ module LodashUnderscore {
96
/**
97
* A data flow step propagating an exception thrown from a callback to a Lodash/Underscore function.
98
*/
99
- private class ExceptionStep extends DataFlow::SharedFlowStep {
+ private class ExceptionStep extends DataFlow::LegacyFlowStep {
100
override predicate step(DataFlow::Node pred, DataFlow::Node succ) {
101
exists(DataFlow::CallNode call, string name |
102
// Members ending with By, With, or While indicate that they are a variant of
0 commit comments