maester365 / maester

The core repository for the Maester module with helper cmdlets that will be called from the Pester tests.
https://maester.dev
MIT License
373 stars 89 forks source link

Non-resolvable Domain Names should be excluded from tests #548

Open chriswhitingBCH opened 1 week ago

chriswhitingBCH commented 1 week ago

We use internal only domains to route emails between exchange and our email signature management system. DMARC, SPF, etc. etc. should not be run on non-resolvable domains

image

soulemike commented 1 week ago

This one is a bit similar to #549 with the second being you are accepting risk that you trust that domain not to be spoofed by anyone. This is a little more likely to be manipulated too since .cloud is a TLD managed by ICANN, so it isn't an internal only specification.

Similarly though, open to suggestions on how to adequately warn of the risk while ignoring it.