commit | 740b7038bccb102e133ddde82346782e21190a66 | [log] [tgz] |
---|---|---|
author | Erik Bernhardson <[email protected]> | Tue Aug 27 08:10:30 2024 -0700 |
committer | Ebernhardson <[email protected]> | Mon Sep 02 16:24:04 2024 +0000 |
tree | c80a42edb09f9531e697d79fbf95ad50bcac72d8 | |
parent | 61b2198b891678ed6944ce7386852e5ec034504b [diff] |
sanity: Handle redirect in wrong index The saneitizer was correctly identifying when a redirect was indexed, even if it was in an unexpected index. Unfortunately it wasn't passing along which index it was found in so the remediation applied was to delete it from the expected index. Update the Remediator interface to pass along what index redirect was found in, and update remediators to handle it appropriately. Bug: T331127 Change-Id: Ia5c9031add91cdb51f6b94cea006c6f2f9b3ae59