Skip to content

Improve wildcard exact blocklist policy implementation #3323

@cpu

Description

@cpu

In #3318 we implemented the exact blocklist policy to protect against a wildcard issuance covering a name on the exact blocklist. With the current PA implementation of WillingToIssue and WillingToIssueWildcard we had to use a fairly hackish solution of replacing a *. prefix with a x. prefix to allow issuance for a wildcard subdomain of an exact blocklist entry.

A way to do this less hackily is to separate out the blacklisting logic from the "well formed domain name" logic. Both WillingToIssue functions would call the "well formed domain" logic, but they would have different blacklisting logic

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions