Consider the allowlist as unavailable if its size is too small.
Currently there are 10k entries in the high confidence allowlist. It's risky if the allowlist is misconfigured and somehow only a small number of entries are left in the allowlist. In this CL, we check the size of the allowlist. If there is less than 100 entries in the allowlist, we consider it as unavailable and fall back to hash-based check. Bug: 1164555 Change-Id: Ie48bf6197c2255830712b956a886f5deec78fdda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618654 Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#842195}
Showing
Please register or sign in to comment