Skip to content

Commit 8241d0b

Browse files
committed
Update QLDoc for ReverseDnsUserInput
1 parent 07a25a2 commit 8241d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/FlowSources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ class AndroidJavascriptInterfaceMethodParameter extends RemoteFlowSource {
373373
}
374374
}
375375

376-
/** A node with input that may be controlled by a local user. */
376+
/** A node with input that comes from a reverse DNS lookup. */
377377
abstract class ReverseDnsUserInput extends UserInput {
378378
override string getThreatModel() { result = "reverse-dns" }
379379
}

0 commit comments

Comments
 (0)