Skip to content

Commit e7181b3

Browse files
authored
Merge pull request #22486 from kaspersv/kaspersv/ruby-disable-reordering
Shared: Disable dynamic reordering for select predicate
2 parents a690c0c + b2721ad commit e7181b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shared/concepts/codeql/concepts/ConceptsShared.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ module ConceptsMake<LocationSig Location, DF::InputSig<Location> DataFlowLang> {
128128
* Gets a data flow node that contributes to the URL of the request.
129129
* Depending on the framework, a request may have multiple nodes which contribute to the URL.
130130
*/
131+
pragma[no_dynamic_join_order]
131132
abstract DataFlowNode getAUrlPart();
132133

133134
/** Gets a string that identifies the framework used for this request. */

0 commit comments

Comments
 (0)