History log of /packages/apps/Email/provider_src/com/android/email/provider/AttachmentProvider.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9794d7e8216138adf143a3b6faf3d5683316a662 17-Aug-2016 Rohan Shah <shahrk@google.com> Limit account id and id to longs

The security issue occurs because id is allowed to be an arbitrary
path instead of being limited to what it is -- a long. Both id
and account id are now parsed into longs (and if either fails, an
error will be logged and null will be returned).

Tested/verified error is logged using the reported attack.

BUG=30745403

Change-Id: Ia21418545bbaeb96fb5ab6c3f4e71858e57b8684
/packages/apps/Email/provider_src/com/android/email/provider/AttachmentProvider.java
bb68c13afa630cae058eb40d3ce68644f3f3c8b9 07-Sep-2014 Paul Westbrook <pwestbro@google.com> Changes to support smaller email tombstone apk size

This reduces the tombstone down by 100K

A follow-on cl will remove the unused resources from the tombstone build

Bug: 17414014
Change-Id: I5d38811b17a5273ec726e750ab123e10e36cee04
/packages/apps/Email/provider_src/com/android/email/provider/AttachmentProvider.java