Documentation for UnsafeContentUriResolutionQuery

This commit is contained in:
Ed Minnix
2023-03-29 22:18:09 -04:00
parent 59b1460c49
commit 11d72ffc1f

View File

@@ -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 }