Closed adisuissa closed 1 day ago
As a reminder, PRs marked as draft will not be automatically assigned reviewers, or be handled by maintainer-oncall triage.
Please mark your PR as ready when you want it to be reviewed!
@pradeepcrao can you please take a first pass? /assign @pradeepcrao
/assign @ggreenway
Commit Message: SAN-matcher: refactoring DNS exact SAN matcher out of regular matchers Additional Description: The current SAN-matcher has a specific matching behavior when the matching general-type is DNS and the matcher-type is Exact. This PR refactors that behavior into a different class
DnsStringSanMatcher
and ensures that when the code creates a SAN-Matcher the correct class is used.Risk Level: low - internal refactor only Testing: Updated tests. Docs Changes: N/A Release Notes: N/A Platform Specific Features: N/A