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 68de6a4 commit 945b52fCopy full SHA for 945b52f
ruby/ql/lib/codeql/ruby/Concepts.qll
@@ -515,10 +515,10 @@ module HTTP {
515
/** Gets a node which returns the body of the response */
516
abstract DataFlow::Node getResponseBody();
517
518
- /**
519
- * Gets a data-flow node that contributes to the URL of the request.
520
- * Depending on the framework, a request may have multiple nodes which contribute to the URL.
521
- */
+ /**
+ * 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.
+ */
522
abstract DataFlow::Node getAUrlPart();
523
524
/** Gets a string that identifies the framework used for this request. */
0 commit comments