We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baad89 commit b29bf82Copy full SHA for b29bf82
1 file changed
ruby/ql/lib/codeql/ruby/Concepts.qll
@@ -381,6 +381,7 @@ module Http {
381
/**
382
* Gets the kind of the accessed input,
383
* Can be one of "parameter", "header", "body", "url", "cookie".
384
+ */
385
abstract RequestInputKind getKind();
386
}
387
0 commit comments