Skip to content

Commit 61538c0

Browse files
authored
Merge pull request #3942 from Ren-Roros-Digital/spellcheck
dev feat: cspell
2 parents 5d29667 + 6c11192 commit 61538c0

File tree

3 files changed

+51
-14
lines changed

3 files changed

+51
-14
lines changed

.vscode/extensions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"recommendations": [
3+
"editorconfig.editorconfig",
4+
"streetsidesoftware.code-spell-checker",
5+
]
6+
}

cspell.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"version": "0.2",
3+
"ignorePaths": [],
4+
"dictionaryDefinitions": [],
5+
"dictionaries": [],
6+
"words": [
7+
"CIPP",
8+
"CIPP-API",
9+
"Entra",
10+
"Intune",
11+
"GDAP",
12+
"OBEE",
13+
"AITM",
14+
"Passwordless",
15+
"Yubikey",
16+
"Sherweb",
17+
"Autotask",
18+
"Datto",
19+
"Syncro",
20+
"ImmyBot",
21+
"Choco",
22+
],
23+
"ignoreWords": [
24+
"CIPPAPI",
25+
"locationcipp",
26+
"TNEF",
27+
"winmail",
28+
"PSTN",
29+
],
30+
"import": []
31+
}

src/data/standards.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"name": "standards.DisableBasicAuthSMTP",
218218
"cat": "Global Standards",
219219
"tag": [],
220-
"helpText": "Disables SMTP AUTH for the organization and all users. This is the default for new tenants. ",
220+
"helpText": "Disables SMTP AUTH for the organization and all users. This is the default for new tenants.",
221221
"docsDescription": "Disables SMTP basic authentication for the tenant and all users with it explicitly enabled.",
222222
"addedComponent": [],
223223
"label": "Disable SMTP Basic Authentication",
@@ -546,7 +546,7 @@
546546
"name": "standards.DisableTenantCreation",
547547
"cat": "Entra (AAD) Standards",
548548
"tag": ["CIS"],
549-
"helpText": "Restricts creation of M365 tenants to the Global Administrator or Tenant Creator roles. ",
549+
"helpText": "Restricts creation of M365 tenants to the Global Administrator or Tenant Creator roles.",
550550
"docsDescription": "Users by default are allowed to create M365 tenants. This disables that so only admins can create new M365 tenants.",
551551
"addedComponent": [],
552552
"label": "Disable M365 Tenant creation by users",
@@ -785,7 +785,7 @@
785785
{
786786
"type": "number",
787787
"name": "standards.StaleEntraDevices.deviceAgeThreshold",
788-
"label": "Days before stale(Dont set below 30)"
788+
"label": "Days before stale(Do not set below 30)"
789789
}
790790
],
791791
"disabledFeatures": {
@@ -1726,7 +1726,7 @@
17261726
"name": "standards.SafeLinksPolicy",
17271727
"cat": "Defender Standards",
17281728
"tag": ["CIS", "mdo_safelinksforemail", "mdo_safelinksforOfficeApps"],
1729-
"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",
1729+
"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",
17301730
"addedComponent": [
17311731
{
17321732
"type": "switch",
@@ -1752,7 +1752,7 @@
17521752
"label": "Do not rewrite the following URLs in email"
17531753
}
17541754
],
1755-
"label": "Default SafeLinks Policy",
1755+
"label": "Default Safe Links Policy",
17561756
"impact": "Low Impact",
17571757
"impactColour": "info",
17581758
"addedDate": "2024-03-25",
@@ -1772,7 +1772,7 @@
17721772
"mdo_antiphishingpolicies",
17731773
"mdo_phishthresholdlevel"
17741774
],
1775-
"helpText": "This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mailtips.",
1775+
"helpText": "This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mail tips.",
17761776
"addedComponent": [
17771777
{
17781778
"type": "number",
@@ -1965,7 +1965,7 @@
19651965
"impact": "Low Impact",
19661966
"impactColour": "info",
19671967
"addedDate": "2024-03-25",
1968-
"powershellEquivalent": "Set-AntiphishPolicy or New-AntiphishPolicy",
1968+
"powershellEquivalent": "Set-AntiPhishPolicy or New-AntiPhishPolicy",
19691969
"recommendedBy": ["CIS"]
19701970
},
19711971
{
@@ -2739,7 +2739,7 @@
27392739
"cat": "Intune Standards",
27402740
"tag": [],
27412741
"helpText": "Requires MFA for all users to register devices with Intune. This is useful when not using Conditional Access.",
2742-
"label": "Require Multifactor Authentication to register or join devices with Microsoft Entra",
2742+
"label": "Require Multi-factor Authentication to register or join devices with Microsoft Entra",
27432743
"impact": "Medium Impact",
27442744
"impactColour": "warning",
27452745
"addedDate": "2023-10-23",
@@ -2847,7 +2847,7 @@
28472847
"impactColour": "info",
28482848
"addedDate": "2024-07-09",
28492849
"powershellEquivalent": "Set-SPOTenant -EnableAzureADB2BIntegration $true",
2850-
"recommendedBy": ["CIS 3.0"]
2850+
"recommendedBy": ["CIS"]
28512851
},
28522852
{
28532853
"name": "standards.SPDisallowInfectedFiles",
@@ -2905,7 +2905,7 @@
29052905
"impactColour": "warning",
29062906
"addedDate": "2024-07-09",
29072907
"powershellEquivalent": "Set-SPOTenant -ExternalUserExpireInDays 30 -ExternalUserExpirationRequired $True",
2908-
"recommendedBy": ["CIS 3.0"]
2908+
"recommendedBy": ["CIS"]
29092909
},
29102910
{
29112911
"name": "standards.SPEmailAttestation",
@@ -3047,7 +3047,7 @@
30473047
"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",
30483048
"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",
30493049
"addedComponent": [],
3050-
"label": "Disable Resharing by External Users",
3050+
"label": "Disable Re-sharing by External Users",
30513051
"impact": "High Impact",
30523052
"impactColour": "danger",
30533053
"addedDate": "2022-06-15",
@@ -3223,7 +3223,7 @@
32233223
"impactColour": "info",
32243224
"addedDate": "2024-11-12",
32253225
"powershellEquivalent": "Set-CsTeamsMeetingPolicy -AllowAnonymousUsersToJoinMeeting $false -AllowAnonymousUsersToStartMeeting $false -AutoAdmittedUsers EveryoneInCompanyExcludingGuests -AllowPSTNUsersToBypassLobby $false -MeetingChatEnabledType EnabledExceptAnonymous -DesignatedPresenterRoleMode $DesignatedPresenterRoleMode -AllowExternalParticipantGiveRequestControl $false",
3226-
"recommendedBy": ["CIS 3.0"]
3226+
"recommendedBy": ["CIS"]
32273227
},
32283228
{
32293229
"name": "standards.TeamsEmailIntegration",
@@ -3243,7 +3243,7 @@
32433243
"impactColour": "info",
32443244
"addedDate": "2024-07-30",
32453245
"powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowEmailIntoChannel $false",
3246-
"recommendedBy": ["CIS 3.0"]
3246+
"recommendedBy": ["CIS"]
32473247
},
32483248
{
32493249
"name": "standards.TeamsExternalFileSharing",
@@ -3282,7 +3282,7 @@
32823282
"impactColour": "info",
32833283
"addedDate": "2024-07-28",
32843284
"powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowGoogleDrive $false -AllowShareFile $false -AllowBox $false -AllowDropBox $false -AllowEgnyte $false",
3285-
"recommendedBy": ["CIS 3.0"]
3285+
"recommendedBy": ["CIS"]
32863286
},
32873287
{
32883288
"name": "standards.TeamsEnrollUser",

0 commit comments

Comments
 (0)