Skip to content

dev feat: cspell #3942

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"editorconfig.editorconfig",
"streetsidesoftware.code-spell-checker",
]
}
31 changes: 31 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "0.2",
"ignorePaths": [],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"CIPP",
"CIPP-API",
"Entra",
"Intune",
"GDAP",
"OBEE",
"AITM",
"Passwordless",
"Yubikey",
"Sherweb",
"Autotask",
"Datto",
"Syncro",
"ImmyBot",
"Choco",
],
"ignoreWords": [
"CIPPAPI",
"locationcipp",
"TNEF",
"winmail",
"PSTN",
],
"import": []
}
28 changes: 14 additions & 14 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"name": "standards.DisableBasicAuthSMTP",
"cat": "Global Standards",
"tag": [],
"helpText": "Disables SMTP AUTH for the organization and all users. This is the default for new tenants. ",
"helpText": "Disables SMTP AUTH for the organization and all users. This is the default for new tenants.",
"docsDescription": "Disables SMTP basic authentication for the tenant and all users with it explicitly enabled.",
"addedComponent": [],
"label": "Disable SMTP Basic Authentication",
Expand Down Expand Up @@ -546,7 +546,7 @@
"name": "standards.DisableTenantCreation",
"cat": "Entra (AAD) Standards",
"tag": ["CIS"],
"helpText": "Restricts creation of M365 tenants to the Global Administrator or Tenant Creator roles. ",
"helpText": "Restricts creation of M365 tenants to the Global Administrator or Tenant Creator roles.",
"docsDescription": "Users by default are allowed to create M365 tenants. This disables that so only admins can create new M365 tenants.",
"addedComponent": [],
"label": "Disable M365 Tenant creation by users",
Expand Down Expand Up @@ -785,7 +785,7 @@
{
"type": "number",
"name": "standards.StaleEntraDevices.deviceAgeThreshold",
"label": "Days before stale(Dont set below 30)"
"label": "Days before stale(Do not set below 30)"
}
],
"disabledFeatures": {
Expand Down Expand Up @@ -1691,7 +1691,7 @@
"name": "standards.SafeLinksPolicy",
"cat": "Defender Standards",
"tag": ["CIS", "mdo_safelinksforemail", "mdo_safelinksforOfficeApps"],
"helpText": "This creates a safelink policy that automatically scans, tracks, and and enables safe links for Email, Office, and Teams for both external and internal senders",
"helpText": "This creates a Safe Links policy that automatically scans, tracks, and and enables safe links for Email, Office, and Teams for both external and internal senders",
"addedComponent": [
{
"type": "switch",
Expand All @@ -1717,7 +1717,7 @@
"label": "Do not rewrite the following URLs in email"
}
],
"label": "Default SafeLinks Policy",
"label": "Default Safe Links Policy",
"impact": "Low Impact",
"impactColour": "info",
"addedDate": "2024-03-25",
Expand All @@ -1737,7 +1737,7 @@
"mdo_antiphishingpolicies",
"mdo_phishthresholdlevel"
],
"helpText": "This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mailtips.",
"helpText": "This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mail tips.",
"addedComponent": [
{
"type": "number",
Expand Down Expand Up @@ -1930,7 +1930,7 @@
"impact": "Low Impact",
"impactColour": "info",
"addedDate": "2024-03-25",
"powershellEquivalent": "Set-AntiphishPolicy or New-AntiphishPolicy",
"powershellEquivalent": "Set-AntiPhishPolicy or New-AntiPhishPolicy",
"recommendedBy": ["CIS"]
},
{
Expand Down Expand Up @@ -2704,7 +2704,7 @@
"cat": "Intune Standards",
"tag": [],
"helpText": "Requires MFA for all users to register devices with Intune. This is useful when not using Conditional Access.",
"label": "Require Multifactor Authentication to register or join devices with Microsoft Entra",
"label": "Require Multi-factor Authentication to register or join devices with Microsoft Entra",
"impact": "Medium Impact",
"impactColour": "warning",
"addedDate": "2023-10-23",
Expand Down Expand Up @@ -2812,7 +2812,7 @@
"impactColour": "info",
"addedDate": "2024-07-09",
"powershellEquivalent": "Set-SPOTenant -EnableAzureADB2BIntegration $true",
"recommendedBy": ["CIS 3.0"]
"recommendedBy": ["CIS"]
},
{
"name": "standards.SPDisallowInfectedFiles",
Expand Down Expand Up @@ -2870,7 +2870,7 @@
"impactColour": "warning",
"addedDate": "2024-07-09",
"powershellEquivalent": "Set-SPOTenant -ExternalUserExpireInDays 30 -ExternalUserExpirationRequired $True",
"recommendedBy": ["CIS 3.0"]
"recommendedBy": ["CIS"]
},
{
"name": "standards.SPEmailAttestation",
Expand Down Expand Up @@ -3012,7 +3012,7 @@
"helpText": "Disables the ability for external users to share files they don't own. Sharing links can only be made for People with existing access",
"docsDescription": "Disables the ability for external users to share files they don't own. Sharing links can only be made for People with existing access. This is a tenant wide setting and overrules any settings set on the site level",
"addedComponent": [],
"label": "Disable Resharing by External Users",
"label": "Disable Re-sharing by External Users",
"impact": "High Impact",
"impactColour": "danger",
"addedDate": "2022-06-15",
Expand Down Expand Up @@ -3188,7 +3188,7 @@
"impactColour": "info",
"addedDate": "2024-11-12",
"powershellEquivalent": "Set-CsTeamsMeetingPolicy -AllowAnonymousUsersToJoinMeeting $false -AllowAnonymousUsersToStartMeeting $false -AutoAdmittedUsers EveryoneInCompanyExcludingGuests -AllowPSTNUsersToBypassLobby $false -MeetingChatEnabledType EnabledExceptAnonymous -DesignatedPresenterRoleMode $DesignatedPresenterRoleMode -AllowExternalParticipantGiveRequestControl $false",
"recommendedBy": ["CIS 3.0"]
"recommendedBy": ["CIS"]
},
{
"name": "standards.TeamsEmailIntegration",
Expand All @@ -3208,7 +3208,7 @@
"impactColour": "info",
"addedDate": "2024-07-30",
"powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowEmailIntoChannel $false",
"recommendedBy": ["CIS 3.0"]
"recommendedBy": ["CIS"]
},
{
"name": "standards.TeamsExternalFileSharing",
Expand Down Expand Up @@ -3247,7 +3247,7 @@
"impactColour": "info",
"addedDate": "2024-07-28",
"powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowGoogleDrive $false -AllowShareFile $false -AllowBox $false -AllowDropBox $false -AllowEgnyte $false",
"recommendedBy": ["CIS 3.0"]
"recommendedBy": ["CIS"]
},
{
"name": "standards.TeamsEnrollUser",
Expand Down
Loading