Skip to content

Commit

Permalink
Dataflow: Fix minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
aschackmull committed Sep 3, 2024
1 parent ee6c255 commit a0f0854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/dataflow/codeql/dataflow/DataFlow.qll
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ signature module InputSig<LocationSig Location> {
/** Extra data-flow steps needed for lambda flow analysis. */
predicate additionalLambdaFlowStep(Node nodeFrom, Node nodeTo, boolean preservesValue);

predicate knownSourceModel(Node sink, string model);
predicate knownSourceModel(Node source, string model);

predicate knownSinkModel(Node sink, string model);

Expand Down

0 comments on commit a0f0854

Please sign in to comment.