Skip to content

Commit 11d72ff

Browse files
committed
Documentation for UnsafeContentUriResolutionQuery
1 parent 59b1460 commit 11d72ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ deprecated class UnsafeContentResolutionConf extends TaintTracking::Configuratio
2626
}
2727
}
2828

29+
/**
30+
* A taint-tracking configuration to find paths from remote sources to content URI resolutions.
31+
*/
2932
module UnsafeContentResolutionConfig implements DataFlow::ConfigSig {
3033
predicate isSource(DataFlow::Node src) { src instanceof RemoteFlowSource }
3134

0 commit comments

Comments
 (0)