Skip to content

Commit a6c0138

Browse files
jackbatznerCopilot
andcommitted
fix: add technical terms to cspell allowlist
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8144506 commit a6c0138

1 file changed

Lines changed: 49 additions & 19 deletions

File tree

.cspell.json

Lines changed: 49 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,60 @@
1111
}
1212
],
1313
"words": [
14-
"GitHub",
15-
"Markdown",
16-
"README",
17-
"TypeScript",
18-
"JavaScript",
19-
"Python",
20-
"PyPI",
21-
"NuGet",
22-
"OpenSSF",
14+
"A2A",
15+
"asyncio",
16+
"backdoors",
17+
"Behaviour",
18+
"behavioural",
19+
"Blocklist",
20+
"bytecodes",
21+
"CD",
22+
"cedarpy",
23+
"CI",
24+
"CLI",
25+
"cmdshell",
26+
"CODEOWNERS",
2327
"CodeQL",
2428
"CORS",
2529
"CSP",
26-
"CLI",
27-
"CI",
28-
"CD",
29-
"PR",
30-
"MCP",
31-
"A2A",
30+
"dataclass",
31+
"deque",
32+
"DSPM",
33+
"Entra",
34+
"EUAI",
35+
"GitHub",
36+
"gomod",
37+
"GPAI",
3238
"HMAC",
39+
"JavaScript",
40+
"lockfiles",
41+
"Markdown",
42+
"maxlen",
43+
"MCP",
3344
"Merkle",
34-
"backdoors",
35-
"metacharacters",
3645
"metacharacter",
37-
"Blocklist"
46+
"metacharacters",
47+
"NuGet",
48+
"OpenSSF",
49+
"Portkey",
50+
"PR",
51+
"pydantic",
52+
"PyPI",
53+
"Pytest",
54+
"Python",
55+
"quickstarts",
56+
"README",
57+
"rego",
58+
"sandboxing",
59+
"SARIF",
60+
"scikit",
61+
"setuptools",
62+
"SPIFFE",
63+
"SVID",
64+
"syscall",
65+
"thiserror",
66+
"TypeScript",
67+
"VADP"
3868
],
3969
"ignorePaths": [
4070
"**/node_modules/**",
@@ -47,4 +77,4 @@
4777
"**/*.json",
4878
"**/*.lock"
4979
]
50-
}
80+
}

0 commit comments

Comments
 (0)