Skip to content

Commit e6598fd

Browse files
Merge pull request #4334 from JNRavnIT/main
Fixed dublicate JSON key in standards.json
2 parents c600663 + 2cedac1 commit e6598fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/data/standards.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@
18331833
{
18341834
"name": "standards.AntiSpamSafeList",
18351835
"cat": "Defender Standards",
1836-
"tag": [],
1836+
"tag": ["CIS M365 5.0 (2.1.13)"],
18371837
"helpText": "Sets the anti-spam connection filter policy option 'safe list' in Defender.",
18381838
"docsDescription": "Sets [Microsoft's built-in 'safe list'](https://learn.microsoft.com/en-us/powershell/module/exchange/set-hostedconnectionfilterpolicy?view=exchange-ps#-enablesafelist) in the anti-spam connection filter policy, rather than setting a custom safe/block list of IPs.",
18391839
"executiveText": "Enables Microsoft's pre-approved list of trusted email servers to improve email delivery from legitimate sources while maintaining spam protection. This reduces false positives where legitimate emails might be blocked while still protecting against spam and malicious emails.",
@@ -1847,7 +1847,6 @@
18471847
"label": "Set Anti-Spam Connection Filter Safe List",
18481848
"impact": "Medium Impact",
18491849
"impactColour": "info",
1850-
"tag": ["CIS M365 5.0 (2.1.13)"],
18511850
"addedDate": "2025-02-15",
18521851
"powershellEquivalent": "Set-HostedConnectionFilterPolicy \"Default\" -EnableSafeList $true",
18531852
"recommendedBy": []

0 commit comments

Comments
 (0)