Skip to content

Commit ffdfc05

Browse files
committed
Update comment
1 parent 987bfa6 commit ffdfc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-200/SensitiveAndroidFileLeak.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class AndroidFileLeakConfig extends TaintTracking::Configuration {
3232
AndroidFileLeakConfig() { this = "AndroidFileLeakConfig" }
3333

3434
/**
35-
* Holds if `src` is a read of some Intent-typed method argument guarded by a check like
35+
* Holds if `src` is a read of some Intent-typed variable guarded by a check like
3636
* `requestCode == REQUEST_CODE__SELECT_CONTENT_FROM_APPS`, where `requestCode` is the first
3737
* argument to `Activity.onActivityResult` and `REQUEST_CODE__SELECT_CONTENT_FROM_APPS` is
3838
* any request code in a call to `startActivityForResult(intent, code)`.

0 commit comments

Comments
 (0)