Skip to content

Commit b0e652a

Browse files
committed
Remove AsyncTask models
1 parent 9e0cf5a commit b0e652a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java/ql/src/experimental/Security/CWE/CWE-200/AndroidFileIntentSource.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ private class AndroidIntentDataModel extends SummaryModelCsv {
6161
"android.net;Uri;true;getPathSegments;;;Argument[-1];ReturnValue;taint",
6262
"android.net;Uri;true;getQuery;;;Argument[-1];ReturnValue;taint",
6363
"android.net;Uri;true;getQueryParameter;;;Argument[-1];ReturnValue;taint",
64-
"android.net;Uri;true;getQueryParameters;;;Argument[-1];ReturnValue;taint",
65-
"android.os;AsyncTask;true;execute;;;Argument[0];ReturnValue;taint",
66-
"android.os;AsyncTask;true;doInBackground;;;Argument[0];ReturnValue;taint"
64+
"android.net;Uri;true;getQueryParameters;;;Argument[-1];ReturnValue;taint"
6765
]
6866
}
6967
}

0 commit comments

Comments
 (0)