Skip to content

Commit 3a88b9d

Browse files
authored
Merge pull request #4354 from JNRavnIT/main
Fixed another duplicate Tag key in Standards.json
2 parents a8b7039 + 9370524 commit 3a88b9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/data/standards.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3806,7 +3806,7 @@
38063806
{
38073807
"name": "standards.unmanagedSync",
38083808
"cat": "SharePoint Standards",
3809-
"tag": [],
3809+
"tag": ["CIS M365 5.0 (7.2.3)", "CISA (MS.SPO.2.1v1)", "NIST CSF 2.0 (PR.AA-05)"],
38103810
"helpText": "Entra P1 required. Block or limit access to SharePoint and OneDrive content from unmanaged devices (those not hybrid AD joined or compliant in Intune). These controls rely on Microsoft Entra Conditional Access policies and can take up to 24 hours to take effect.",
38113811
"docsDescription": "Entra P1 required. Block or limit access to SharePoint and OneDrive content from unmanaged devices (those not hybrid AD joined or compliant in Intune). These controls rely on Microsoft Entra Conditional Access policies and can take up to 24 hours to take effect. 0 = Allow Access, 1 = Allow limited, web-only access, 2 = Block access. All information about this can be found in Microsofts documentation [here.](https://learn.microsoft.com/en-us/sharepoint/control-access-from-unmanaged-devices)",
38123812
"executiveText": "Restricts access to company files from personal or unmanaged devices, ensuring corporate data can only be accessed from properly secured and monitored devices. This critical security control prevents data leaks while allowing controlled access through web browsers when necessary.",
@@ -3835,8 +3835,7 @@
38353835
"impactColour": "danger",
38363836
"addedDate": "2025-06-13",
38373837
"powershellEquivalent": "Set-SPOTenant -ConditionalAccessPolicy AllowFullAccess | AllowLimitedAccess | BlockAccess",
3838-
"recommendedBy": ["CIS"],
3839-
"tag": ["CIS M365 5.0 (7.2.3)", "CISA (MS.SPO.2.1v1)", "NIST CSF 2.0 (PR.AA-05)"]
3838+
"recommendedBy": ["CIS"]
38403839
},
38413840
{
38423841
"name": "standards.sharingDomainRestriction",

0 commit comments

Comments
 (0)