From b2721ad27d061bd24fddb89dd9c37ddddd65e1da Mon Sep 17 00:00:00 2001 From: Kasper Svendsen Date: Tue, 1 Sep 2026 09:40:53 +0200 Subject: [PATCH] Ruby: Disable dynamic reordering for select predicate --- shared/concepts/codeql/concepts/ConceptsShared.qll | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/concepts/codeql/concepts/ConceptsShared.qll b/shared/concepts/codeql/concepts/ConceptsShared.qll index c2d9b03f8f79..038edc2efe30 100644 --- a/shared/concepts/codeql/concepts/ConceptsShared.qll +++ b/shared/concepts/codeql/concepts/ConceptsShared.qll @@ -128,6 +128,7 @@ module ConceptsMake DataFlowLang> { * Gets a data flow node that contributes to the URL of the request. * Depending on the framework, a request may have multiple nodes which contribute to the URL. */ + pragma[no_dynamic_join_order] abstract DataFlowNode getAUrlPart(); /** Gets a string that identifies the framework used for this request. */