@stryke/cli 0.13.14 → 0.13.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,148 +22,151 @@ const ACRONYMS = {
|
|
|
22
22
|
"6G": { description: "Sixth Generation (mobile networks)" },
|
|
23
23
|
"7G": { description: "Seventh Generation (mobile networks)" },
|
|
24
24
|
"8G": { description: "Eighth Generation (mobile networks)" },
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
25
|
+
ACID: { description: "Atomicity, Consistency, Isolation, Durability" },
|
|
26
|
+
AITA: { description: "Am I The Asshole" },
|
|
27
|
+
AES: { description: "Advanced Encryption Standard" },
|
|
28
|
+
AI: { description: "Artificial Intelligence" },
|
|
29
|
+
AJAX: { description: "Asynchronous JavaScript and XML" },
|
|
30
|
+
API: { description: "Application Programming Interface" },
|
|
31
|
+
AR: { description: "Augmented Reality" },
|
|
32
|
+
ASCII: { description: "American Standard Code for Information Interchange" },
|
|
33
|
+
ATF: { description: "Bureau of Alcohol, Tobacco, Firearms and Explosives" },
|
|
34
|
+
ATM: { description: "Automated Teller Machine" },
|
|
35
|
+
B2B: { description: "Business to Business" },
|
|
36
|
+
B2C: { description: "Business to Consumer" },
|
|
37
|
+
BATFE: { description: "Bureau of Alcohol, Tobacco, Firearms and Explosives" },
|
|
38
|
+
BFF: { description: "Best Friends Forever" },
|
|
39
|
+
BFFS: { description: "Best Friends Forever (plural)" },
|
|
40
|
+
BI: { description: "Business Intelligence" },
|
|
41
|
+
BIOS: { description: "Basic Input/Output System" },
|
|
42
|
+
BGP: { description: "Border Gateway Protocol" },
|
|
43
|
+
BOM: { description: "Bill of Materials / Byte Order Mark" },
|
|
44
|
+
BSON: { description: "Binary JSON" },
|
|
45
|
+
BYOD: { description: "Bring Your Own Device" },
|
|
46
|
+
C2C: { description: "Consumer to Consumer" },
|
|
47
|
+
CAGR: { description: "Compound Annual Growth Rate" },
|
|
48
|
+
CAPTCHA: { description: "Completely Automated Public Turing test to tell Computers and Humans Apart" },
|
|
49
|
+
CCTV: { description: "Closed-Circuit Television" },
|
|
50
|
+
CD: { description: "Continuous Delivery / Compact Disc" },
|
|
51
|
+
CDN: { description: "Content Delivery Network" },
|
|
52
|
+
CDP: { description: "Customer Data Platform" },
|
|
53
|
+
CDT: { description: "Central Daylight Time" },
|
|
54
|
+
CIA: { description: "Central Intelligence Agency" },
|
|
55
|
+
CI: { description: "Continuous Integration" },
|
|
56
56
|
"CI/CD": { description: "Continuous Integration/Continuous Delivery" },
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
CIAM: { description: "Customer Identity and Access Management" },
|
|
58
|
+
CICD: {
|
|
59
59
|
description: "Continuous Integration Continuous Delivery",
|
|
60
60
|
display: "CI/CD"
|
|
61
61
|
},
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
62
|
+
CLI: { description: "Command Line Interface" },
|
|
63
|
+
CMDB: { description: "Configuration Management Database" },
|
|
64
|
+
CORS: { description: "Cross-Origin Resource Sharing" },
|
|
65
|
+
CPA: { description: "Certified Public Accountant" },
|
|
66
|
+
CPU: { description: "Central Processing Unit" },
|
|
67
|
+
CRUD: { description: "Create, Read, Update, Delete" },
|
|
68
|
+
CSR: { description: "Certificate Signing Request / Corporate Social Responsibility" },
|
|
69
|
+
CSS: { description: "Cascading Style Sheets" },
|
|
70
|
+
CST: { description: "Central Standard Time" },
|
|
71
|
+
CTA: { description: "Call To Action" },
|
|
72
|
+
CWD: { description: "Current Working Directory" },
|
|
73
|
+
CX: { description: "Customer Experience" },
|
|
74
|
+
DAG: { description: "Directed Acyclic Graph" },
|
|
75
|
+
DBMS: { description: "Database Management System" },
|
|
76
|
+
DDOS: {
|
|
77
77
|
description: "Distributed Denial of Service",
|
|
78
78
|
display: "DDoS"
|
|
79
79
|
},
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
DEA: { description: "Drug Enforcement Administration" },
|
|
81
|
+
DEVENV: {
|
|
82
82
|
description: "Devenv",
|
|
83
83
|
display: "Devenv"
|
|
84
84
|
},
|
|
85
|
-
|
|
85
|
+
DEVOPS: {
|
|
86
86
|
description: "Development Operations",
|
|
87
87
|
display: "DevOps"
|
|
88
88
|
},
|
|
89
|
-
|
|
90
|
-
"
|
|
89
|
+
DHS: { description: "Department of Homeland Security" },
|
|
90
|
+
DEST: { description: "Destination" },
|
|
91
|
+
DESTDIR: { description: "Destination Directory" },
|
|
92
|
+
DESTPATH: { description: "Destination Path" },
|
|
93
|
+
DIRENV: {
|
|
91
94
|
description: "DirEnv",
|
|
92
95
|
display: "DirEnv"
|
|
93
96
|
},
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
97
|
+
DNC: { description: "Democratic National Committee / Do Not Call" },
|
|
98
|
+
DNS: { description: "Domain Name System" },
|
|
99
|
+
DNSSEC: { description: "Domain Name System Security Extensions" },
|
|
100
|
+
DOD: {
|
|
98
101
|
description: "Department of Defense",
|
|
99
102
|
display: "DoD"
|
|
100
103
|
},
|
|
101
|
-
|
|
104
|
+
DOJ: {
|
|
102
105
|
description: "Department of Justice",
|
|
103
106
|
display: "DoJ"
|
|
104
107
|
},
|
|
105
|
-
|
|
106
|
-
|
|
108
|
+
DOM: { description: "Document Object Model" },
|
|
109
|
+
DOT: {
|
|
107
110
|
description: "Department of Transportation",
|
|
108
111
|
display: "DoT"
|
|
109
112
|
},
|
|
110
|
-
|
|
113
|
+
DOTENV: {
|
|
111
114
|
description: "Dotenv (.env)",
|
|
112
115
|
display: "Dotenv"
|
|
113
116
|
},
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
117
|
+
DR: { description: "Disaster Recovery" },
|
|
118
|
+
DRM: { description: "Digital Rights Management" },
|
|
119
|
+
DSN: { description: "Data Source Name" },
|
|
120
|
+
DWH: { description: "Data Warehouse" },
|
|
121
|
+
E2E: { description: "End to End" },
|
|
122
|
+
EAI: { description: "Enterprise Application Integration" },
|
|
123
|
+
EDT: { description: "Eastern Daylight Time" },
|
|
124
|
+
EEA: { description: "European Economic Area" },
|
|
125
|
+
EKS: { description: "Elastic Kubernetes Service" },
|
|
126
|
+
EOF: { description: "End Of File" },
|
|
127
|
+
EOD: { description: "End Of Day / Explosive Ordnance Disposal" },
|
|
128
|
+
EPA: { description: "Environmental Protection Agency" },
|
|
129
|
+
ER: { description: "Emergency Room / Entity Relationship" },
|
|
130
|
+
EST: { description: "Eastern Standard Time" },
|
|
131
|
+
ETC: { description: "Et Cetera" },
|
|
132
|
+
ETL: { description: "Extract, Transform, Load" },
|
|
133
|
+
EULA: { description: "End User License Agreement" },
|
|
134
|
+
FAAS: {
|
|
132
135
|
description: "Function as a Service",
|
|
133
136
|
display: "FaaS"
|
|
134
137
|
},
|
|
135
|
-
|
|
138
|
+
FAQ: {
|
|
136
139
|
description: "Frequently Asked Questions",
|
|
137
140
|
display: "FAQs"
|
|
138
141
|
},
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
142
|
+
FAQS: { description: "Frequently Asked Questions" },
|
|
143
|
+
FBI: { description: "Federal Bureau of Investigation" },
|
|
144
|
+
FCC: { description: "Federal Communications Commission" },
|
|
145
|
+
FDA: { description: "Food and Drug Administration" },
|
|
146
|
+
FIDO: { description: "Fast IDentity Online" },
|
|
147
|
+
FLOTUS: { description: "First Lady of the United States" },
|
|
148
|
+
FQDN: { description: "Fully Qualified Domain Name" },
|
|
149
|
+
FTC: { description: "Federal Trade Commission" },
|
|
150
|
+
FTP: { description: "File Transfer Protocol" },
|
|
151
|
+
GC: { description: "Garbage Collection" },
|
|
152
|
+
GCP: { description: "Google Cloud Platform" },
|
|
153
|
+
GDPR: { description: "General Data Protection Regulation" },
|
|
154
|
+
GMT: { description: "Greenwich Mean Time" },
|
|
155
|
+
GOP: { description: "Grand Old Party" },
|
|
156
|
+
GPU: { description: "Graphics Processing Unit" },
|
|
157
|
+
GUID: { description: "Globally Unique Identifier" },
|
|
158
|
+
GUI: { description: "Graphical User Interface" },
|
|
159
|
+
GZIP: { description: "GNU Zip" },
|
|
160
|
+
HCI: { description: "Human Computer Interaction / Hyper-Converged Infrastructure" },
|
|
161
|
+
HDD: { description: "Hard Disk Drive" },
|
|
162
|
+
HDFS: { description: "Hadoop Distributed File System" },
|
|
163
|
+
HHS: { description: "Health and Human Services" },
|
|
164
|
+
HIPAA: { description: "Health Insurance Portability and Accountability Act" },
|
|
165
|
+
HMAC: { description: "Hash-based Message Authentication Code" },
|
|
166
|
+
HOTP: { description: "HMAC-based One-Time Password" },
|
|
167
|
+
HSM: { description: "Hardware Security Module" },
|
|
168
|
+
HTML: { description: "HyperText Markup Language" },
|
|
169
|
+
HTTP: { description: "HyperText Transfer Protocol (HTTP)" },
|
|
167
170
|
"HTTP/2": { description: "HyperText Transfer Protocol Version 2 (HTTP/2)" },
|
|
168
171
|
"HTTP/2.0": {
|
|
169
172
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
@@ -174,7 +177,7 @@ const ACRONYMS = {
|
|
|
174
177
|
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
175
178
|
display: "HTTP3"
|
|
176
179
|
},
|
|
177
|
-
|
|
180
|
+
HTTP2: {
|
|
178
181
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
179
182
|
display: "HTTP2"
|
|
180
183
|
},
|
|
@@ -182,7 +185,7 @@ const ACRONYMS = {
|
|
|
182
185
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
183
186
|
display: "HTTP2"
|
|
184
187
|
},
|
|
185
|
-
|
|
188
|
+
HTTP3: {
|
|
186
189
|
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
187
190
|
display: "HTTP3"
|
|
188
191
|
},
|
|
@@ -190,7 +193,7 @@ const ACRONYMS = {
|
|
|
190
193
|
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
191
194
|
display: "HTTP3"
|
|
192
195
|
},
|
|
193
|
-
|
|
196
|
+
HTTPS: { description: "HyperText Transfer Protocol Secure (HTTPS)" },
|
|
194
197
|
"HTTPS/2": { description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)" },
|
|
195
198
|
"HTTPS/2.0": {
|
|
196
199
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
@@ -201,7 +204,7 @@ const ACRONYMS = {
|
|
|
201
204
|
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
202
205
|
display: "HTTPS3"
|
|
203
206
|
},
|
|
204
|
-
|
|
207
|
+
HTTPS2: {
|
|
205
208
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
206
209
|
display: "HTTPS2"
|
|
207
210
|
},
|
|
@@ -209,7 +212,7 @@ const ACRONYMS = {
|
|
|
209
212
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
210
213
|
display: "HTTPS2"
|
|
211
214
|
},
|
|
212
|
-
|
|
215
|
+
HTTPS3: {
|
|
213
216
|
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
214
217
|
display: "HTTPS3"
|
|
215
218
|
},
|
|
@@ -217,187 +220,190 @@ const ACRONYMS = {
|
|
|
217
220
|
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
218
221
|
display: "HTTPS3"
|
|
219
222
|
},
|
|
220
|
-
|
|
223
|
+
IAAS: {
|
|
221
224
|
description: "Infrastructure as a Service",
|
|
222
225
|
display: "IaaS"
|
|
223
226
|
},
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
227
|
+
IAM: { description: "Identity and Access Management" },
|
|
228
|
+
IAMM: { description: "Identity and Access Management and Monitoring" },
|
|
229
|
+
IAMT: { description: "Identity and Access Management Tool" },
|
|
230
|
+
ID: {
|
|
228
231
|
description: "Identifier",
|
|
229
232
|
display: "Id"
|
|
230
233
|
},
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
234
|
+
IFTTT: { description: "If This Then That" },
|
|
235
|
+
IMAP: { description: "Internet Message Access Protocol" },
|
|
236
|
+
IO: { description: "Input/Output" },
|
|
237
|
+
IP: { description: "Internet Protocol" },
|
|
238
|
+
IPFS: { description: "InterPlanetary File System" },
|
|
239
|
+
IPS: { description: "Intrusion Prevention System" },
|
|
240
|
+
ISO: { description: "International Organization for Standardization" },
|
|
241
|
+
IQ: {
|
|
239
242
|
description: "Intelligence Quotient",
|
|
240
243
|
display: "IQ"
|
|
241
244
|
},
|
|
242
|
-
|
|
245
|
+
IOT: {
|
|
243
246
|
description: "Internet of Things",
|
|
244
247
|
display: "IoT"
|
|
245
248
|
},
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
249
|
+
JSON: { description: "JavaScript Object Notation" },
|
|
250
|
+
JSONP: { description: "JSON with Padding" },
|
|
251
|
+
JWT: { description: "JSON Web Token" },
|
|
252
|
+
K8S: {
|
|
250
253
|
description: "Kubernetes",
|
|
251
254
|
display: "K8s"
|
|
252
255
|
},
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
256
|
+
KMS: { description: "Key Management Service" },
|
|
257
|
+
KPI: { description: "Key Performance Indicator" },
|
|
258
|
+
KV: { description: "Key Value" },
|
|
259
|
+
LAN: { description: "Local Area Network" },
|
|
260
|
+
LHS: { description: "Left Hand Side" },
|
|
261
|
+
LPGA: { description: "Ladies Professional Golf Association" },
|
|
262
|
+
LXC: { description: "Linux Containers" },
|
|
263
|
+
MDT: { description: "Mountain Daylight Time" },
|
|
264
|
+
MFA: { description: "Multi-Factor Authentication" },
|
|
265
|
+
ML: { description: "Machine Learning" },
|
|
266
|
+
MLB: { description: "Major League Baseball" },
|
|
267
|
+
MLOps: { description: "Machine Learning Operations" },
|
|
268
|
+
MPA: { description: "Multi-Page Application" },
|
|
269
|
+
MST: { description: "Mountain Standard Time" },
|
|
270
|
+
MVC: { description: "Model View Controller" },
|
|
271
|
+
MVP: { description: "Minimum Viable Product / Most Valuable Player" },
|
|
272
|
+
NAIA: { description: "National Association of Intercollegiate Athletics" },
|
|
273
|
+
NAS: { description: "Network Attached Storage" },
|
|
274
|
+
NASA: { description: "National Aeronautics and Space Administration" },
|
|
275
|
+
NASCAR: { description: "National Association for Stock Car Auto Racing" },
|
|
276
|
+
NAT: { description: "Network Address Translation" },
|
|
277
|
+
NBA: { description: "National Basketball Association" },
|
|
278
|
+
NCAA: { description: "National Collegiate Athletic Association" },
|
|
279
|
+
NDA: { description: "Non-Disclosure Agreement" },
|
|
280
|
+
NFS: { description: "Network File System" },
|
|
281
|
+
NHL: { description: "National Hockey League" },
|
|
282
|
+
NIST: { description: "National Institute of Standards and Technology" },
|
|
283
|
+
NLP: { description: "Natural Language Processing" },
|
|
284
|
+
NPS: { description: "Net Promoter Score" },
|
|
285
|
+
NRA: { description: "National Rifle Association" },
|
|
286
|
+
NSFW: { description: "Not Safe For Work" },
|
|
287
|
+
NX: {
|
|
285
288
|
description: "Nx",
|
|
286
289
|
display: "Nx"
|
|
287
290
|
},
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
291
|
+
OCR: { description: "Optical Character Recognition" },
|
|
292
|
+
OEM: { description: "Original Equipment Manufacturer" },
|
|
293
|
+
OKR: { description: "Objectives and Key Results" },
|
|
294
|
+
OLAP: { description: "Online Analytical Processing" },
|
|
295
|
+
OLTP: { description: "Online Transaction Processing" },
|
|
296
|
+
OOP: { description: "Object Oriented Programming" },
|
|
297
|
+
ORM: { description: "Object Relational Mapping" },
|
|
298
|
+
OS: { description: "Operating System" },
|
|
299
|
+
OSINT: { description: "Open Source Intelligence" },
|
|
300
|
+
OSS: { description: "Open Source Software" },
|
|
301
|
+
OTP: { description: "One-Time Password" },
|
|
302
|
+
P2P: { description: "Peer to Peer" },
|
|
303
|
+
PAAS: {
|
|
301
304
|
description: "Platform as a Service",
|
|
302
305
|
display: "PaaS"
|
|
303
306
|
},
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
307
|
+
PCI: { description: "Payment Card Industry" },
|
|
308
|
+
PDP: { description: "Policy Decision Point / Product Detail Page" },
|
|
309
|
+
PDT: { description: "Pacific Daylight Time" },
|
|
310
|
+
PGA: { description: "Professional Golfers' Association" },
|
|
311
|
+
POTUS: { description: "President of the United States" },
|
|
312
|
+
PP: { description: "Pages / PayPal / Percentage Points" },
|
|
313
|
+
PST: { description: "Pacific Standard Time" },
|
|
314
|
+
PTO: { description: "Paid Time Off / Power Take-Off" },
|
|
315
|
+
PKI: { description: "Public Key Infrastructure" },
|
|
316
|
+
PWA: { description: "Progressive Web App" },
|
|
317
|
+
PX: { description: "Pixel" },
|
|
318
|
+
QA: { description: "Quality Assurance" },
|
|
319
|
+
R2: { description: "R2" },
|
|
320
|
+
RAID: { description: "Redundant Array of Independent Disks" },
|
|
321
|
+
RAM: { description: "Random Access Memory" },
|
|
322
|
+
RDS: { description: "Relational Database Service" },
|
|
323
|
+
REST: { description: "Representational State Transfer" },
|
|
324
|
+
RHS: { description: "Right Hand Side" },
|
|
325
|
+
ROI: { description: "Return on Investment" },
|
|
326
|
+
RPC: { description: "Remote Procedure Call" },
|
|
327
|
+
RPA: { description: "Robotic Process Automation" },
|
|
328
|
+
RSC: { description: "React Server Components" },
|
|
329
|
+
RSS: { description: "Really Simple Syndication" },
|
|
330
|
+
RUM: { description: "Real User Monitoring" },
|
|
331
|
+
S3: { description: "Simple Storage Service (S3)" },
|
|
332
|
+
SAN: { description: "Storage Area Network" },
|
|
333
|
+
SASE: { description: "Secure Access Service Edge" },
|
|
334
|
+
SCOTUS: { description: "Supreme Court of the United States" },
|
|
335
|
+
SDLC: { description: "Software Development Life Cycle" },
|
|
336
|
+
SDK: { description: "Software Development Kit" },
|
|
337
|
+
SEC: { description: "Securities and Exchange Commission" },
|
|
338
|
+
SEO: { description: "Search Engine Optimization" },
|
|
339
|
+
SFTP: { description: "SSH File Transfer Protocol / Secure File Transfer Protocol" },
|
|
340
|
+
SIEM: { description: "Security Information and Event Management" },
|
|
341
|
+
SLA: { description: "Service Level Agreement" },
|
|
342
|
+
SMB: { description: "Server Message Block / Small and Medium Business" },
|
|
343
|
+
SMTP: { description: "Simple Mail Transfer Protocol" },
|
|
344
|
+
SOAP: { description: "Simple Object Access Protocol" },
|
|
345
|
+
SOA: { description: "Service Oriented Architecture" },
|
|
346
|
+
SOC: { description: "Security Operations Center / System on Chip" },
|
|
347
|
+
SPA: { description: "Single Page Application" },
|
|
348
|
+
SPDY: { description: "Speedy (pronounced \"SPeeDY\")" },
|
|
349
|
+
SPF: { description: "Sender Policy Framework" },
|
|
350
|
+
SQL: { description: "Structured Query Language" },
|
|
351
|
+
SRC: { description: "Source" },
|
|
352
|
+
SRCDIR: { description: "Source Directory" },
|
|
353
|
+
SRCPATH: { description: "Source Path" },
|
|
354
|
+
SRV: { description: "Service" },
|
|
355
|
+
SRE: { description: "Site Reliability Engineering" },
|
|
356
|
+
SSH: { description: "Secure Shell" },
|
|
357
|
+
SSDL: { description: "Secure Software Development Lifecycle" },
|
|
358
|
+
SSG: { description: "Static Site Generation" },
|
|
359
|
+
SSR: { description: "Server Side Rendering" },
|
|
360
|
+
SSO: { description: "Single Sign-On" },
|
|
361
|
+
SSL: { description: "Secure Sockets Layer" },
|
|
362
|
+
TDD: { description: "Test Driven Development" },
|
|
363
|
+
TLD: { description: "Top Level Domain" },
|
|
364
|
+
TLS: { description: "Transport Layer Security" },
|
|
359
365
|
"TLS1.3": { description: "Transport Layer Security 1.3" },
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
366
|
+
TOR: { description: "The Onion Router" },
|
|
367
|
+
TOTP: { description: "Time-based One-Time Password" },
|
|
368
|
+
TRPC: { description: "TypeScript Remote Procedure Call" },
|
|
369
|
+
TSA: { description: "Transportation Security Administration" },
|
|
370
|
+
TTL: { description: "Time To Live" },
|
|
371
|
+
UDP: { description: "User Datagram Protocol" },
|
|
372
|
+
UI: { description: "User Interface" },
|
|
373
|
+
UID: { description: "Unique Identifier" },
|
|
374
|
+
URI: { description: "Uniform Resource Identifier" },
|
|
375
|
+
URL: { description: "Uniform Resource Locator" },
|
|
376
|
+
USOPC: { description: "United States Olympic & Paralympic Committee" },
|
|
377
|
+
USPS: { description: "United States Postal Service" },
|
|
378
|
+
USTA: { description: "United States Tennis Association" },
|
|
379
|
+
UTF: { description: "Unicode Transformation Format" },
|
|
380
|
+
UTC: { description: "Coordinated Universal Time" },
|
|
381
|
+
UUID: { description: "Universally Unique Identifier" },
|
|
382
|
+
UX: { description: "User Experience" },
|
|
383
|
+
VM: { description: "Virtual Machine" },
|
|
384
|
+
VLAN: { description: "Virtual Local Area Network" },
|
|
385
|
+
VPN: { description: "Virtual Private Network" },
|
|
386
|
+
VPPA: { description: "Video Privacy Protection Act" },
|
|
387
|
+
VR: { description: "Virtual Reality" },
|
|
388
|
+
WAF: { description: "Web Application Firewall" },
|
|
389
|
+
WAN: { description: "Wide Area Network" },
|
|
390
|
+
WNBA: { description: "Women's National Basketball Association" },
|
|
391
|
+
WLAN: { description: "Wireless Local Area Network" },
|
|
392
|
+
WPA: { description: "Wi-Fi Protected Access" },
|
|
393
|
+
WPA2: { description: "Wi-Fi Protected Access II" },
|
|
394
|
+
WPA3: { description: "Wi-Fi Protected Access III" },
|
|
395
|
+
WWW: { description: "World Wide Web" },
|
|
396
|
+
WYSIWYG: { description: "What You See Is What You Get" },
|
|
397
|
+
XACML: { description: "eXtensible Access Control Markup Language" },
|
|
398
|
+
XDG: { description: "Cross-Desktop Group" },
|
|
399
|
+
XML: { description: "eXtensible Markup Language" },
|
|
400
|
+
XSRF: { description: "Cross-Site Request Forgery" },
|
|
401
|
+
XSS: { description: "Cross-Site Scripting" },
|
|
402
|
+
XR: { description: "Extended Reality" },
|
|
403
|
+
YAML: { description: "YAML Ain't Markup Language" },
|
|
404
|
+
YMCA: { description: "Young Men's Christian Association" },
|
|
405
|
+
YWCA: { description: "Young Women's Christian Association" },
|
|
406
|
+
ZTA: { description: "Zero Trust Architecture" }
|
|
401
407
|
};
|
|
402
408
|
const ACRONYM_DISPLAY = Object.fromEntries(Object.entries(ACRONYMS).map(([key, value]) => [key, value.display ?? key]));
|
|
403
409
|
const ACRONYM_DESCRIPTION = Object.fromEntries(Object.entries(ACRONYMS).map(([key, value]) => [key, value.description]));
|