We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987bfa6 commit ffdfc05Copy full SHA for ffdfc05
java/ql/src/experimental/Security/CWE/CWE-200/SensitiveAndroidFileLeak.ql
@@ -32,7 +32,7 @@ class AndroidFileLeakConfig extends TaintTracking::Configuration {
32
AndroidFileLeakConfig() { this = "AndroidFileLeakConfig" }
33
34
/**
35
- * Holds if `src` is a read of some Intent-typed method argument guarded by a check like
+ * Holds if `src` is a read of some Intent-typed variable guarded by a check like
36
* `requestCode == REQUEST_CODE__SELECT_CONTENT_FROM_APPS`, where `requestCode` is the first
37
* argument to `Activity.onActivityResult` and `REQUEST_CODE__SELECT_CONTENT_FROM_APPS` is
38
* any request code in a call to `startActivityForResult(intent, code)`.
0 commit comments