Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions shared/concepts/codeql/concepts/ConceptsShared.qll
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ module ConceptsMake<LocationSig Location, DF::InputSig<Location> 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. */
Expand Down
Loading