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.
1 parent 9000243 commit c3e5738Copy full SHA for c3e5738
ruby/ql/lib/codeql/ruby/Concepts.qll
@@ -687,9 +687,7 @@ module Http {
687
* Gets a node that contributes to the URL of the request.
688
* Depending on the framework, a request may have multiple nodes which contribute to the URL.
689
*/
690
- deprecated DataFlow::Node getURL() {
691
- result = super.getURL() or result = Request::Range.super.getAUrlPart()
692
- }
+ deprecated DataFlow::Node getURL() { result = Request::Range.super.getAUrlPart() }
693
694
/**
695
* Holds if this request is made using a mode that disables SSL/TLS
0 commit comments