mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Documentation for UnsafeContentUriResolutionQuery
This commit is contained in:
@@ -26,6 +26,9 @@ deprecated class UnsafeContentResolutionConf extends TaintTracking::Configuratio
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* A taint-tracking configuration to find paths from remote sources to content URI resolutions.
|
||||
*/
|
||||
module UnsafeContentResolutionConfig implements DataFlow::ConfigSig {
|
||||
predicate isSource(DataFlow::Node src) { src instanceof RemoteFlowSource }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user