compliance-owasp 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1256 @@
1
+ {
2
+ "requirements": [
3
+ {
4
+ "id": "OWASP-ASVS-V1.1.4",
5
+ "description": "Verify documentation and justification of all the application's trust boundaries, components, and significant data flows."
6
+ },
7
+ {
8
+ "id": "OWASP-ASVS-V1.1.5",
9
+ "description": "Verify definition and security analysis of the application's high-level architecture and all connected remote services."
10
+ },
11
+ {
12
+ "id": "OWASP-ASVS-V1.1.6",
13
+ "description": "Verify implementation of centralized, simple (economy of design), vetted, secure, and reusable security controls to avoid duplicate, missing, ineffective, or insecure controls."
14
+ },
15
+ {
16
+ "id": "OWASP-ASVS-V1.2.2",
17
+ "description": "Verify that communications between back-end application components, including APIs, middleware and data layers, are authenticated and use individual user accounts."
18
+ },
19
+ {
20
+ "id": "OWASP-ASVS-V1.2.3",
21
+ "description": "Verify that the application uses a single vetted user authentication mechanism that is known to be secure, can be extended to include strong authentication, and has sufficient logging and monitoring to detect account abuse or breaches."
22
+ },
23
+ {
24
+ "id": "OWASP-ASVS-V1.2.4",
25
+ "description": "Verify that, if the application includes multiple authentication pathways, these are all documented together with the security controls and authentication strength which should be consistently enforced across them."
26
+ },
27
+ {
28
+ "id": "OWASP-ASVS-V1.2.5",
29
+ "description": "Verify that a list of context specific words are documented in order to prevent their use in passwords."
30
+ },
31
+ {
32
+ "id": "OWASP-ASVS-V1.4.4",
33
+ "description": "Verify the application uses a single and well-vetted access control mechanism for accessing protected data and resources. All requests must pass through this single mechanism to avoid copy and paste or insecure alternative paths."
34
+ },
35
+ {
36
+ "id": "OWASP-ASVS-V1.4.5",
37
+ "description": "Verify that attribute or feature-based access control is used whereby the code checks the user's authorization for a feature or data item rather than just their role. Permissions should still be allocated using roles."
38
+ },
39
+ {
40
+ "id": "OWASP-ASVS-V1.4.6",
41
+ "description": "Verify that communications between back-end application components, including APIs, middleware and data layers, are performed with the least necessary privileges."
42
+ },
43
+ {
44
+ "id": "OWASP-ASVS-V1.5.1",
45
+ "description": "Verify that input and output requirements clearly define how to handle and process data based on type and content."
46
+ },
47
+ {
48
+ "id": "OWASP-ASVS-V1.6.1",
49
+ "description": "Verify that there is an explicit policy for management of cryptographic keys and that a cryptographic key lifecycle follows a key management standard such as NIST SP 800-57."
50
+ },
51
+ {
52
+ "id": "OWASP-ASVS-V1.6.2",
53
+ "description": "Verify that consumers of cryptographic services protect key material and other secrets by using key vaults or API based alternatives."
54
+ },
55
+ {
56
+ "id": "OWASP-ASVS-V1.6.3",
57
+ "description": "Verify that all keys and passwords are replaceable and are part of a well-defined process to re-encrypt sensitive data."
58
+ },
59
+ {
60
+ "id": "OWASP-ASVS-V1.6.4",
61
+ "description": "Verify that the architecture treats client-side secrets (such as symmetric keys, passwords, or API tokens) as insecure and never uses them to protect or access sensitive data."
62
+ },
63
+ {
64
+ "id": "OWASP-ASVS-V1.7.3",
65
+ "description": "Verify that an inventory exists documenting the logging performed at each layer of the application's technology stack, what events are being logged, log formats, where that logging is stored, how it is used, how access to it is controlled and how long logs are kept for."
66
+ },
67
+ {
68
+ "id": "OWASP-ASVS-V1.8.1",
69
+ "description": "Verify that all sensitive data created and processed by the application has been identified and classified into protection levels, and ensure that a policy is in place on how to deal with sensitive data."
70
+ },
71
+ {
72
+ "id": "OWASP-ASVS-V1.8.2",
73
+ "description": "Verify that all protection levels have an associated set of protection requirements and that these are applied in the architecture. This should include (but not be limited to) requirements related to encryption, integrity verification, retention, privacy and privacy-enhancing technologies to be used, and other confidentiality requirements."
74
+ },
75
+ {
76
+ "id": "OWASP-ASVS-V1.11.1",
77
+ "description": "Verify the definition and documentation of all application components in terms of the business or security functions they provide."
78
+ },
79
+ {
80
+ "id": "OWASP-ASVS-V1.11.2",
81
+ "description": "Verify that all application flows including authentication, session management and access control, maintain a consistent application and user state to prevent race conditions and business logic flaws."
82
+ },
83
+ {
84
+ "id": "OWASP-ASVS-V1.11.3",
85
+ "description": "Verify that all high-value business logic flows, including authentication, session management and access control are thread safe and resistant to time-of-check and time-of-use race conditions."
86
+ },
87
+ {
88
+ "id": "OWASP-ASVS-V1.14.1",
89
+ "description": "Verify the segregation of back-end components of differing trust levels through well-defined security controls, firewall rules, API gateways, reverse proxies, cloud-based security groups, or similar mechanisms."
90
+ },
91
+ {
92
+ "id": "OWASP-ASVS-V1.14.5",
93
+ "description": "Verify that application deployments adequately sandbox or isolate at the network level to delay and deter attackers from attacking other applications, especially when they are performing sensitive or dangerous actions such as deserialization."
94
+ },
95
+ {
96
+ "id": "OWASP-ASVS-V1.14.7",
97
+ "description": "Verify the use of unique or special low-privilege operating system accounts for all back-end application components, services, and servers."
98
+ },
99
+ {
100
+ "id": "OWASP-ASVS-V1.14.8",
101
+ "description": "Verify that the application is able to discern and utilizes the user's true IP address to provide for sensitive functions, including rate limiting and logging."
102
+ },
103
+ {
104
+ "id": "OWASP-ASVS-V2.1.1",
105
+ "description": "Verify that user set passwords are at least 8 characters in length."
106
+ },
107
+ {
108
+ "id": "OWASP-ASVS-V2.1.2",
109
+ "description": "Verify that passwords of at least 64 characters are permitted, and that passwords of more than 128 characters are denied."
110
+ },
111
+ {
112
+ "id": "OWASP-ASVS-V2.1.3",
113
+ "description": "Verify that the application verifies the user's password exactly as received from the user, without any modifications such as truncation or case transformation."
114
+ },
115
+ {
116
+ "id": "OWASP-ASVS-V2.1.4",
117
+ "description": "Verify that any printable Unicode character, including language neutral characters such as spaces and Emojis are permitted in passwords."
118
+ },
119
+ {
120
+ "id": "OWASP-ASVS-V2.1.5",
121
+ "description": "Verify users can change their password."
122
+ },
123
+ {
124
+ "id": "OWASP-ASVS-V2.1.6",
125
+ "description": "Verify that password change functionality requires the user's current and new password."
126
+ },
127
+ {
128
+ "id": "OWASP-ASVS-V2.1.7",
129
+ "description": "Verify that passwords submitted during account registration or password change are checked against an available set of, at least, the top 3000 passwords."
130
+ },
131
+ {
132
+ "id": "OWASP-ASVS-V2.1.9",
133
+ "description": "Verify that there are no password composition rules limiting the type of characters permitted. There should be no requirement for upper or lower case or numbers or special characters."
134
+ },
135
+ {
136
+ "id": "OWASP-ASVS-V2.1.10",
137
+ "description": "Verify that the application does not require periodic credential rotation."
138
+ },
139
+ {
140
+ "id": "OWASP-ASVS-V2.1.11",
141
+ "description": "Verify that \"paste\" functionality, browser password helpers, and external password managers are permitted."
142
+ },
143
+ {
144
+ "id": "OWASP-ASVS-V2.1.12",
145
+ "description": "Verify that password input fields use type=password to mask the entry. Applications may allow the user to temporarily view the entire masked password, or the last typed character of the password."
146
+ },
147
+ {
148
+ "id": "OWASP-ASVS-V2.1.13",
149
+ "description": "Verify that the application does not keep a password history."
150
+ },
151
+ {
152
+ "id": "OWASP-ASVS-V2.1.14",
153
+ "description": "Verify that passwords submitted during account registration or password changes are checked against a set of breached username and password pairs."
154
+ },
155
+ {
156
+ "id": "OWASP-ASVS-V2.1.15",
157
+ "description": "Verify that the documented list of context specific words is used to prevent easy to guess passwords being created."
158
+ },
159
+ {
160
+ "id": "OWASP-ASVS-V2.2.1",
161
+ "description": "Verify that anti-automation controls are effective at mitigating breached credential testing, brute force, and account lockout attacks. Such controls include blocking the most common breached passwords, soft lockouts, rate limiting, CAPTCHA, ever increasing delays between attempts, IP address restrictions, or risk-based restrictions such as location, first login on a device, recent attempts to unlock the account, or similar. More than 5 failed authentication attempts per hour for a single account should trigger some sort of reaction or alert."
162
+ },
163
+ {
164
+ "id": "OWASP-ASVS-V2.2.2",
165
+ "description": "Verify that restricted authenticators (those using PSTN to deliver OTPs via phone or SMS) are offered only when alternate stronger methods are also offered and when the service provides information on their security risks to users."
166
+ },
167
+ {
168
+ "id": "OWASP-ASVS-V2.2.3",
169
+ "description": "Verify that users are notified after updates to authentication details, such as credential resets or modification of the username or email address."
170
+ },
171
+ {
172
+ "id": "OWASP-ASVS-V2.2.4",
173
+ "description": "Verify that a hardware-based authenticator and an authenticator that provides verifier impersonation resistance against phishing attacks (such as WebAuthn) are used."
174
+ },
175
+ {
176
+ "id": "OWASP-ASVS-V2.2.5",
177
+ "description": "Verify that where a Credential Service Provider (CSP) and the application verifying authentication are separated, mutually authenticated TLS is in place between the two endpoints."
178
+ },
179
+ {
180
+ "id": "OWASP-ASVS-V2.2.6",
181
+ "description": "Verify replay resistance through the mandated use of One-time Passwords (OTP) devices, cryptographic authenticators, or lookup codes."
182
+ },
183
+ {
184
+ "id": "OWASP-ASVS-V2.2.7",
185
+ "description": "Verify intent to authenticate by requiring the entry of an OTP token or user-initiated action such as a button press on a FIDO hardware key."
186
+ },
187
+ {
188
+ "id": "OWASP-ASVS-V2.2.8",
189
+ "description": "Verify that valid users cannot be deduced from failed authentication challenges, such as based on error messages, HTTP response codes, or different response times. Registration and forgot password functionality should also have this protection."
190
+ },
191
+ {
192
+ "id": "OWASP-ASVS-V2.2.9",
193
+ "description": "Verify that multi-factor authentication is required, that is, the application uses either a multi-factor authenticator or a combination of single-factor authenticators."
194
+ },
195
+ {
196
+ "id": "OWASP-ASVS-V2.2.10",
197
+ "description": "Verify that users are notified of suspicious authentication attempts. Suspicious authentication attempts may include successful or unsuccessful authentication from an unusual location or client, partially successful authentication with only one of multiple factors, successful or unsuccessful authentication after a long period of inactivity or successful authentication after several unsuccessful attempts."
198
+ },
199
+ {
200
+ "id": "OWASP-ASVS-V2.2.11",
201
+ "description": "Verify that, if the application includes multiple authentication pathways, there are no undocumented pathways and that security controls and authentication strength are enforced consistently."
202
+ },
203
+ {
204
+ "id": "OWASP-ASVS-V2.2.12",
205
+ "description": "Verify that email is not used as either a single-factor or multi-factor authentication mechanism."
206
+ },
207
+ {
208
+ "id": "OWASP-ASVS-V2.3.1",
209
+ "description": "Verify system generated initial passwords or activation codes are securely randomly generated, at least 6 characters long, may contain letters and numbers, expire after a short period of time, and are single-use. These initial secrets must not be permitted to become the long term password."
210
+ },
211
+ {
212
+ "id": "OWASP-ASVS-V2.3.2",
213
+ "description": "Verify that enrollment and use of user-provided authentication devices are supported, such as a U2F or FIDO tokens."
214
+ },
215
+ {
216
+ "id": "OWASP-ASVS-V2.3.3",
217
+ "description": "Verify that automated reminders are configured and acted on to ensure that renewal instructions for time-bound authenticators are sent with enough time to be carried out before the old authenticator expires."
218
+ },
219
+ {
220
+ "id": "OWASP-ASVS-V2.3.4",
221
+ "description": "System administrators should not be able to change or choose any user's password, but rather only be able to initiate the password reset process for the user."
222
+ },
223
+ {
224
+ "id": "OWASP-ASVS-V2.4.1",
225
+ "description": "Verify that one of the following password hashing functions is used when storing the user's password for the application: argon2id, scrypt, bcrypt or PBKDF2."
226
+ },
227
+ {
228
+ "id": "OWASP-ASVS-V2.4.3",
229
+ "description": "Verify that if PBKDF2 is used, the iteration count should be a minimum of 1,300,000 iterations with PBKDF2-HMAC-SHA1, a minimum of 600,000 iterations using PBKDF2-HMAC-SHA256, or with a minimum of 210,000 iterations with PBKDF2-HMAC-SHA512."
230
+ },
231
+ {
232
+ "id": "OWASP-ASVS-V2.4.4",
233
+ "description": "Verify that if bcrypt is used, the work factor is a minimum of 10 and password size is limited to 72-bytes due to bcrypt's input limit."
234
+ },
235
+ {
236
+ "id": "OWASP-ASVS-V2.4.6",
237
+ "description": "Verify that if argon2id is used, there should be a minimum configuration of 19 MiB of memory, an iteration count of 2, and 1 degree of parallelism."
238
+ },
239
+ {
240
+ "id": "OWASP-ASVS-V2.4.7",
241
+ "description": "Verify that if scrypt is used, the configuration should be a minimum work factor of (2^17), a minimum block size of 8 (1024 bytes), and a parallelization parameter of 1."
242
+ },
243
+ {
244
+ "id": "OWASP-ASVS-V2.5.2",
245
+ "description": "Verify password hints or knowledge-based authentication (so-called \"secret questions\") are not present."
246
+ },
247
+ {
248
+ "id": "OWASP-ASVS-V2.5.4",
249
+ "description": "Verify that default user accounts (e.g. \"root\", \"admin\", or \"sa\") are not present in the application or are disabled."
250
+ },
251
+ {
252
+ "id": "OWASP-ASVS-V2.5.6",
253
+ "description": "Verify forgotten password, and other recovery paths use a secure recovery mechanism, such as time-based OTP (TOTP) or other soft token, mobile push, or another offline recovery mechanism."
254
+ },
255
+ {
256
+ "id": "OWASP-ASVS-V2.5.7",
257
+ "description": "Verify that if OTP or multi-factor authentication factors are lost, that evidence of identity proofing is performed at the same level as during enrollment."
258
+ },
259
+ {
260
+ "id": "OWASP-ASVS-V2.6.1",
261
+ "description": "Verify that lookup secrets can be used only once."
262
+ },
263
+ {
264
+ "id": "OWASP-ASVS-V2.6.2",
265
+ "description": "Verify that lookup secrets stored at the back-end with less than 112 bits of entropy (19 random alphanumeric characters or 34 random digits) are hashed with an approved password storage hashing algorithm that incorporates a 32-bit random salt. A standard hash function can be used if the secret has 112 bits of entropy or more."
266
+ },
267
+ {
268
+ "id": "OWASP-ASVS-V2.6.3",
269
+ "description": "Verify that lookup secrets are generated using a Cryptographically Secure Pseudorandom Number Generator (CSPRNG) to avoid predictable values."
270
+ },
271
+ {
272
+ "id": "OWASP-ASVS-V2.6.4",
273
+ "description": "Verify that lookup secrets have a minimum of 20 bits of entropy (typically 4 random alphanumeric characters or 6 random digits is sufficient)."
274
+ },
275
+ {
276
+ "id": "OWASP-ASVS-V2.7.1",
277
+ "description": "Verify that cleartext out-of-band (NIST \"restricted\") authenticators, such as SMS or PSTN, are not offered by default, and stronger alternatives such as push notifications are offered first."
278
+ },
279
+ {
280
+ "id": "OWASP-ASVS-V2.7.2",
281
+ "description": "Verify that the out-of-band verifier expires out-of-band authentication requests, codes, or tokens within 10 minutes."
282
+ },
283
+ {
284
+ "id": "OWASP-ASVS-V2.7.3",
285
+ "description": "Verify that the out-of-band verifier authentication requests, codes, or tokens are only usable once, and only for the original authentication request."
286
+ },
287
+ {
288
+ "id": "OWASP-ASVS-V2.7.4",
289
+ "description": "Verify that the out-of-band authenticator and verifier communicates over a secure independent channel."
290
+ },
291
+ {
292
+ "id": "OWASP-ASVS-V2.7.5",
293
+ "description": "Verify that the out-of-band verifier retains only a hashed version of the authentication code."
294
+ },
295
+ {
296
+ "id": "OWASP-ASVS-V2.7.6",
297
+ "description": "Verify that the initial authentication code is generated by a secure random number generator, containing at least 20 bits of entropy (typically 4 random alphanumeric characters or 6 random digits is sufficient)."
298
+ },
299
+ {
300
+ "id": "OWASP-ASVS-V2.7.7",
301
+ "description": "Verify that the initial authentication code is protected against brute force attacks by using either rate limiting or a code with at least 64 bits of entropy."
302
+ },
303
+ {
304
+ "id": "OWASP-ASVS-V2.8.1",
305
+ "description": "Verify that time-based OTPs have a defined lifetime before expiring."
306
+ },
307
+ {
308
+ "id": "OWASP-ASVS-V2.8.2",
309
+ "description": "Verify that symmetric keys used to verify submitted OTPs are highly protected, such as by using a hardware security module or secure operating system based key storage."
310
+ },
311
+ {
312
+ "id": "OWASP-ASVS-V2.8.3",
313
+ "description": "Verify that approved cryptographic algorithms are used in the generation, seeding, and verification of OTPs."
314
+ },
315
+ {
316
+ "id": "OWASP-ASVS-V2.8.4",
317
+ "description": "Verify that time-based OTP can be used only once within the validity period."
318
+ },
319
+ {
320
+ "id": "OWASP-ASVS-V2.8.5",
321
+ "description": "Verify that if a time-based multi-factor OTP token is re-used during the validity period, it is logged and rejected with secure notifications being sent to the holder of the device."
322
+ },
323
+ {
324
+ "id": "OWASP-ASVS-V2.8.6",
325
+ "description": "Verify physical single-factor OTP generator can be revoked in case of theft or other loss. Ensure that revocation is immediately effective across logged in sessions, regardless of location."
326
+ },
327
+ {
328
+ "id": "OWASP-ASVS-V2.8.7",
329
+ "description": "Verify that biometric authenticators are only used as secondary factors together with either something you have or something you know."
330
+ },
331
+ {
332
+ "id": "OWASP-ASVS-V2.8.8",
333
+ "description": "Ensure that generation of the time-based multi-factor OTP token is based on the server's system time and not the client's machine."
334
+ },
335
+ {
336
+ "id": "OWASP-ASVS-V2.9.1",
337
+ "description": "Verify that cryptographic keys used in verification are stored securely and protected against disclosure, such as using a Trusted Platform Module (TPM) or Hardware Security Module (HSM), or an OS service that can use this secure storage."
338
+ },
339
+ {
340
+ "id": "OWASP-ASVS-V2.9.2",
341
+ "description": "Verify that the challenge nonce is at least 64 bits in length, and statistically unique or unique over the lifetime of the cryptographic device."
342
+ },
343
+ {
344
+ "id": "OWASP-ASVS-V2.9.3",
345
+ "description": "Verify that approved cryptographic algorithms are used in the generation, seeding, and verification of the cryptographic keys."
346
+ },
347
+ {
348
+ "id": "OWASP-ASVS-V2.10.1",
349
+ "description": "Verify that intra-service secrets do not rely on unchanging credentials such as passwords, API keys or shared accounts with privileged access."
350
+ },
351
+ {
352
+ "id": "OWASP-ASVS-V2.10.2",
353
+ "description": "Verify that if a credential has to be used for service authentication, the credential being used by the consumer is not a default credential (e.g. root/root or admin/admin are default in some services during installation)."
354
+ },
355
+ {
356
+ "id": "OWASP-ASVS-V2.10.4",
357
+ "description": "Verify passwords, integrations with databases and third-party systems, seeds and internal secrets, and API keys are managed securely and not included in the source code or stored within source code repositories. Such storage should resist offline attacks. The use of a secure software key store (L1), hardware TPM, or an HSM (L3) is recommended for password storage."
358
+ },
359
+ {
360
+ "id": "OWASP-ASVS-V3.1.2",
361
+ "description": "Verify that the application performs all session token verification using a trusted, back-end service."
362
+ },
363
+ {
364
+ "id": "OWASP-ASVS-V3.1.3",
365
+ "description": "Verify that the application uses either cryptographically signed or opaque tokens for session management. Static API secrets and keys should be avoided."
366
+ },
367
+ {
368
+ "id": "OWASP-ASVS-V3.2.1",
369
+ "description": "Verify the application generates a new session token on user authentication, including re-authentication, and terminates the current session token."
370
+ },
371
+ {
372
+ "id": "OWASP-ASVS-V3.2.2",
373
+ "description": "Verify that opaque session tokens possess at least 128 bits of entropy."
374
+ },
375
+ {
376
+ "id": "OWASP-ASVS-V3.2.4",
377
+ "description": "Verify that opaque session tokens are generated using a secure random function."
378
+ },
379
+ {
380
+ "id": "OWASP-ASVS-V3.2.5",
381
+ "description": "Verify that creating a session for the application requires the user's consent and that the application is protected against a CSRF-style attack where a new application session for the user is created via SSO without user interaction."
382
+ },
383
+ {
384
+ "id": "OWASP-ASVS-V3.3.2",
385
+ "description": "Verify that there is an absolute maximum session lifetime such that re-authentication is required at least every 30 days for L1 applications or every 12 hours for L2 and L3 applications."
386
+ },
387
+ {
388
+ "id": "OWASP-ASVS-V3.3.5",
389
+ "description": "Verify that re-authentication is required after 30 minutes of inactivity for L2 applications or after 15 minutes of inactivity for L3 applications."
390
+ },
391
+ {
392
+ "id": "OWASP-ASVS-V3.4.1",
393
+ "description": "Verify that cookie-based session tokens have the 'Secure' attribute set."
394
+ },
395
+ {
396
+ "id": "OWASP-ASVS-V3.4.2",
397
+ "description": "Verify that cookie-based session tokens are not readable by client-side scripts. The session token cookie should have the 'HttpOnly' attribute set and the session token value should only be transferred to the client via the Set-Cookie header."
398
+ },
399
+ {
400
+ "id": "OWASP-ASVS-V3.4.3",
401
+ "description": "Verify that cookie-based session tokens utilize the 'SameSite' attribute to limit exposure to cross-site request forgery attacks."
402
+ },
403
+ {
404
+ "id": "OWASP-ASVS-V3.4.4",
405
+ "description": "Verify that cookie-based session tokens use the \"__Host-\" prefix so cookies are only sent to the host that initially set the cookie."
406
+ },
407
+ {
408
+ "id": "OWASP-ASVS-V3.5.1",
409
+ "description": "Verify that the application allows users to revoke OAuth tokens that form trust relationships with linked applications."
410
+ },
411
+ {
412
+ "id": "OWASP-ASVS-V3.5.3",
413
+ "description": "Verify that stateless session tokens make use of a digital signature to protect against tampering and this is checked before processing it further."
414
+ },
415
+ {
416
+ "id": "OWASP-ASVS-V3.5.4",
417
+ "description": "Verify that stateless tokens are checked for expiration before processing them further."
418
+ },
419
+ {
420
+ "id": "OWASP-ASVS-V3.5.5",
421
+ "description": "Verify that only allow-listed signing algorithms are allowed for a stateless token."
422
+ },
423
+ {
424
+ "id": "OWASP-ASVS-V3.5.6",
425
+ "description": "Verify that other, security-sensitive attributes of a stateless token are being verified. For example, in a JWT this may include issuer, subject, and audience."
426
+ },
427
+ {
428
+ "id": "OWASP-ASVS-V3.5.7",
429
+ "description": "Verify that all active stateless tokens, which are being relied upon for access control decisions, are revoked when admins change the entitlements or roles of the user."
430
+ },
431
+ {
432
+ "id": "OWASP-ASVS-V3.6.1",
433
+ "description": "Verify that Relying Parties (RPs) specify the maximum authentication time to Credential Service Providers (CSPs) and that CSPs re-authenticate the user if they haven't used a session within that period."
434
+ },
435
+ {
436
+ "id": "OWASP-ASVS-V3.6.2",
437
+ "description": "Verify that Credential Service Providers (CSPs) inform Relying Parties (RPs) of the last authentication event, to allow RPs to determine if they need to re-authenticate the user."
438
+ },
439
+ {
440
+ "id": "OWASP-ASVS-V3.7.1",
441
+ "description": "Verify that the application requires re-authentication or secondary verification before allowing highly sensitive transactions or modifications to account profile or authentication settings."
442
+ },
443
+ {
444
+ "id": "OWASP-ASVS-V3.8.1",
445
+ "description": "Verify that logout and expiration terminate the user's session, such that the back button or a downstream relying party cannot resume an authenticated session."
446
+ },
447
+ {
448
+ "id": "OWASP-ASVS-V3.8.2",
449
+ "description": "Verify that the application gives the option to terminate all other active sessions after a successful change or removal of any authentication factor (including password change via reset or recovery and, if present, an MFA settings update)."
450
+ },
451
+ {
452
+ "id": "OWASP-ASVS-V3.8.3",
453
+ "description": "Verify that users are able to view and (having re-entered login credentials) terminate any or all currently active sessions."
454
+ },
455
+ {
456
+ "id": "OWASP-ASVS-V3.8.4",
457
+ "description": "Verify that all pages that require authentication have easy and visible access to logout functionality."
458
+ },
459
+ {
460
+ "id": "OWASP-ASVS-V3.8.5",
461
+ "description": "Verify that the application terminates all active sessions when a user account is disabled or deleted (such as an employee leaving the company)."
462
+ },
463
+ {
464
+ "id": "OWASP-ASVS-V3.8.6",
465
+ "description": "Verify that application administrators are able to terminate active sessions for an individual user or for all users."
466
+ },
467
+ {
468
+ "id": "OWASP-ASVS-V4.1.1",
469
+ "description": "Verify that the application enforces access control rules at a trusted service layer and doesn't rely on controls which an untrusted user could manipulate such as client-side JavaScript."
470
+ },
471
+ {
472
+ "id": "OWASP-ASVS-V4.1.2",
473
+ "description": "Verify that specific controls exist to prevent end users from making changes to access control policy information, such as user roles, permissions, and feature access levels, unless they are explicitly authorized to do so."
474
+ },
475
+ {
476
+ "id": "OWASP-ASVS-V4.1.3",
477
+ "description": "Verify that the principle of least privilege exists - users should only be able to access functions, data files, URLs, controllers, services, and other resources, for which they possess specific authorization. This implies protection against spoofing and elevation of privilege."
478
+ },
479
+ {
480
+ "id": "OWASP-ASVS-V4.1.5",
481
+ "description": "Verify that access controls fail securely by denying access, including when an exception occurs."
482
+ },
483
+ {
484
+ "id": "OWASP-ASVS-V4.2.1",
485
+ "description": "Verify that sensitive data and APIs are protected against Insecure Direct Object Reference (IDOR) attacks targeting creation, reading, updating and deletion of records, such as creating or updating someone else's record, viewing everyone's records, or deleting all records."
486
+ },
487
+ {
488
+ "id": "OWASP-ASVS-V4.3.1",
489
+ "description": "Verify administrative interfaces can only be logically accessed from trusted endpoints or locations. For example, restricting access to bastion or jump hosts, trusted admin workstations or endpoints (e.g., device authentication), administrative LANs, etc."
490
+ },
491
+ {
492
+ "id": "OWASP-ASVS-V4.3.3",
493
+ "description": "Verify that, if the application allows changing highly sensitive configurations around passwords or connection parameters for integrations with databases and third-party systems, they are protected by extra controls such as re-authentication or multi-user approval."
494
+ },
495
+ {
496
+ "id": "OWASP-ASVS-V5.1.1",
497
+ "description": "Verify that the application has defenses against HTTP parameter pollution attacks, particularly if the application framework makes no distinction about the source of request parameters (query string, body parameters, cookies, or headers)."
498
+ },
499
+ {
500
+ "id": "OWASP-ASVS-V5.1.2",
501
+ "description": "Verify that frameworks protect against mass parameter assignment attacks, or that the application has countermeasures to protect against unsafe parameter assignment, such as marking fields private or similar."
502
+ },
503
+ {
504
+ "id": "OWASP-ASVS-V5.1.3",
505
+ "description": "Verify that all input is validated using positive validation, using an allowed list of values or patterns."
506
+ },
507
+ {
508
+ "id": "OWASP-ASVS-V5.1.4",
509
+ "description": "Verify that structured data is strongly typed and validated against a defined schema including allowed characters, length and pattern (e.g. credit card numbers, e-mail addresses, telephone numbers, or validating that two related fields are reasonable, such as checking that suburb and zipcode match)."
510
+ },
511
+ {
512
+ "id": "OWASP-ASVS-V5.1.5",
513
+ "description": "Verify that the application will only automatically redirect the user to a different URL directly from an application URL where the destination appears on an allow list."
514
+ },
515
+ {
516
+ "id": "OWASP-ASVS-V5.1.6",
517
+ "description": "Verify that untrusted input is validated for length before being included in a cookie (including as part of a JWT) and that the cookie name and value length combined are not over 4096 bytes."
518
+ },
519
+ {
520
+ "id": "OWASP-ASVS-V5.2.1",
521
+ "description": "Verify that all untrusted HTML input from WYSIWYG editors or similar is properly sanitized using a well-known and secure HTML sanitization library or framework feature."
522
+ },
523
+ {
524
+ "id": "OWASP-ASVS-V5.2.2",
525
+ "description": "Verify that unstructured data is sanitized to enforce safety measures such as allowed characters and length."
526
+ },
527
+ {
528
+ "id": "OWASP-ASVS-V5.2.3",
529
+ "description": "Verify that the application sanitizes user input before passing to mail systems to protect against SMTP or IMAP injection."
530
+ },
531
+ {
532
+ "id": "OWASP-ASVS-V5.2.4",
533
+ "description": "Verify that the application avoids the use of eval() or other dynamic code execution features. Where there is no alternative, any user input being included must be sanitized or sandboxed before being executed."
534
+ },
535
+ {
536
+ "id": "OWASP-ASVS-V5.2.5",
537
+ "description": "Verify that the application protects against template injection attacks by not allowing templates to be built based on untrusted input. Where there is no alternative, any untrusted input being included dynamically during template creation must be sanitized or strictly validated."
538
+ },
539
+ {
540
+ "id": "OWASP-ASVS-V5.2.6",
541
+ "description": "Verify that the application protects against SSRF attacks, by validating or sanitizing untrusted data or HTTP file metadata, such as filenames and URL input fields, and uses allow lists of protocols, domains, paths and ports."
542
+ },
543
+ {
544
+ "id": "OWASP-ASVS-V5.2.7",
545
+ "description": "Verify that the application sanitizes, disables, or sandboxes user-supplied Scalable Vector Graphics (SVG) scriptable content, especially as they relate to XSS resulting from inline scripts, and foreignObject."
546
+ },
547
+ {
548
+ "id": "OWASP-ASVS-V5.2.8",
549
+ "description": "Verify that the application sanitizes, disables, or sandboxes user-supplied scriptable or expression template language content, such as Markdown, CSS or XSL stylesheets, BBCode, or similar."
550
+ },
551
+ {
552
+ "id": "OWASP-ASVS-V5.2.9",
553
+ "description": "Verify that the application uses slashes to correctly escape special characters being used in regular expressions to ensure they are not misinterpreted as control characters."
554
+ },
555
+ {
556
+ "id": "OWASP-ASVS-V5.2.10",
557
+ "description": "Verify that regular expressions are free from elements causing exponential backtracking, and ensure untrusted input is sanitized to mitigate ReDoS or Runaway Regex attacks."
558
+ },
559
+ {
560
+ "id": "OWASP-ASVS-V5.2.11",
561
+ "description": "Verify that the application appropriately sanitizes untrusted input before use in Java Naming and Directory Interface (JNDI) queries and that JNDI is configured as securely as possible to prevent JNDI injection attacks."
562
+ },
563
+ {
564
+ "id": "OWASP-ASVS-V5.2.12",
565
+ "description": "Verify that the application sanitizes content before it is sent to memcache to prevent injection attacks."
566
+ },
567
+ {
568
+ "id": "OWASP-ASVS-V5.3.1",
569
+ "description": "Verify that output encoding is relevant for the interpreter and context required. For example, use encoders specifically for HTML values, HTML attributes, JavaScript, CSS, URL parameters, HTTP headers, SMTP, and others as the context requires, especially from untrusted inputs (e.g. names with Unicode or apostrophes, such as ねこ or O'Hara)."
570
+ },
571
+ {
572
+ "id": "OWASP-ASVS-V5.3.3",
573
+ "description": "Verify that context-aware, preferably automated - or at worst, manual - output escaping protects against reflected, stored, and DOM based XSS."
574
+ },
575
+ {
576
+ "id": "OWASP-ASVS-V5.3.4",
577
+ "description": "Verify that data selection or database queries (e.g. SQL, HQL, NoSQL, Cypher) use parameterized queries, ORMs, entity frameworks, or are otherwise protected from database injection attacks."
578
+ },
579
+ {
580
+ "id": "OWASP-ASVS-V5.3.6",
581
+ "description": "Verify that the application protects against JSON injection attacks."
582
+ },
583
+ {
584
+ "id": "OWASP-ASVS-V5.3.7",
585
+ "description": "Verify that the application protects against LDAP injection vulnerabilities, or that specific security controls to prevent LDAP injection have been implemented."
586
+ },
587
+ {
588
+ "id": "OWASP-ASVS-V5.3.8",
589
+ "description": "Verify that the application protects against OS command injection and that operating system calls use parameterized OS queries or use contextual command line output encoding."
590
+ },
591
+ {
592
+ "id": "OWASP-ASVS-V5.3.10",
593
+ "description": "Verify that the application protects against XPath injection or XML injection attacks."
594
+ },
595
+ {
596
+ "id": "OWASP-ASVS-V5.3.11",
597
+ "description": "Verify that the application is protected against CSV and Formula Injection. The application should follow the escaping rules defined in RFC4180 2.6 and 2.7 when exporting CSV files. The application should escape special characters including '=', '+', '-', '@' '\\t' (tab) and '\\00' (null character) using a single quote, if they are the first character in a field, when exporting CSV files and other spreadsheet formats such as xls, xlsx, odf."
598
+ },
599
+ {
600
+ "id": "OWASP-ASVS-V5.3.12",
601
+ "description": "Verify that LaTeX processors are configured securely (such as not using the \"--shell-escape\" flag) and command allow-listing is used to prevent LaTeX injection attacks."
602
+ },
603
+ {
604
+ "id": "OWASP-ASVS-V5.4.1",
605
+ "description": "Verify that the application uses memory-safe string, safer memory copy and pointer arithmetic to detect or prevent stack, buffer, or heap overflows."
606
+ },
607
+ {
608
+ "id": "OWASP-ASVS-V5.4.2",
609
+ "description": "Verify that format strings do not take potentially hostile input, and are constant."
610
+ },
611
+ {
612
+ "id": "OWASP-ASVS-V5.4.3",
613
+ "description": "Verify that sign, range, and input validation techniques are used to prevent integer overflows."
614
+ },
615
+ {
616
+ "id": "OWASP-ASVS-V5.5.2",
617
+ "description": "Verify that the application correctly restricts XML parsers to only use the most restrictive configuration possible and to ensure that unsafe features such as resolving external entities are disabled to prevent XML eXternal Entity (XXE) attacks."
618
+ },
619
+ {
620
+ "id": "OWASP-ASVS-V5.5.3",
621
+ "description": "Verify that deserialization is not used when communicating with untrusted clients. If this is not possible, ensure that deserialization is performed safely, for example, by only allowing a allow-list of object types or not allowing the client to define the object type to deserialize to, in order to prevent deserialization attacks."
622
+ },
623
+ {
624
+ "id": "OWASP-ASVS-V5.5.4",
625
+ "description": "Verify that when parsing JSON in browsers or JavaScript-based backends, JSON.parse is used to parse the JSON document. Do not use eval() to parse JSON."
626
+ },
627
+ {
628
+ "id": "OWASP-ASVS-V5.5.5",
629
+ "description": "Verify that different parsers used in the application for the same data type (e.g. JSON parsers, XML parsers, URL parsers), perform parsing in a consistent way and use the same character encoding mechanism to avoid issues such as JSON Interoperability vulnerabilities or different URI or file parsing behavior being exploited in Remote File Inclusion (RFI) or Server-side Request Forgery (SSRF) attacks."
630
+ },
631
+ {
632
+ "id": "OWASP-ASVS-V5.6.1",
633
+ "description": "Verify that input is decoded or unescaped into a canonical form only once and that this is done before processing the input further, for example it is not performed after input validation or sanitization."
634
+ },
635
+ {
636
+ "id": "OWASP-ASVS-V5.6.2",
637
+ "description": "Verify that the application is designed to enforce input validation at a trusted service layer. While client-side validation improves usability, security must not rely on it."
638
+ },
639
+ {
640
+ "id": "OWASP-ASVS-V5.6.3",
641
+ "description": "Verify that the application performs output encoding and escaping either as a final step before being used by the interpreter for which it is intended or by the interpreter itself."
642
+ },
643
+ {
644
+ "id": "OWASP-ASVS-V6.1.1",
645
+ "description": "Verify that regulated private data is stored encrypted while at rest, such as Personally Identifiable Information (PII), sensitive personal information, or data assessed likely to be subject to EU's GDPR."
646
+ },
647
+ {
648
+ "id": "OWASP-ASVS-V6.1.2",
649
+ "description": "Verify that regulated health data is stored encrypted while at rest, such as medical records, medical device details, or de-anonymized research records."
650
+ },
651
+ {
652
+ "id": "OWASP-ASVS-V6.1.3",
653
+ "description": "Verify that regulated financial data is stored encrypted while at rest, such as financial accounts, defaults or credit history, tax records, pay history, beneficiaries, or de-anonymized market or research records."
654
+ },
655
+ {
656
+ "id": "OWASP-ASVS-V6.2.1",
657
+ "description": "Verify that all cryptographic modules fail securely, and errors are handled in a way that does not enable Padding Oracle attacks."
658
+ },
659
+ {
660
+ "id": "OWASP-ASVS-V6.2.2",
661
+ "description": "Verify that industry proven or government approved cryptographic algorithms, modes, and libraries are used, instead of custom coded cryptography."
662
+ },
663
+ {
664
+ "id": "OWASP-ASVS-V6.2.4",
665
+ "description": "Verify that random number, encryption or hashing algorithms, key lengths, rounds, ciphers or modes, can be reconfigured, upgraded, or swapped at any time, to protect against cryptographic breaks."
666
+ },
667
+ {
668
+ "id": "OWASP-ASVS-V6.2.5",
669
+ "description": "Verify that known insecure block modes (i.e. ECB, etc.), padding modes (i.e. PKCS#1 v1.5, etc.), ciphers with small block sizes (i.e. Triple-DES, Blowfish, etc.), and weak hashing algorithms (i.e. MD5, SHA1, etc.) are not used."
670
+ },
671
+ {
672
+ "id": "OWASP-ASVS-V6.2.6",
673
+ "description": "Verify that nonces, initialization vectors, and other single-use numbers are not used for more than one encryption key/data-element pair. The method of generation must be appropriate for the algorithm being used."
674
+ },
675
+ {
676
+ "id": "OWASP-ASVS-V6.2.7",
677
+ "description": "Verify that encrypted data is authenticated via signatures, authenticated cipher modes, or HMAC to ensure that ciphertext is not altered by an unauthorized party."
678
+ },
679
+ {
680
+ "id": "OWASP-ASVS-V6.2.8",
681
+ "description": "Verify that all cryptographic operations are constant-time, with no 'short-circuit' operations in comparisons, calculations, or returns, to avoid leaking information."
682
+ },
683
+ {
684
+ "id": "OWASP-ASVS-V6.3.1",
685
+ "description": "Verify that all random numbers, random file names, and random strings are generated using a cryptographically-secure pseudo-random number generator (CSPRNG) when these random values are intended to be not guessable by an attacker."
686
+ },
687
+ {
688
+ "id": "OWASP-ASVS-V6.3.2",
689
+ "description": "Verify that GUIDs are created with an implementation of the GUID v4 algorithm which utilizes a cryptographically-secure pseudo-random number generator (CSPRNG). GUIDs created using other algorithm versions or using insufficiently secure pseudo-random number generators may be predictable."
690
+ },
691
+ {
692
+ "id": "OWASP-ASVS-V6.3.3",
693
+ "description": "Verify that random numbers are created with proper entropy even when the application is under heavy load, or that the application degrades gracefully in such circumstances."
694
+ },
695
+ {
696
+ "id": "OWASP-ASVS-V6.4.1",
697
+ "description": "Verify that a secrets management solution such as a key vault is used to securely create, store, control access to and destroy back-end secrets such as service account or 3rd party application credentials."
698
+ },
699
+ {
700
+ "id": "OWASP-ASVS-V6.4.2",
701
+ "description": "Verify that key material is not exposed to the application (neither the front-end nor the back-end) but instead uses an isolated security module like a vault for cryptographic operations."
702
+ },
703
+ {
704
+ "id": "OWASP-ASVS-V7.1.1",
705
+ "description": "Verify that the application does not log credentials or payment details. Session tokens should only be stored in logs in an irreversible, hashed form."
706
+ },
707
+ {
708
+ "id": "OWASP-ASVS-V7.1.2",
709
+ "description": "Verify that the application does not log other sensitive data as defined under local privacy laws or relevant security policy."
710
+ },
711
+ {
712
+ "id": "OWASP-ASVS-V7.1.4",
713
+ "description": "Verify that each log entry includes necessary metadata that would allow for a detailed investigation of the timeline when an event happens."
714
+ },
715
+ {
716
+ "id": "OWASP-ASVS-V7.1.5",
717
+ "description": "Verify that time sources are synchronized to the correct time and time zone. Strongly consider logging only in UTC if systems are global to assist with post-incident forensic analysis."
718
+ },
719
+ {
720
+ "id": "OWASP-ASVS-V7.1.6",
721
+ "description": "Verify that the application only stores or broadcasts logs to the files and services that are documented in the log inventory."
722
+ },
723
+ {
724
+ "id": "OWASP-ASVS-V7.1.7",
725
+ "description": "Verify that logs are readable and correlatable for the used log reader, preferably by using a common logging format."
726
+ },
727
+ {
728
+ "id": "OWASP-ASVS-V7.2.1",
729
+ "description": "Verify that all authentication decisions are logged."
730
+ },
731
+ {
732
+ "id": "OWASP-ASVS-V7.2.2",
733
+ "description": "Verify that all access control decisions can be logged and all failed decisions are logged."
734
+ },
735
+ {
736
+ "id": "OWASP-ASVS-V7.2.3",
737
+ "description": "Verify that the application logs security relevant events including deserialization failures, input validation failures and incorrect HTTP requests (including requests with an unexpected HTTP verb)."
738
+ },
739
+ {
740
+ "id": "OWASP-ASVS-V7.2.4",
741
+ "description": "Verify that backend TLS connection failures are logged."
742
+ },
743
+ {
744
+ "id": "OWASP-ASVS-V7.3.1",
745
+ "description": "Verify that all logging components appropriately encode data to prevent log injection."
746
+ },
747
+ {
748
+ "id": "OWASP-ASVS-V7.3.3",
749
+ "description": "Verify that logs are protected from unauthorized access and cannot be modified."
750
+ },
751
+ {
752
+ "id": "OWASP-ASVS-V7.3.5",
753
+ "description": "Verify that logs are securely transmitted to a preferably remote system for analysis, detection, alerting, and escalation."
754
+ },
755
+ {
756
+ "id": "OWASP-ASVS-V7.4.1",
757
+ "description": "Verify that a generic message is shown when an unexpected or security sensitive error occurs, potentially with a unique ID which support personnel can use to investigate."
758
+ },
759
+ {
760
+ "id": "OWASP-ASVS-V7.4.2",
761
+ "description": "Verify that a consistent and standardized exception handling mechanism (or a functional equivalent) is used across the codebase."
762
+ },
763
+ {
764
+ "id": "OWASP-ASVS-V7.4.3",
765
+ "description": "Verify that a \"last resort\" error handler is defined which will catch all unhandled exceptions."
766
+ },
767
+ {
768
+ "id": "OWASP-ASVS-V7.4.4",
769
+ "description": "Verify that the application is designed in a way that a failure to access external resources does not result in the entire application failing, for example using the circuit breaker pattern."
770
+ },
771
+ {
772
+ "id": "OWASP-ASVS-V8.1.1",
773
+ "description": "Verify that the application prevents sensitive data from being cached in server components such as load balancers and application caches or ensures that the data is securely purged after use."
774
+ },
775
+ {
776
+ "id": "OWASP-ASVS-V8.1.4",
777
+ "description": "Verify the application can detect and alert on abnormal numbers of requests, such as by IP, user, total per hour or day, or whatever makes sense for the application."
778
+ },
779
+ {
780
+ "id": "OWASP-ASVS-V8.1.7",
781
+ "description": "Verify that caching mechanisms are configured to only cache responses which have the correct content type and do not contain sensitive, dynamic content. The web server should return a 404 or 302 response when an non-existent file is accessed rather than returning a different, valid file. This should prevent Web Cache Deception attacks."
782
+ },
783
+ {
784
+ "id": "OWASP-ASVS-V8.1.8",
785
+ "description": "Verify that defined sensitive data is not sent to untrusted parties (e.g. user trackers) to prevent unwanted collection of data outside of the application's control."
786
+ },
787
+ {
788
+ "id": "OWASP-ASVS-V8.2.1",
789
+ "description": "Verify that the application sets sufficient anti-caching headers (i.e. Cache-Control: no-store) so that sensitive data is not cached in browsers."
790
+ },
791
+ {
792
+ "id": "OWASP-ASVS-V8.2.2",
793
+ "description": "Verify that data stored in browser storage (such as localStorage, sessionStorage, IndexedDB, or cookies) does not contain sensitive data, with the exception of session tokens which should be stored in either cookies or sessionStorage."
794
+ },
795
+ {
796
+ "id": "OWASP-ASVS-V8.2.3",
797
+ "description": "Verify that authenticated data is cleared from client storage, such as the browser DOM, after the client or session is terminated. The \"Clear-Site-Data header\" may be able to help with this but the client-side should also be able to clear up if the server connection is lost."
798
+ },
799
+ {
800
+ "id": "OWASP-ASVS-V8.3.1",
801
+ "description": "Verify that sensitive data is only sent to the server in the HTTP message body or headers and that the URL and query string do not contain sensitive information, such as an API key or session token."
802
+ },
803
+ {
804
+ "id": "OWASP-ASVS-V8.3.2",
805
+ "description": "Verify that users have a method to remove their data on demand."
806
+ },
807
+ {
808
+ "id": "OWASP-ASVS-V8.3.3",
809
+ "description": "Verify that users are provided clear language regarding collection and use of supplied personal information and that users have provided opt-in consent for the use of that data before it is used in any way."
810
+ },
811
+ {
812
+ "id": "OWASP-ASVS-V8.3.5",
813
+ "description": "Verify accessing sensitive data is audited (without logging the sensitive data itself), if the data is collected under relevant data protection directives or where logging of access is required."
814
+ },
815
+ {
816
+ "id": "OWASP-ASVS-V8.3.7",
817
+ "description": "Verify that sensitive or private information that is required to be encrypted, is encrypted using approved algorithms that provide both confidentiality and integrity."
818
+ },
819
+ {
820
+ "id": "OWASP-ASVS-V8.3.8",
821
+ "description": "Verify that sensitive personal information is subject to data retention classification, such that old or out of date data is deleted automatically, on a schedule, or as the situation requires."
822
+ },
823
+ {
824
+ "id": "OWASP-ASVS-V8.3.9",
825
+ "description": "Verify that users have a method to export their data on demand."
826
+ },
827
+ {
828
+ "id": "OWASP-ASVS-V8.3.10",
829
+ "description": "Verify that sensitive information is removed from the metadata of user-submitted files unless storage is consented to by the user."
830
+ },
831
+ {
832
+ "id": "OWASP-ASVS-V8.3.11",
833
+ "description": "Verify that the application does not ask for unnecessary or excessive permissions to privacy related features or sensors, such as cameras, microphones, or location."
834
+ },
835
+ {
836
+ "id": "OWASP-ASVS-V9.1.1",
837
+ "description": "Verify that TLS is used for all connectivity between a client and external facing, HTTP-based services, and does not fall back to insecure or unencrypted communications."
838
+ },
839
+ {
840
+ "id": "OWASP-ASVS-V9.1.4",
841
+ "description": "Verify that external facing services use publically trusted TLS certificates."
842
+ },
843
+ {
844
+ "id": "OWASP-ASVS-V9.2.2",
845
+ "description": "Verify that an encrypted protocol such as TLS is used for all inbound and outbound connections to and from the application, including monitoring systems, management tools, remote access and SSH, middleware, databases, mainframes, partner systems, or external APIs. The server must not fall back to insecure or unencrypted protocols."
846
+ },
847
+ {
848
+ "id": "OWASP-ASVS-V9.3.1",
849
+ "description": "Verify that TLS or another appropriate transport encryption mechanism used for all connectivity between internal, HTTP-based services within the application, and does not fall back to insecure or unencrypted communications."
850
+ },
851
+ {
852
+ "id": "OWASP-ASVS-V9.3.2",
853
+ "description": "Verify that TLS connections between internal services use trusted certificates. Where internally generated or self-signed certificates are used, the consuming service must be configured to only trust specific internal CAs and specific self-signed certificates. All others should be rejected."
854
+ },
855
+ {
856
+ "id": "OWASP-ASVS-V9.3.3",
857
+ "description": "Verify that mutual TLS (mTLS) is used by services communicating internally within a system or \"intra-service communications\" to ensure all the involved parties at each end of a network connection are who they claim to be."
858
+ },
859
+ {
860
+ "id": "OWASP-ASVS-V9.4.1",
861
+ "description": "Verify that only the latest recommended cipher suites are enabled, with the strongest cipher suites set as preferred."
862
+ },
863
+ {
864
+ "id": "OWASP-ASVS-V9.4.2",
865
+ "description": "Verify that only the latest recommended versions of the TLS protocol are enabled, such as TLS 1.2 and TLS 1.3. The latest version of the TLS protocol should be the preferred option."
866
+ },
867
+ {
868
+ "id": "OWASP-ASVS-V9.4.3",
869
+ "description": "Verify that proper certification revocation, such as Online Certificate Status Protocol (OCSP) Stapling, is enabled and configured."
870
+ },
871
+ {
872
+ "id": "OWASP-ASVS-V9.4.4",
873
+ "description": "Verify that if TLS wildcard certificates are used, wildcard certificates from a non-production environment are not valid for a production environment."
874
+ },
875
+ {
876
+ "id": "OWASP-ASVS-V10.2.1",
877
+ "description": "Verify that the application source code and third party libraries do not contain unauthorized phone home or data collection capabilities. Where such functionality exists, obtain the user's permission for it to operate before collecting any data."
878
+ },
879
+ {
880
+ "id": "OWASP-ASVS-V10.2.3",
881
+ "description": "Verify that the application source code and third party libraries do not contain back doors, such as hard-coded or additional undocumented accounts or keys, code obfuscation, undocumented binary blobs, rootkits, or anti-debugging, insecure debugging features, or otherwise out of date, insecure, or hidden functionality that could be used maliciously if discovered."
882
+ },
883
+ {
884
+ "id": "OWASP-ASVS-V10.2.4",
885
+ "description": "Verify that the application source code and third party libraries do not contain time bombs by searching for date and time related functions."
886
+ },
887
+ {
888
+ "id": "OWASP-ASVS-V10.2.5",
889
+ "description": "Verify that the application source code and third party libraries do not contain malicious code, such as salami attacks, logic bypasses, or logic bombs."
890
+ },
891
+ {
892
+ "id": "OWASP-ASVS-V10.2.6",
893
+ "description": "Verify that the application source code and third party libraries do not contain Easter eggs or any other potentially unwanted functionality."
894
+ },
895
+ {
896
+ "id": "OWASP-ASVS-V10.3.1",
897
+ "description": "Verify that if the application has a client or server auto-update feature, updates should be obtained over secure channels and digitally signed. The update code must validate the digital signature of the update before installing or executing the update."
898
+ },
899
+ {
900
+ "id": "OWASP-ASVS-V10.3.2",
901
+ "description": "Verify that the application only loads or executes code, modules, content or plugins from sources not under the application's direct control or protection if it employs integrity protections, such as code signing."
902
+ },
903
+ {
904
+ "id": "OWASP-ASVS-V10.4.1",
905
+ "description": "Verify that the application explicitly ensures that variables are of the correct type and performs strict equality and comparator operations to avoid type juggling or confusion vulnerabilities caused by the application code making an assumption about a variable type."
906
+ },
907
+ {
908
+ "id": "OWASP-ASVS-V10.4.2",
909
+ "description": "Verify that the application avoids DOM clobbering when using client-side JavaScript by employing explicit variable declarations, performing strict type checking, avoiding storing global variables on the document object, and implementing namespace isolation."
910
+ },
911
+ {
912
+ "id": "OWASP-ASVS-V10.4.3",
913
+ "description": "Verify that JavaScript code is written in a way that prevents prototype pollution, for example, by using Set() or Map() instead of object literals."
914
+ },
915
+ {
916
+ "id": "OWASP-ASVS-V11.1.1",
917
+ "description": "Verify that the application will only process business logic flows for the same user in sequential step order and without skipping steps."
918
+ },
919
+ {
920
+ "id": "OWASP-ASVS-V11.1.3",
921
+ "description": "Verify that the application has appropriate limits defined on a per user basis for specific business actions or transactions."
922
+ },
923
+ {
924
+ "id": "OWASP-ASVS-V11.1.5",
925
+ "description": "Verify that the application has globally defined business logic limits or validation to protect against likely business risks or threats, identified using threat modeling or similar methodologies."
926
+ },
927
+ {
928
+ "id": "OWASP-ASVS-V11.1.6",
929
+ "description": "Verify that the application uses synchronization and locking mechanisms for sensitive operations in order to keep internal data consistent, maintain user state, and prevent race conditions, such as 'time of check to time of use (TOCTOU)' vulnerabilities."
930
+ },
931
+ {
932
+ "id": "OWASP-ASVS-V11.1.7",
933
+ "description": "Verify that the application monitors for unusual events or activity from a business logic perspective. For example, attempts to perform actions out of order or actions which a normal user would never attempt."
934
+ },
935
+ {
936
+ "id": "OWASP-ASVS-V11.1.8",
937
+ "description": "Verify that the application has configurable alerting when automated attacks or unusual activity is detected."
938
+ },
939
+ {
940
+ "id": "OWASP-ASVS-V11.1.9",
941
+ "description": "Verify that \"atomic transactions\" are being used at the business logic level such that either a business logic operation succeeds in its entirety, or it is rolled back to the previous correct state."
942
+ },
943
+ {
944
+ "id": "OWASP-ASVS-V11.2.1",
945
+ "description": "Verify that the application will only process business logic flows with all steps being processed in realistic human time, i.e. transactions are not submitted too quickly."
946
+ },
947
+ {
948
+ "id": "OWASP-ASVS-V11.2.2",
949
+ "description": "Verify that the application has anti-automation controls to protect against excessive calls to application functionality which could result in mass data exfiltration, junk data creation, resource quota exhaustion, rate limit breaches, out-of-band communication flooding, denial of service, overuse of an expensive resource, etc."
950
+ },
951
+ {
952
+ "id": "OWASP-ASVS-V12.1.1",
953
+ "description": "Verify that the application will only accept files of a size which it can process without causing a loss of performance or denial of service attack."
954
+ },
955
+ {
956
+ "id": "OWASP-ASVS-V12.1.2",
957
+ "description": "Verify that the application checks compressed files (e.g. zip, gz, docx, odt) against maximum allowed uncompressed size and against maximum number of files before uncompressing the file."
958
+ },
959
+ {
960
+ "id": "OWASP-ASVS-V12.1.3",
961
+ "description": "Verify that a file size quota and maximum number of files per user is enforced to ensure that a single user cannot fill up the storage with too many files, or excessively large files."
962
+ },
963
+ {
964
+ "id": "OWASP-ASVS-V12.1.4",
965
+ "description": "Verify that the application does not allow uploading compressed files containing symlinks unless this is specifically required (in which case it will be necessary to enforce an allow list of the files that can be symlinked to)."
966
+ },
967
+ {
968
+ "id": "OWASP-ASVS-V12.2.1",
969
+ "description": "Verify that when the application is accepting a file, it checks that the file extension of the file matches an expected file extension and that it validates that the contents of the file match the type represented by that extension, including but not limited to checking the initial \"magic bytes\"."
970
+ },
971
+ {
972
+ "id": "OWASP-ASVS-V12.2.2",
973
+ "description": "Verify that the application blocks uploaded images with a pixel size larger than the maximum allowed, to prevent pixel flood attacks."
974
+ },
975
+ {
976
+ "id": "OWASP-ASVS-V12.3.1",
977
+ "description": "Verify that user-submitted filename metadata is not used directly by system or framework filesystems and that a URL API is used to protect against path traversal."
978
+ },
979
+ {
980
+ "id": "OWASP-ASVS-V12.3.2",
981
+ "description": "Verify that user-submitted filename metadata is validated or ignored to prevent the disclosure, creation, updating or removal of local files (LFI)."
982
+ },
983
+ {
984
+ "id": "OWASP-ASVS-V12.3.3",
985
+ "description": "Verify that user-submitted filename metadata is validated or ignored to prevent the disclosure or execution of remote files via Remote File Inclusion (RFI) or Server-side Request Forgery (SSRF) attacks."
986
+ },
987
+ {
988
+ "id": "OWASP-ASVS-V12.3.6",
989
+ "description": "Verify that the application does not include and execute functionality from untrusted sources, such as unverified content distribution networks, JavaScript libraries, node npm libraries, or server-side DLLs."
990
+ },
991
+ {
992
+ "id": "OWASP-ASVS-V12.3.7",
993
+ "description": "Verify that server-side file processing such as file decompression ignores user-provided path information to prevent vulnerabilities such as zip slip."
994
+ },
995
+ {
996
+ "id": "OWASP-ASVS-V12.4.2",
997
+ "description": "Verify that files obtained from untrusted sources are scanned by antivirus scanners to prevent upload and serving of known malicious content."
998
+ },
999
+ {
1000
+ "id": "OWASP-ASVS-V12.5.3",
1001
+ "description": "Verify that the application validates or ignores user-submitted filenames, including in a JSON, JSONP, or URL parameter and specifies a filename in the Content-Disposition header in the response."
1002
+ },
1003
+ {
1004
+ "id": "OWASP-ASVS-V12.7.1",
1005
+ "description": "Verify that the application proactively releases system resources, such as database connections, open files, threads, etc, when it finishes using them to prevent resource exhaustion."
1006
+ },
1007
+ {
1008
+ "id": "OWASP-ASVS-V13.1.4",
1009
+ "description": "Verify that authorization decisions are made at both the URI, enforced by programmatic or declarative security at the controller or router, and at the resource level, enforced by model-based permissions."
1010
+ },
1011
+ {
1012
+ "id": "OWASP-ASVS-V13.1.6",
1013
+ "description": "Verify that per-message digital signatures are used to provide additional assurance on top of transport protections for requests or transactions which are highly sensitive or which traverse a number of systems."
1014
+ },
1015
+ {
1016
+ "id": "OWASP-ASVS-V13.2.2",
1017
+ "description": "Verify that JSON schema validation is in place and verified before accepting input."
1018
+ },
1019
+ {
1020
+ "id": "OWASP-ASVS-V13.2.5",
1021
+ "description": "Verify that REST services explicitly check the incoming Content-Type to be the expected one, such as application/xml or application/json."
1022
+ },
1023
+ {
1024
+ "id": "OWASP-ASVS-V13.3.1",
1025
+ "description": "Verify that XSD schema validation takes place to ensure a properly formed XML document, followed by validation of each input field before any processing of that data takes place."
1026
+ },
1027
+ {
1028
+ "id": "OWASP-ASVS-V13.4.1",
1029
+ "description": "Verify that a query allow list or a combination of depth limiting and amount limiting is used to prevent GraphQL or data layer expression Denial of Service (DoS) as a result of expensive, nested queries. For more advanced scenarios, query cost analysis should be used."
1030
+ },
1031
+ {
1032
+ "id": "OWASP-ASVS-V13.4.2",
1033
+ "description": "Verify that GraphQL or other data layer authorization logic should be implemented at the business logic layer instead of the GraphQL layer."
1034
+ },
1035
+ {
1036
+ "id": "OWASP-ASVS-V13.4.3",
1037
+ "description": "Verify that GraphQL introspection queries are disabled in production environment unless the GraphQL API is meant to be used by other parties."
1038
+ },
1039
+ {
1040
+ "id": "OWASP-ASVS-V13.5.1",
1041
+ "description": "Verify that WebSocket Secure (wss) is used for all WebSocket connections."
1042
+ },
1043
+ {
1044
+ "id": "OWASP-ASVS-V13.5.2",
1045
+ "description": "Verify that, during the initial HTTP WebSocket handshake, the Origin header is checked against an allow list of authorized origins."
1046
+ },
1047
+ {
1048
+ "id": "OWASP-ASVS-V13.5.3",
1049
+ "description": "Verify that rate limiting is in place for WebSocket messages."
1050
+ },
1051
+ {
1052
+ "id": "OWASP-ASVS-V13.5.4",
1053
+ "description": "Verify that tokens possess at least 128 bits of entropy and are generated using approved cryptographic algorithms if session or channel tokens specific to WebSockets are being used."
1054
+ },
1055
+ {
1056
+ "id": "OWASP-ASVS-V13.5.5",
1057
+ "description": "Verify that the tokens are initially obtained from a response to secure POST request only, and are not sent by the server through the WebSocket connection if session or channel tokens specific to WebSockets are being used."
1058
+ },
1059
+ {
1060
+ "id": "OWASP-ASVS-V13.5.6",
1061
+ "description": "Verify that authentication is done before opening the WebSocket connection if only authenticated users should be able to use WebSockets."
1062
+ },
1063
+ {
1064
+ "id": "OWASP-ASVS-V14.1.1",
1065
+ "description": "Verify that the application build and deployment processes are performed in a secure and repeatable way, such as CI / CD automation, automated configuration management, and automated deployment scripts."
1066
+ },
1067
+ {
1068
+ "id": "OWASP-ASVS-V14.1.2",
1069
+ "description": "Verify that compiler flags are configured to enable all available buffer overflow protections and warnings, including stack randomization, data execution prevention, and to break the build if an unsafe pointer, memory, format string, integer, or string operations are found."
1070
+ },
1071
+ {
1072
+ "id": "OWASP-ASVS-V14.1.3",
1073
+ "description": "Verify that configuration hardening is performed on all 3rd party products, libraries, frameworks and services as per their individual recommendations."
1074
+ },
1075
+ {
1076
+ "id": "OWASP-ASVS-V14.1.5",
1077
+ "description": "Verify that deployed environments are short lived and frequently redeployed to a \"known good\" but updated state. Alternatively, long lived environments should use some form of \"drift prevention\" to ensure that deployed configurations are not changed to an insecure state."
1078
+ },
1079
+ {
1080
+ "id": "OWASP-ASVS-V14.1.6",
1081
+ "description": "Verify that all unneeded features, documentation, sample applications and configurations are removed."
1082
+ },
1083
+ {
1084
+ "id": "OWASP-ASVS-V14.1.7",
1085
+ "description": "Verify that production environment does not include test code."
1086
+ },
1087
+ {
1088
+ "id": "OWASP-ASVS-V14.1.8",
1089
+ "description": "Verify that data, state information, and server instances related to the build and deployment process do not persist after the process has ended. (Ephemerality)."
1090
+ },
1091
+ {
1092
+ "id": "OWASP-ASVS-V14.1.9",
1093
+ "description": "Verify that application code or functionality can only be changed via the standard update or build process and not directly in production through application functionality or some other direct modification mechanism."
1094
+ },
1095
+ {
1096
+ "id": "OWASP-ASVS-V14.2.1",
1097
+ "description": "Verify that all components are up to date, preferably using a dependency checker during build or compile time."
1098
+ },
1099
+ {
1100
+ "id": "OWASP-ASVS-V14.2.4",
1101
+ "description": "Verify that third party components come from pre-defined, trusted and continually maintained repositories."
1102
+ },
1103
+ {
1104
+ "id": "OWASP-ASVS-V14.2.5",
1105
+ "description": "Verify that a Software Bill of Materials (SBOM) is maintained of all third party libraries in use."
1106
+ },
1107
+ {
1108
+ "id": "OWASP-ASVS-V14.2.6",
1109
+ "description": "Verify that risky third party libraries or those with a history of vulnerabilities are encapsulated such that only required behaviour is available to the application, to reduce attack surface."
1110
+ },
1111
+ {
1112
+ "id": "OWASP-ASVS-V14.2.7",
1113
+ "description": "Verify that third party components are sourced separately from internally owned and developed applications to prevent dependency confusion attacks."
1114
+ },
1115
+ {
1116
+ "id": "OWASP-ASVS-V14.2.8",
1117
+ "description": "Verify that risky third party libraries or those with a history of vulnerabilities are sandboxed away from the most sensitive system modules/services so that even if a vulnerability in the library was successfully exploited, the sensitive system modules/services would not be compromised."
1118
+ },
1119
+ {
1120
+ "id": "OWASP-ASVS-V14.3.2",
1121
+ "description": "Verify that debug modes are disabled in production environments for every component to prevent exposure of debug features and unintended information leakage."
1122
+ },
1123
+ {
1124
+ "id": "OWASP-ASVS-V14.3.3",
1125
+ "description": "Verify that the HTTP headers or any part of the HTTP response do not expose detailed version information of server-side components."
1126
+ },
1127
+ {
1128
+ "id": "OWASP-ASVS-V14.3.4",
1129
+ "description": "Verify that directory browsing is disabled unless deliberately desired."
1130
+ },
1131
+ {
1132
+ "id": "OWASP-ASVS-V14.3.5",
1133
+ "description": "Verify that applications do not allow discovery or disclosure of file or directory metadata, such as Thumbs.db, .DS_Store, .git or .svn folders."
1134
+ },
1135
+ {
1136
+ "id": "OWASP-ASVS-V14.3.6",
1137
+ "description": "Verify that the web tier is configured to serve only files with specific file extensions to prevent unintentional information and source code leakage. For example, backup files (e.g. .bak), temporary working files (e.g. .swp), compressed files (.zip, .tar.gz, etc.) and other extensions commonly used by editors should be blocked unless required."
1138
+ },
1139
+ {
1140
+ "id": "OWASP-ASVS-V14.4.1",
1141
+ "description": "Verify that every HTTP response contains a Content-Type header which matches the actual content of the response."
1142
+ },
1143
+ {
1144
+ "id": "OWASP-ASVS-V14.4.8",
1145
+ "description": "Verify that if a response specifies a Content-Type of \"text/\\*\", \"\\*/\\*+xml\" and \"\\*/xml\", it also specifies a safe character set (e.g., UTF-8, ISO-8859-1) with the charset parameter."
1146
+ },
1147
+ {
1148
+ "id": "OWASP-ASVS-V14.5.1",
1149
+ "description": "Verify that the application only responds to HTTP methods in use by the application or by the API (including OPTIONS during preflight requests) and unused methods (e.g. TRACE) are blocked."
1150
+ },
1151
+ {
1152
+ "id": "OWASP-ASVS-V14.5.5",
1153
+ "description": "Verify that HTTP requests using the HEAD, OPTIONS, TRACE or GET verb do not modify any backend data structure or perform any state-changing actions. These requests are safe methods and should therefore not have any side effects."
1154
+ },
1155
+ {
1156
+ "id": "OWASP-ASVS-V14.5.6",
1157
+ "description": "Verify that all application components, including load balancers, firewalls, and application servers, comply with RFC 2616 by ignoring the Content-Length header when a Transfer-Encoding header is present, to prevent HTTP Request Smuggling."
1158
+ },
1159
+ {
1160
+ "id": "OWASP-ASVS-V14.5.7",
1161
+ "description": "Verify that the web application warns users who are using an old browser which does not support HTTP security features on which the application relies. The list of old browsers must be periodically reviewed and updated."
1162
+ },
1163
+ {
1164
+ "id": "OWASP-ASVS-V14.5.8",
1165
+ "description": "Verify that any HTTP headers used by the application and defined by intermediary devices like load balancers or proxies, such as X-Real-IP and X-Forwarded-*, cannot be overridden by the end-user."
1166
+ },
1167
+ {
1168
+ "id": "OWASP-ASVS-V14.6.1",
1169
+ "description": "Verify that the value in the Content-Length request header matches the calculated length using the built-in mechanism."
1170
+ },
1171
+ {
1172
+ "id": "OWASP-ASVS-V14.6.2",
1173
+ "description": "Verify that all Transfer-Encoding headers are stripped from the message or that the request is blocked entirely."
1174
+ },
1175
+ {
1176
+ "id": "OWASP-ASVS-V14.6.3",
1177
+ "description": "Verify that a full CRLF (\\r\\n) sequence is neutralized inside a HTTP/2 header."
1178
+ },
1179
+ {
1180
+ "id": "OWASP-ASVS-V14.7.1",
1181
+ "description": "Verify that the web or application server is configured with an allow list of resources or systems to which the server can send requests or load data or files from."
1182
+ },
1183
+ {
1184
+ "id": "OWASP-ASVS-V50.1.1",
1185
+ "description": "Verify that separate applications are hosted on different hostnames to benefit from the restrictions provided by the \"same-origin policy\" including how documents or scripts loaded by one origin can interact with resources from another origin and hostname restrictions on cookies."
1186
+ },
1187
+ {
1188
+ "id": "OWASP-ASVS-V50.2.1",
1189
+ "description": "Verify that a Content Security Policy (CSP) response header is in place that helps mitigate impact for XSS attacks like HTML, DOM, CSS, JSON, and JavaScript injection vulnerabilities."
1190
+ },
1191
+ {
1192
+ "id": "OWASP-ASVS-V50.2.2",
1193
+ "description": "Verify that all responses contain a X-Content-Type-Options: nosniff header."
1194
+ },
1195
+ {
1196
+ "id": "OWASP-ASVS-V50.2.3",
1197
+ "description": "Verify that a Strict-Transport-Security header is included on all responses and for all subdomains, such as Strict-Transport-Security: max-age=31536000; includeSubdomains."
1198
+ },
1199
+ {
1200
+ "id": "OWASP-ASVS-V50.2.4",
1201
+ "description": "Verify that a suitable Referrer-Policy header is included to avoid exposing sensitive information in the URL through the Referer header to untrusted parties."
1202
+ },
1203
+ {
1204
+ "id": "OWASP-ASVS-V50.2.5",
1205
+ "description": "Verify that the content of a web application cannot be embedded in a third-party site by default and that embedding of the exact resources is only allowed where necessary by using suitable Content-Security-Policy: frame-ancestors. Note that the X-Frame-Options solution is obsoleted."
1206
+ },
1207
+ {
1208
+ "id": "OWASP-ASVS-V50.2.6",
1209
+ "description": "Verify that the Cross-Origin Resource Sharing (CORS) Access-Control-Allow-Origin header uses a strict allow list of trusted origins. When \"Access-Control-Allow-Origin: *\" needs to be used, verify that the responses do not include any sensitive information."
1210
+ },
1211
+ {
1212
+ "id": "OWASP-ASVS-V50.3.1",
1213
+ "description": "Verify that the application defends against Cross-Site Request Forgery (CSRF) attacks to protect authenticated or sensitive public functionality using the development framework's built-in anti-CSRF functionality or CSRF tokens plus additional defense in depth measures."
1214
+ },
1215
+ {
1216
+ "id": "OWASP-ASVS-V50.3.2",
1217
+ "description": "Verify that messages received by the postMessage interface are discarded if the origin of the message is not trusted, or if the syntax of the message is invalid."
1218
+ },
1219
+ {
1220
+ "id": "OWASP-ASVS-V50.3.3",
1221
+ "description": "Verify that the Origin header is validated against a defined list of allowed origins to match the desired Cross-Origin Resource Sharing (CORS) policy."
1222
+ },
1223
+ {
1224
+ "id": "OWASP-ASVS-V50.4.1",
1225
+ "description": "Verify that JSONP functionality is not enabled anywhere across the application to avoid Cross-Site Script Inclusion (XSSI) attacks."
1226
+ },
1227
+ {
1228
+ "id": "OWASP-ASVS-V50.4.2",
1229
+ "description": "Verify that data requiring authorization is not included in script resource responses, like JavaScript files, to prevent Cross-Site Script Inclusion (XSSI) attacks."
1230
+ },
1231
+ {
1232
+ "id": "OWASP-ASVS-V50.5.1",
1233
+ "description": "Verify that direct requests to uploaded files will never be executed as HTML and JavaScript content."
1234
+ },
1235
+ {
1236
+ "id": "OWASP-ASVS-V50.5.2",
1237
+ "description": "Verify that user-uploaded files - if required to be displayed or downloaded from the application - are served by either octet stream downloads, or from an unrelated domain, such as a cloud file storage bucket."
1238
+ },
1239
+ {
1240
+ "id": "OWASP-ASVS-V50.5.3",
1241
+ "description": "Verify that security controls are in place to prevent browsers from rendering content or functionality in HTTP responses in an incorrect context (e.g., when an API or other resource is loaded directly). Possible controls could include: not serving the content unless headers indicate it is the correct context, Content-Security-Policy: sandbox, Content-Disposition: attachment, etc."
1242
+ },
1243
+ {
1244
+ "id": "OWASP-ASVS-V50.6.1",
1245
+ "description": "Verify that if client-side assets, such as JavaScript libraries, CSS or web fonts, are hosted externally on a Content Delivery Network (CDN) or external provider, Subresource Integrity (SRI) is used to validate the integrity of the asset."
1246
+ },
1247
+ {
1248
+ "id": "OWASP-ASVS-V50.7.1",
1249
+ "description": "Verify that the application shows a notification when the user is being redirected to a URL outside of the application's control, with an option to cancel the navigation."
1250
+ },
1251
+ {
1252
+ "id": "OWASP-ASVS-V50.7.2",
1253
+ "description": "Verify the application only uses client-side technologies which are still supported and considered secure. Examples of technologies which do not meet this requirement include NSAPI plugins, Flash, Shockwave, ActiveX, Silverlight, NACL, or client-side Java applets."
1254
+ }
1255
+ ]
1256
+ }