We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getURL
1 parent 64a5c5d commit e66932cCopy full SHA for e66932c
ruby/ql/lib/codeql/ruby/Concepts.qll
@@ -490,7 +490,7 @@ module HTTP {
490
* Gets a node that contributes to the URL of the request.
491
* Depending on the framework, a request may have multiple nodes which contribute to the URL.
492
*/
493
- deprecated DataFlow::Node getURL() { result = super.getURL() }
+ deprecated DataFlow::Node getURL() { result = super.getURL() or result = super.getAUrlPart() }
494
495
/**
496
* Gets a data-flow node that contributes to the URL of the request.
0 commit comments