Commit 89d12961 authored by Andrew Waterman's avatar Andrew Waterman
Browse files

Correctly detect overlapping encodings

A regression introduced a few years ago prevented detecting partially
overlapping encodings; instead, we only detected exact matches.  Now, we
detect the partial cases.

We now need to maintain two allowlists (overlapping_extensions and
overlapping_instructions) for the cases that extensions and/or
instructions overlap by design.
parent 09879e6b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment