Skip to content

Commit 837a4f0

Browse files
jackbatznerCopilot
andcommitted
fix: add 'bursty' to cspell allowlist for rate-limiting docs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9354eac commit 837a4f0

1 file changed

Lines changed: 95 additions & 95 deletions

File tree

.cspell.json

Lines changed: 95 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,95 @@
1-
{
2-
"version": "0.2",
3-
"language": "en",
4-
"useGitignore": true,
5-
"dictionaries": ["repo-terms"],
6-
"dictionaryDefinitions": [
7-
{
8-
"name": "repo-terms",
9-
"path": "./.cspell-repo-terms.txt",
10-
"addWords": true
11-
}
12-
],
13-
"words": [
14-
"GitHub",
15-
"Markdown",
16-
"README",
17-
"TypeScript",
18-
"JavaScript",
19-
"Python",
20-
"PyPI",
21-
"NuGet",
22-
"OpenSSF",
23-
"CodeQL",
24-
"CORS",
25-
"CSP",
26-
"CLI",
27-
"CI",
28-
"CD",
29-
"PR",
30-
"MCP",
31-
"A2A",
32-
"HMAC",
33-
"Merkle",
34-
"backdoors",
35-
"metacharacters",
36-
"metacharacter",
37-
"Blocklist",
38-
"appsettings",
39-
"TOCTOU",
40-
"FIPS",
41-
"SIEM",
42-
"IMDS",
43-
"Kata",
44-
"gvisor",
45-
"runsc",
46-
"seccomp",
47-
"myregistry",
48-
"pids",
49-
"Newtonsoft",
50-
"Serilog",
51-
"Behaviour",
52-
"MediatR",
53-
"behavioural",
54-
"EUAI",
55-
"lockfiles",
56-
"gomod",
57-
"thiserror",
58-
"setuptools",
59-
"Pytest",
60-
"pydantic",
61-
"dataclass",
62-
"cmdshell",
63-
"quickstarts",
64-
"Quickstarts",
65-
"Portkey",
66-
"sandboxing",
67-
"Sandboxing",
68-
"VADP",
69-
"deque",
70-
"maxlen",
71-
"bytecodes",
72-
"asyncio",
73-
"syscall",
74-
"SPIFFE",
75-
"SVID",
76-
"scikit",
77-
"Rego",
78-
"rego",
79-
"cedarpy",
80-
"GPAI",
81-
"DSPM",
82-
"SARIF"
83-
],
84-
"ignorePaths": [
85-
"**/node_modules/**",
86-
"**/dist/**",
87-
"**/build/**",
88-
"**/.venv/**",
89-
"**/.git/**",
90-
"**/*.png",
91-
"**/*.svg",
92-
"**/*.json",
93-
"**/*.lock"
94-
]
95-
}
1+
{
2+
"version": "0.2",
3+
"language": "en",
4+
"useGitignore": true,
5+
"dictionaries": [
6+
"repo-terms"
7+
],
8+
"dictionaryDefinitions": [
9+
{
10+
"name": "repo-terms",
11+
"path": "./.cspell-repo-terms.txt",
12+
"addWords": true
13+
}
14+
],
15+
"words": [
16+
"A2A",
17+
"appsettings",
18+
"asyncio",
19+
"backdoors",
20+
"Behaviour",
21+
"behavioural",
22+
"Blocklist",
23+
"bursty",
24+
"bytecodes",
25+
"CD",
26+
"cedarpy",
27+
"CI",
28+
"CLI",
29+
"cmdshell",
30+
"CodeQL",
31+
"CORS",
32+
"CSP",
33+
"dataclass",
34+
"deque",
35+
"DSPM",
36+
"EUAI",
37+
"FIPS",
38+
"GitHub",
39+
"gomod",
40+
"GPAI",
41+
"gvisor",
42+
"HMAC",
43+
"IMDS",
44+
"JavaScript",
45+
"Kata",
46+
"lockfiles",
47+
"Markdown",
48+
"maxlen",
49+
"MCP",
50+
"MediatR",
51+
"Merkle",
52+
"metacharacter",
53+
"metacharacters",
54+
"myregistry",
55+
"Newtonsoft",
56+
"NuGet",
57+
"OpenSSF",
58+
"pids",
59+
"Portkey",
60+
"PR",
61+
"pydantic",
62+
"PyPI",
63+
"Pytest",
64+
"Python",
65+
"quickstarts",
66+
"README",
67+
"rego",
68+
"runsc",
69+
"sandboxing",
70+
"SARIF",
71+
"scikit",
72+
"seccomp",
73+
"Serilog",
74+
"setuptools",
75+
"SIEM",
76+
"SPIFFE",
77+
"SVID",
78+
"syscall",
79+
"thiserror",
80+
"TOCTOU",
81+
"TypeScript",
82+
"VADP"
83+
],
84+
"ignorePaths": [
85+
"**/node_modules/**",
86+
"**/dist/**",
87+
"**/build/**",
88+
"**/.venv/**",
89+
"**/.git/**",
90+
"**/*.png",
91+
"**/*.svg",
92+
"**/*.json",
93+
"**/*.lock"
94+
]
95+
}

0 commit comments

Comments
 (0)