Skip to content

Commit 2e16b71

Browse files
author
Stephan Brandauer
committed
Java: update qldoc of ClassQualifierCharacteristic
1 parent 1bfbfec commit 2e16b71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

java/ql/src/Telemetry/AutomodelApplicationModeCharacteristics.qll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,10 @@ private class IsMaDTaintStepCharacteristic extends CharacteristicsImpl::NotASink
264264

265265
/**
266266
* A negative characteristic that filters out qualifiers that are classes (i.e. static calls). These
267-
*are unlikely to have any non-trivial flow going into them.
267+
* are unlikely to have any non-trivial flow going into them.
268+
*
269+
* Technically, an accessed type _could_ come from outside of the source code, but there's not
270+
* much likelihood of that being user-controlled.
268271
*/
269272
private class ClassQualifierCharacteristic extends CharacteristicsImpl::NotASinkCharacteristic {
270273
ClassQualifierCharacteristic() { this = "class qualifier" }

0 commit comments

Comments
 (0)