mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
QLDocs
This commit is contained in:
@@ -17,7 +17,7 @@ import semmle.code.java.security.UnsafeAndroidAccess
|
||||
import DataFlow::PathGraph
|
||||
|
||||
/**
|
||||
* Taint configuration tracking flow from untrusted inputs to `loadUrl` or `postUrl` calls.
|
||||
* Taint configuration tracking flow from untrusted inputs to a resource fetching call.
|
||||
*/
|
||||
class FetchUntrustedResourceConfiguration extends TaintTracking::Configuration {
|
||||
FetchUntrustedResourceConfiguration() { this = "FetchUntrustedResourceConfiguration" }
|
||||
|
||||
Reference in New Issue
Block a user