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 07a25a2 commit 8241d0bCopy full SHA for 8241d0b
java/ql/lib/semmle/code/java/dataflow/FlowSources.qll
@@ -373,7 +373,7 @@ class AndroidJavascriptInterfaceMethodParameter extends RemoteFlowSource {
373
}
374
375
376
-/** A node with input that may be controlled by a local user. */
+/** A node with input that comes from a reverse DNS lookup. */
377
abstract class ReverseDnsUserInput extends UserInput {
378
override string getThreatModel() { result = "reverse-dns" }
379
0 commit comments