Skip to content

Commit a887592

Browse files
Fix typo in qldoc
1 parent 7e7b5b4 commit a887592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/SensitiveResultReceiverQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private class SensitiveResultReceiverConf extends TaintTracking::Configuration {
5050
}
5151
}
5252

53-
/** Holds if there is a path from sensitive data at `src`` to a result receiver at `sink`, and the receiver was obtained from an untrusted source `recSrc`. */
53+
/** Holds if there is a path from sensitive data at `src` to a result receiver at `sink`, and the receiver was obtained from an untrusted source `recSrc`. */
5454
predicate sensitiveResultReceiver(
5555
DataFlow::PathNode src, DataFlow::PathNode sink, DataFlow::Node recSrc
5656
) {

0 commit comments

Comments
 (0)