Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
  2. May 24, 2024
    • lpeter's avatar
      Add the protection to avoid data overflow in BinaryXmlSerializer.java · 2f049633
      lpeter authored
      Add an integer overflow check in the writeShort in these two methods:
      1.BinaryXmlSerializer#attributeBytesHex
      2.BinaryXmlSerializer#attributeBytesBase64
      
      Bug: 307288067
      Test: atest BinaryXmlTest
      Merged-In: I4e3f4881742f0e865eaefabb8ee134c67c6b53d9
      Change-Id: I81f5ed43342d5b906f36f3733c2115232da90ac1
      2f049633
  3. May 21, 2024
  4. May 20, 2024
  5. May 15, 2024
    • Nan Wu's avatar
      RESTRICT AUTOMERGE Backport preventing BAL bypass via bound service · 8fdf4a34
      Nan Wu authored
      Apply similar fix for WallpaperService to TextToSpeech Service,
      Job Service, Print Service, Sync Service and MediaRoute2Provider Service
      
      Bug: 232798473, 232798676, 336490997
      Test: Manual test. BackgroundActivityLaunchTest
      Change-Id: Ib113e45aa18296b4475b90d6dcec5dd5664f4c80
      8fdf4a34
  6. May 14, 2024
  7. May 06, 2024
  8. May 03, 2024
  9. May 01, 2024
  10. Apr 30, 2024
  11. Apr 24, 2024
  12. Apr 23, 2024
    • Yi-an Chen's avatar
      Fix security vulnerability of non-dynamic permission removal · 35d77a77
      Yi-an Chen authored
      The original removePermission() code in PermissionManagerService
      missed a logical negation operator when handling non-dynamic
      permissions, causing both
      testPermissionPermission_nonDynamicPermission_permissionUnchanged and
      testRemovePermission_dynamicPermission_permissionRemoved tests in
      DynamicPermissionsTest to fail.
      
      The corresponding test DynamicPermissionsTest is also updated in the
      other CL: ag/27073864
      
      Bug: 321711213
      Test: DynamicPermissionsTest on sc-dev and tm-dev locally
      Change-Id: Id573b75cdcfce3a1df5731ffb00c4228c513e686
      Merged-In: Ia146d4098643d9c473f8c83d33a8a125a53101fc
      35d77a77
  13. Apr 17, 2024
Loading