@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
- "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" },
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
- "CIAM": { description: "Customer Identity and Access Management" },
58
- "CICD": {
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
- "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": {
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
- "DEA": { description: "Drug Enforcement Administration" },
81
- "DEVENV": {
80
+ DEA: { description: "Drug Enforcement Administration" },
81
+ DEVENV: {
82
82
  description: "Devenv",
83
83
  display: "Devenv"
84
84
  },
85
- "DEVOPS": {
85
+ DEVOPS: {
86
86
  description: "Development Operations",
87
87
  display: "DevOps"
88
88
  },
89
- "DHS": { description: "Department of Homeland Security" },
90
- "DIRENV": {
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
- "DNC": { description: "Democratic National Committee / Do Not Call" },
95
- "DNS": { description: "Domain Name System" },
96
- "DNSSEC": { description: "Domain Name System Security Extensions" },
97
- "DOD": {
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
- "DOJ": {
104
+ DOJ: {
102
105
  description: "Department of Justice",
103
106
  display: "DoJ"
104
107
  },
105
- "DOM": { description: "Document Object Model" },
106
- "DOT": {
108
+ DOM: { description: "Document Object Model" },
109
+ DOT: {
107
110
  description: "Department of Transportation",
108
111
  display: "DoT"
109
112
  },
110
- "DOTENV": {
113
+ DOTENV: {
111
114
  description: "Dotenv (.env)",
112
115
  display: "Dotenv"
113
116
  },
114
- "DR": { description: "Disaster Recovery" },
115
- "DRM": { description: "Digital Rights Management" },
116
- "DSN": { description: "Data Source Name" },
117
- "DWH": { description: "Data Warehouse" },
118
- "E2E": { description: "End to End" },
119
- "EAI": { description: "Enterprise Application Integration" },
120
- "EDT": { description: "Eastern Daylight Time" },
121
- "EEA": { description: "European Economic Area" },
122
- "EKS": { description: "Elastic Kubernetes Service" },
123
- "EOF": { description: "End Of File" },
124
- "EOD": { description: "End Of Day / Explosive Ordnance Disposal" },
125
- "EPA": { description: "Environmental Protection Agency" },
126
- "ER": { description: "Emergency Room / Entity Relationship" },
127
- "EST": { description: "Eastern Standard Time" },
128
- "ETC": { description: "Et Cetera" },
129
- "ETL": { description: "Extract, Transform, Load" },
130
- "EULA": { description: "End User License Agreement" },
131
- "FAAS": {
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
- "FAQ": {
138
+ FAQ: {
136
139
  description: "Frequently Asked Questions",
137
140
  display: "FAQs"
138
141
  },
139
- "FAQS": { description: "Frequently Asked Questions" },
140
- "FBI": { description: "Federal Bureau of Investigation" },
141
- "FCC": { description: "Federal Communications Commission" },
142
- "FDA": { description: "Food and Drug Administration" },
143
- "FIDO": { description: "Fast IDentity Online" },
144
- "FLOTUS": { description: "First Lady of the United States" },
145
- "FQDN": { description: "Fully Qualified Domain Name" },
146
- "FTC": { description: "Federal Trade Commission" },
147
- "FTP": { description: "File Transfer Protocol" },
148
- "GC": { description: "Garbage Collection" },
149
- "GCP": { description: "Google Cloud Platform" },
150
- "GDPR": { description: "General Data Protection Regulation" },
151
- "GMT": { description: "Greenwich Mean Time" },
152
- "GOP": { description: "Grand Old Party" },
153
- "GPU": { description: "Graphics Processing Unit" },
154
- "GUID": { description: "Globally Unique Identifier" },
155
- "GUI": { description: "Graphical User Interface" },
156
- "GZIP": { description: "GNU Zip" },
157
- "HCI": { description: "Human Computer Interaction / Hyper-Converged Infrastructure" },
158
- "HDD": { description: "Hard Disk Drive" },
159
- "HDFS": { description: "Hadoop Distributed File System" },
160
- "HHS": { description: "Health and Human Services" },
161
- "HIPAA": { description: "Health Insurance Portability and Accountability Act" },
162
- "HMAC": { description: "Hash-based Message Authentication Code" },
163
- "HOTP": { description: "HMAC-based One-Time Password" },
164
- "HSM": { description: "Hardware Security Module" },
165
- "HTML": { description: "HyperText Markup Language" },
166
- "HTTP": { description: "HyperText Transfer Protocol (HTTP)" },
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
- "HTTP2": {
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
- "HTTP3": {
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
- "HTTPS": { description: "HyperText Transfer Protocol Secure (HTTPS)" },
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
- "HTTPS2": {
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
- "HTTPS3": {
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
- "IAAS": {
223
+ IAAS: {
221
224
  description: "Infrastructure as a Service",
222
225
  display: "IaaS"
223
226
  },
224
- "IAM": { description: "Identity and Access Management" },
225
- "IAMM": { description: "Identity and Access Management and Monitoring" },
226
- "IAMT": { description: "Identity and Access Management Tool" },
227
- "ID": {
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
- "IFTTT": { description: "If This Then That" },
232
- "IMAP": { description: "Internet Message Access Protocol" },
233
- "IO": { description: "Input/Output" },
234
- "IP": { description: "Internet Protocol" },
235
- "IPFS": { description: "InterPlanetary File System" },
236
- "IPS": { description: "Intrusion Prevention System" },
237
- "ISO": { description: "International Organization for Standardization" },
238
- "IQ": {
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
- "IOT": {
245
+ IOT: {
243
246
  description: "Internet of Things",
244
247
  display: "IoT"
245
248
  },
246
- "JSON": { description: "JavaScript Object Notation" },
247
- "JSONP": { description: "JSON with Padding" },
248
- "JWT": { description: "JSON Web Token" },
249
- "K8S": {
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
- "KMS": { description: "Key Management Service" },
254
- "KPI": { description: "Key Performance Indicator" },
255
- "KV": { description: "Key Value" },
256
- "LAN": { description: "Local Area Network" },
257
- "LHS": { description: "Left Hand Side" },
258
- "LPGA": { description: "Ladies Professional Golf Association" },
259
- "LXC": { description: "Linux Containers" },
260
- "MDT": { description: "Mountain Daylight Time" },
261
- "MFA": { description: "Multi-Factor Authentication" },
262
- "ML": { description: "Machine Learning" },
263
- "MLB": { description: "Major League Baseball" },
264
- "MLOps": { description: "Machine Learning Operations" },
265
- "MPA": { description: "Multi-Page Application" },
266
- "MST": { description: "Mountain Standard Time" },
267
- "MVC": { description: "Model View Controller" },
268
- "MVP": { description: "Minimum Viable Product / Most Valuable Player" },
269
- "NAIA": { description: "National Association of Intercollegiate Athletics" },
270
- "NAS": { description: "Network Attached Storage" },
271
- "NASA": { description: "National Aeronautics and Space Administration" },
272
- "NASCAR": { description: "National Association for Stock Car Auto Racing" },
273
- "NAT": { description: "Network Address Translation" },
274
- "NBA": { description: "National Basketball Association" },
275
- "NCAA": { description: "National Collegiate Athletic Association" },
276
- "NDA": { description: "Non-Disclosure Agreement" },
277
- "NFS": { description: "Network File System" },
278
- "NHL": { description: "National Hockey League" },
279
- "NIST": { description: "National Institute of Standards and Technology" },
280
- "NLP": { description: "Natural Language Processing" },
281
- "NPS": { description: "Net Promoter Score" },
282
- "NRA": { description: "National Rifle Association" },
283
- "NSFW": { description: "Not Safe For Work" },
284
- "NX": {
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
- "OCR": { description: "Optical Character Recognition" },
289
- "OEM": { description: "Original Equipment Manufacturer" },
290
- "OKR": { description: "Objectives and Key Results" },
291
- "OLAP": { description: "Online Analytical Processing" },
292
- "OLTP": { description: "Online Transaction Processing" },
293
- "OOP": { description: "Object Oriented Programming" },
294
- "ORM": { description: "Object Relational Mapping" },
295
- "OS": { description: "Operating System" },
296
- "OSINT": { description: "Open Source Intelligence" },
297
- "OSS": { description: "Open Source Software" },
298
- "OTP": { description: "One-Time Password" },
299
- "P2P": { description: "Peer to Peer" },
300
- "PAAS": {
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
- "PCI": { description: "Payment Card Industry" },
305
- "PDP": { description: "Policy Decision Point / Product Detail Page" },
306
- "PDT": { description: "Pacific Daylight Time" },
307
- "PGA": { description: "Professional Golfers' Association" },
308
- "POTUS": { description: "President of the United States" },
309
- "PP": { description: "Pages / PayPal / Percentage Points" },
310
- "PST": { description: "Pacific Standard Time" },
311
- "PTO": { description: "Paid Time Off / Power Take-Off" },
312
- "PKI": { description: "Public Key Infrastructure" },
313
- "PWA": { description: "Progressive Web App" },
314
- "PX": { description: "Pixel" },
315
- "QA": { description: "Quality Assurance" },
316
- "R2": { description: "R2" },
317
- "RAID": { description: "Redundant Array of Independent Disks" },
318
- "RAM": { description: "Random Access Memory" },
319
- "RDS": { description: "Relational Database Service" },
320
- "REST": { description: "Representational State Transfer" },
321
- "RHS": { description: "Right Hand Side" },
322
- "ROI": { description: "Return on Investment" },
323
- "RPC": { description: "Remote Procedure Call" },
324
- "RPA": { description: "Robotic Process Automation" },
325
- "RSC": { description: "React Server Components" },
326
- "RSS": { description: "Really Simple Syndication" },
327
- "RUM": { description: "Real User Monitoring" },
328
- "S3": { description: "Simple Storage Service (S3)" },
329
- "SAN": { description: "Storage Area Network" },
330
- "SASE": { description: "Secure Access Service Edge" },
331
- "SCOTUS": { description: "Supreme Court of the United States" },
332
- "SDLC": { description: "Software Development Life Cycle" },
333
- "SDK": { description: "Software Development Kit" },
334
- "SEC": { description: "Securities and Exchange Commission" },
335
- "SEO": { description: "Search Engine Optimization" },
336
- "SFTP": { description: "SSH File Transfer Protocol / Secure File Transfer Protocol" },
337
- "SIEM": { description: "Security Information and Event Management" },
338
- "SLA": { description: "Service Level Agreement" },
339
- "SMB": { description: "Server Message Block / Small and Medium Business" },
340
- "SMTP": { description: "Simple Mail Transfer Protocol" },
341
- "SOAP": { description: "Simple Object Access Protocol" },
342
- "SOA": { description: "Service Oriented Architecture" },
343
- "SOC": { description: "Security Operations Center / System on Chip" },
344
- "SPA": { description: "Single Page Application" },
345
- "SPDY": { description: "Speedy (pronounced \"SPeeDY\")" },
346
- "SPF": { description: "Sender Policy Framework" },
347
- "SQL": { description: "Structured Query Language" },
348
- "SRV": { description: "Service" },
349
- "SRE": { description: "Site Reliability Engineering" },
350
- "SSH": { description: "Secure Shell" },
351
- "SSDL": { description: "Secure Software Development Lifecycle" },
352
- "SSG": { description: "Static Site Generation" },
353
- "SSR": { description: "Server Side Rendering" },
354
- "SSO": { description: "Single Sign-On" },
355
- "SSL": { description: "Secure Sockets Layer" },
356
- "TDD": { description: "Test Driven Development" },
357
- "TLD": { description: "Top Level Domain" },
358
- "TLS": { description: "Transport Layer Security" },
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
- "TOR": { description: "The Onion Router" },
361
- "TOTP": { description: "Time-based One-Time Password" },
362
- "TRPC": { description: "TypeScript Remote Procedure Call" },
363
- "TSA": { description: "Transportation Security Administration" },
364
- "TTL": { description: "Time To Live" },
365
- "UDP": { description: "User Datagram Protocol" },
366
- "UI": { description: "User Interface" },
367
- "UID": { description: "Unique Identifier" },
368
- "URI": { description: "Uniform Resource Identifier" },
369
- "URL": { description: "Uniform Resource Locator" },
370
- "USOPC": { description: "United States Olympic & Paralympic Committee" },
371
- "USPS": { description: "United States Postal Service" },
372
- "USTA": { description: "United States Tennis Association" },
373
- "UTF": { description: "Unicode Transformation Format" },
374
- "UTC": { description: "Coordinated Universal Time" },
375
- "UUID": { description: "Universally Unique Identifier" },
376
- "UX": { description: "User Experience" },
377
- "VM": { description: "Virtual Machine" },
378
- "VLAN": { description: "Virtual Local Area Network" },
379
- "VPN": { description: "Virtual Private Network" },
380
- "VPPA": { description: "Video Privacy Protection Act" },
381
- "VR": { description: "Virtual Reality" },
382
- "WAF": { description: "Web Application Firewall" },
383
- "WAN": { description: "Wide Area Network" },
384
- "WNBA": { description: "Women's National Basketball Association" },
385
- "WLAN": { description: "Wireless Local Area Network" },
386
- "WPA": { description: "Wi-Fi Protected Access" },
387
- "WPA2": { description: "Wi-Fi Protected Access II" },
388
- "WPA3": { description: "Wi-Fi Protected Access III" },
389
- "WWW": { description: "World Wide Web" },
390
- "WYSIWYG": { description: "What You See Is What You Get" },
391
- "XACML": { description: "eXtensible Access Control Markup Language" },
392
- "XDG": { description: "Cross-Desktop Group" },
393
- "XML": { description: "eXtensible Markup Language" },
394
- "XSRF": { description: "Cross-Site Request Forgery" },
395
- "XSS": { description: "Cross-Site Scripting" },
396
- "XR": { description: "Extended Reality" },
397
- "YAML": { description: "YAML Ain't Markup Language" },
398
- "YMCA": { description: "Young Men's Christian Association" },
399
- "YWCA": { description: "Young Women's Christian Association" },
400
- "ZTA": { description: "Zero Trust Architecture" }
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]));