summaryrefslogtreecommitdiffstats
path: root/res/values-fr/cm_plurals.xml
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2019-07-17 18:54:49 -0600
committerMax Spector <mspector@google.com>2019-09-18 17:14:29 -0700
commit54519209a627e515763406f34fc3ae232b766cd0 (patch)
tree45ccdc4df65ec0a89e1372105b88a60c434d67c3 /res/values-fr/cm_plurals.xml
parent4f9e4016c1e96ebe8c10360e32d0bf3846b97c57 (diff)
downloadandroid_packages_providers_DownloadProvider-54519209a627e515763406f34fc3ae232b766cd0.tar.gz
android_packages_providers_DownloadProvider-54519209a627e515763406f34fc3ae232b766cd0.tar.bz2
android_packages_providers_DownloadProvider-54519209a627e515763406f34fc3ae232b766cd0.zip
RESTRICT AUTOMERGE
Enable stricter SQLiteQueryBuilder options. Malicious callers can leak side-channel information by using subqueries in any untrusted inputs where SQLite allows "expr" values. This change starts using setStrictColumns() and setStrictGrammar() on SQLiteQueryBuilder to block this class of attacks. This means we now need to define the projection mapping of valid columns, which consists of both the columns defined in the public API and columns read internally by DownloadInfo.Reader. We're okay growing sAppReadableColumnsSet like this, since we're relying on our trusted WHERE clause to filter away any rows that don't belong to the calling UID. Remove the legacy Lexer code, since we're now internally relying on the robust and well-tested SQLiteTokenizer logic. Bug: 135270103 Bug: 135269143 Test: atest DownloadProviderTests Test: atest CtsAppTestCases:android.app.cts.DownloadManagerTest Change-Id: I302091ceda3591785b2124575e89dad19bc97469 (cherry picked from commit d3e5c766a143853580dd6642a4a32c5d1a6f9fb1)
Diffstat (limited to 'res/values-fr/cm_plurals.xml')
0 files changed, 0 insertions, 0 deletions