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. */