Skip to content

Commit 4e325d9

Browse files
committed
JS: Convert some exception steps to legacy
1 parent 08b9d93 commit 4e325d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/LodashUnderscore.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module LodashUnderscore {
9696
/**
9797
* A data flow step propagating an exception thrown from a callback to a Lodash/Underscore function.
9898
*/
99-
private class ExceptionStep extends DataFlow::SharedFlowStep {
99+
private class ExceptionStep extends DataFlow::LegacyFlowStep {
100100
override predicate step(DataFlow::Node pred, DataFlow::Node succ) {
101101
exists(DataFlow::CallNode call, string name |
102102
// Members ending with By, With, or While indicate that they are a variant of

0 commit comments

Comments
 (0)