Skip to content

Uninteded match to my.first.domain.com in cookiebaker() #571

Description

@antalk2

The case branch under the pattern here

*.*.*.*)

expects IPv4 address, like 192.168.0.1, but would also match a four-part domain name.

Using [0-9]*.*.*.*) instead would ensure it starts with a digit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions