You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract IPs and CIDRs from SPF records in extract_targets
extract_targets already pulled hostnames from TXT content; it now also extracts the ip4:/ip6: IPs and CIDR ranges using bbot's existing ip/cidr regexes, reading from the already-resolved TXT (no extra resolution). The mechanism prefix is stripped before matching so it doesn't pollute the IPv6 match, and a CIDR's bare network address is not emitted alongside it.
Closes#2545
0 commit comments