From 8e12814bce832285416b6e027aa607907c597f01 Mon Sep 17 00:00:00 2001 From: Abderrahmane Smimite Date: Sat, 1 Jun 2024 18:01:03 +0200 Subject: [PATCH] Support levels in ASVS --- .../library/libraries/owasp-asvs-4.0.3.yaml | 971 +++++++++++++++++- tools/owasp/owasp-asvs-4.0.3.xlsx | Bin 38724 -> 41222 bytes 2 files changed, 965 insertions(+), 6 deletions(-) diff --git a/backend/library/libraries/owasp-asvs-4.0.3.yaml b/backend/library/libraries/owasp-asvs-4.0.3.yaml index b1da8b1cd..5ee5ef2a2 100644 --- a/backend/library/libraries/owasp-asvs-4.0.3.yaml +++ b/backend/library/libraries/owasp-asvs-4.0.3.yaml @@ -4,7 +4,7 @@ ref_id: OWASP-ASVS-4.0.3 name: OWASP ASVS 4.0.3 description: OWASP Application Security Verification Standard. https://owasp.org/www-project-application-security-verification-standard/ copyright: CC BY-SA 3.0 - The OWASP Foundation -version: 1 +version: 2 provider: OWASP packager: intuitem objects: @@ -13,6 +13,16 @@ objects: ref_id: OWASP-ASVS-4.0.3 name: OWASP ASVS 4.0.3 description: 'OWASP Application Security Verification Standard ' + implementation_groups_definition: + - ref_id: L1 + name: Level 1 + description: First steps, automated, or whole of portfolio view + - ref_id: L2 + name: Level 2 + description: Most applications + - ref_id: L3 + name: Level 3 + description: High value, high assurance, or high safety requirement_nodes: - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1 assessable: false @@ -32,6 +42,9 @@ objects: ref_id: V1.1.1 description: Verify the use of a secure software development lifecycle that addresses security in all stages of development. ([C1](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.1.2 assessable: true depth: 3 @@ -40,6 +53,9 @@ objects: description: Verify the use of threat modeling for every design change or sprint planning to identify threats, plan for countermeasures, facilitate appropriate risk responses, and guide security testing. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.1.3 assessable: true depth: 3 @@ -48,6 +64,9 @@ objects: description: Verify that all user stories and features contain functional security constraints, such as "As a user, I should be able to view and edit my profile. I should not be able to view or edit anyone else's profile" + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.1.4 assessable: true depth: 3 @@ -55,6 +74,9 @@ objects: ref_id: V1.1.4 description: Verify documentation and justification of all the application's trust boundaries, components, and significant data flows. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.1.5 assessable: true depth: 3 @@ -62,6 +84,9 @@ objects: ref_id: V1.1.5 description: Verify definition and security analysis of the application's high-level architecture and all connected remote services. ([C1](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.1.6 assessable: true depth: 3 @@ -70,6 +95,9 @@ objects: description: Verify implementation of centralized, simple (economy of design), vetted, secure, and reusable security controls to avoid duplicate, missing, ineffective, or insecure controls. ([C10](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.1.7 assessable: true depth: 3 @@ -77,6 +105,9 @@ objects: ref_id: V1.1.7 description: Verify availability of a secure coding checklist, security requirements, guideline, or policy to all developers and testers. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.2 assessable: false depth: 2 @@ -90,6 +121,9 @@ objects: ref_id: V1.2.1 description: Verify the use of unique or special low-privilege operating system accounts for all application components, services, and servers. ([C3](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.2.2 assessable: true depth: 3 @@ -98,6 +132,9 @@ objects: description: Verify that communications between application components, including APIs, middleware and data layers, are authenticated. Components should have the least necessary privileges needed. ([C3](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.2.3 assessable: true depth: 3 @@ -106,6 +143,9 @@ objects: description: Verify that the application uses a single vetted 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.2.4 assessable: true depth: 3 @@ -114,6 +154,9 @@ objects: description: Verify that all authentication pathways and identity management APIs implement consistent authentication security control strength, such that there are no weaker alternatives per the risk of the application. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.4 assessable: false depth: 2 @@ -128,6 +171,9 @@ objects: description: Verify that trusted enforcement points, such as access control gateways, servers, and serverless functions, enforce access controls. Never enforce access controls on the client. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.4.4 assessable: true depth: 3 @@ -137,6 +183,9 @@ objects: mechanism for accessing protected data and resources. All requests must pass through this single mechanism to avoid copy and paste or insecure alternative paths. ([C7](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.4.5 assessable: true depth: 3 @@ -145,6 +194,9 @@ objects: description: Verify that attribute or feature-based access control is used whereby the code checks the user's authorization for a feature/data item rather than just their role. Permissions should still be allocated using roles. ([C7](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.5 assessable: false depth: 2 @@ -159,6 +211,9 @@ objects: description: Verify that input and output requirements clearly define how to handle and process data based on type, content, and applicable laws, regulations, and other policy compliance. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.5.2 assessable: true depth: 3 @@ -168,6 +223,9 @@ objects: clients. If this is not possible, ensure that adequate integrity controls (and possibly encryption if sensitive data is sent) are enforced to prevent deserialization attacks including object injection. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.5.3 assessable: true depth: 3 @@ -175,6 +233,9 @@ objects: ref_id: V1.5.3 description: Verify that input validation is enforced on a trusted service layer. ([C5](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.5.4 assessable: true depth: 3 @@ -182,6 +243,9 @@ objects: ref_id: V1.5.4 description: Verify that output encoding occurs close to or by the interpreter for which it is intended. ([C4](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.6 assessable: false depth: 2 @@ -196,6 +260,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.6.2 assessable: true depth: 3 @@ -203,6 +270,9 @@ objects: ref_id: V1.6.2 description: Verify that consumers of cryptographic services protect key material and other secrets by using key vaults or API based alternatives. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.6.3 assessable: true depth: 3 @@ -210,6 +280,9 @@ objects: ref_id: V1.6.3 description: Verify that all keys and passwords are replaceable and are part of a well-defined process to re-encrypt sensitive data. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.6.4 assessable: true depth: 3 @@ -218,6 +291,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.7 assessable: false depth: 2 @@ -231,6 +307,9 @@ objects: ref_id: V1.7.1 description: Verify that a common logging format and approach is used across the system. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.7.2 assessable: true depth: 3 @@ -238,6 +317,9 @@ objects: ref_id: V1.7.2 description: Verify that logs are securely transmitted to a preferably remote system for analysis, detection, alerting, and escalation. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.8 assessable: false depth: 2 @@ -251,6 +333,9 @@ objects: ref_id: V1.8.1 description: Verify that all sensitive data is identified and classified into protection levels. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.8.2 assessable: true depth: 3 @@ -260,6 +345,9 @@ objects: requirements, such as encryption requirements, integrity requirements, retention, privacy and other confidentiality requirements, and that these are applied in the architecture. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.9 assessable: false depth: 2 @@ -274,6 +362,9 @@ objects: description: Verify the application encrypts communications between components, particularly when these components are in different containers, systems, sites, or cloud providers. ([C3](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.9.2 assessable: true depth: 3 @@ -282,6 +373,9 @@ objects: description: Verify that application components verify the authenticity of each side in a communication link to prevent person-in-the-middle attacks. For example, application components should validate TLS certificates and chains. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.10 assessable: false depth: 2 @@ -297,6 +391,9 @@ objects: to ensure that check-ins are accompanied by issues or change tickets. The source code control system should have access control and identifiable users to allow traceability of any changes. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.11 assessable: false depth: 2 @@ -310,6 +407,9 @@ objects: ref_id: V1.11.1 description: Verify the definition and documentation of all application components in terms of the business or security functions they provide. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.11.2 assessable: true depth: 3 @@ -317,6 +417,9 @@ objects: ref_id: V1.11.2 description: Verify that all high-value business logic flows, including authentication, session management and access control, do not share unsynchronized state. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.11.3 assessable: true depth: 3 @@ -325,6 +428,8 @@ objects: 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. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.12 assessable: false depth: 2 @@ -341,6 +446,9 @@ objects: or from an unrelated domain, such as a cloud file storage bucket. Implement a suitable Content Security Policy (CSP) to reduce the risk from XSS vectors or other attacks from the uploaded file. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.14 assessable: false depth: 2 @@ -355,6 +463,9 @@ objects: description: Verify the segregation of components of differing trust levels through well-defined security controls, firewall rules, API gateways, reverse proxies, cloud-based security groups, or similar mechanisms. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.14.2 assessable: true depth: 3 @@ -362,6 +473,9 @@ objects: ref_id: V1.14.2 description: Verify that binary signatures, trusted connections, and verified endpoints are used to deploy binaries to remote devices. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.14.3 assessable: true depth: 3 @@ -369,6 +483,9 @@ objects: ref_id: V1.14.3 description: Verify that the build pipeline warns of out-of-date or insecure components and takes appropriate actions. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.14.4 assessable: true depth: 3 @@ -378,6 +495,9 @@ objects: build and verify the secure deployment of the application, particularly if the application infrastructure is software defined, such as cloud environment build scripts. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.14.5 assessable: true depth: 3 @@ -387,6 +507,9 @@ objects: and/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. ([C5](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v1.14.6 assessable: true depth: 3 @@ -395,6 +518,9 @@ objects: description: Verify the application does not use unsupported, insecure, or deprecated client-side technologies such as NSAPI plugins, Flash, Shockwave, ActiveX, Silverlight, NACL, or client-side Java applets. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2 assessable: false depth: 1 @@ -413,6 +539,10 @@ objects: ref_id: V2.1.1 description: Verify that user set passwords are at least 12 characters in length (after multiple spaces are combined). ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1.2 assessable: true depth: 3 @@ -420,6 +550,10 @@ objects: ref_id: V2.1.2 description: Verify that passwords of at least 64 characters are permitted, and that passwords of more than 128 characters are denied. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1.3 assessable: true depth: 3 @@ -427,6 +561,10 @@ objects: ref_id: V2.1.3 description: Verify that password truncation is not performed. However, consecutive multiple spaces may be replaced by a single space. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1.4 assessable: true depth: 3 @@ -434,12 +572,20 @@ objects: ref_id: V2.1.4 description: Verify that any printable Unicode character, including language neutral characters such as spaces and Emojis are permitted in passwords. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1.5 assessable: true depth: 3 parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1 ref_id: V2.1.5 description: Verify users can change their password. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1.6 assessable: true depth: 3 @@ -447,6 +593,10 @@ objects: ref_id: V2.1.6 description: Verify that password change functionality requires the user's current and new password. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1.7 assessable: true depth: 3 @@ -460,6 +610,10 @@ objects: plain text password is not sent or used in verifying the breach status of the password. If the password is breached, the application must require the user to set a new non-breached password. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1.8 assessable: true depth: 3 @@ -467,6 +621,10 @@ objects: ref_id: V2.1.8 description: Verify that a password strength meter is provided to help users set a stronger password. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1.9 assessable: true depth: 3 @@ -475,6 +633,10 @@ objects: 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. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1.10 assessable: true depth: 3 @@ -482,6 +644,10 @@ objects: ref_id: V2.1.10 description: Verify that there are no periodic credential rotation or password history requirements. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1.11 assessable: true depth: 3 @@ -489,6 +655,10 @@ objects: ref_id: V2.1.11 description: Verify that "paste" functionality, browser password helpers, and external password managers are permitted. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.1.12 assessable: true depth: 3 @@ -497,6 +667,10 @@ objects: description: Verify that the user can choose to either temporarily view the entire masked password, or temporarily view the last typed character of the password on platforms that do not have this as built-in functionality. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.2 assessable: false depth: 2 @@ -515,6 +689,10 @@ objects: restrictions, or risk-based restrictions such as location, first login on a device, recent attempts to unlock the account, or similar. Verify that no more than 100 failed attempts per hour is possible on a single account. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.2.2 assessable: true depth: 3 @@ -525,6 +703,10 @@ objects: replacement for more secure authentication methods. Verify that stronger methods are offered before weak methods, users are aware of the risks, or that proper measures are in place to limit the risks of account compromise. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.2.3 assessable: true depth: 3 @@ -536,6 +718,10 @@ objects: - rather than SMS or email - is preferred, but in the absence of push notifications, SMS or email is acceptable as long as no sensitive information is disclosed in the notification. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.2.4 assessable: true depth: 3 @@ -545,6 +731,8 @@ objects: of multi-factor authentication, cryptographic devices with intent (such as connected keys with a push to authenticate), or at higher AAL levels, client-side certificates. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.2.5 assessable: true depth: 3 @@ -553,6 +741,8 @@ objects: 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. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.2.6 assessable: true depth: 3 @@ -560,6 +750,8 @@ objects: ref_id: V2.2.6 description: Verify replay resistance through the mandated use of One-time Passwords (OTP) devices, cryptographic authenticators, or lookup codes. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.2.7 assessable: true depth: 3 @@ -567,6 +759,8 @@ objects: ref_id: V2.2.7 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. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.3 assessable: false depth: 2 @@ -582,6 +776,10 @@ objects: be securely randomly generated, SHOULD be at least 6 characters long, and MAY contain letters and numbers, and expire after a short period of time. These initial secrets must not be permitted to become the long term password. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.3.2 assessable: true depth: 3 @@ -589,6 +787,9 @@ objects: ref_id: V2.3.2 description: Verify that enrollment and use of user-provided authentication devices are supported, such as a U2F or FIDO tokens. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.3.3 assessable: true depth: 3 @@ -596,6 +797,9 @@ objects: ref_id: V2.3.3 description: Verify that renewal instructions are sent with sufficient time to renew time bound authenticators. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.4 assessable: false depth: 2 @@ -612,6 +816,9 @@ objects: key derivation or password hashing function. Key derivation and password hashing functions take a password, a salt, and a cost factor as inputs when generating a password hash. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.4.2 assessable: true depth: 3 @@ -620,6 +827,9 @@ objects: description: Verify that the salt is at least 32 bits in length and be chosen arbitrarily to minimize salt value collisions among stored hashes. For each credential, a unique salt value and the resulting hash SHALL be stored. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.4.3 assessable: true depth: 3 @@ -628,6 +838,9 @@ objects: description: Verify that if PBKDF2 is used, the iteration count SHOULD be as large as verification server performance will allow, typically at least 100,000 iterations. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.4.4 assessable: true depth: 3 @@ -635,6 +848,9 @@ objects: ref_id: V2.4.4 description: Verify that if bcrypt is used, the work factor SHOULD be as large as verification server performance will allow, with a minimum of 10. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.4.5 assessable: true depth: 3 @@ -647,6 +863,9 @@ objects: revision of SP 800-131A. The secret salt value SHALL be stored separately from the hashed passwords (e.g., in a specialized device like a hardware security module). + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.5 assessable: false depth: 2 @@ -660,6 +879,10 @@ objects: ref_id: V2.5.1 description: Verify that a system generated initial activation or recovery secret is not sent in clear text to the user. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.5.2 assessable: true depth: 3 @@ -667,6 +890,10 @@ objects: ref_id: V2.5.2 description: Verify password hints or knowledge-based authentication (so-called "secret questions") are not present. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.5.3 assessable: true depth: 3 @@ -674,6 +901,10 @@ objects: ref_id: V2.5.3 description: Verify password credential recovery does not reveal the current password in any way. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.5.4 assessable: true depth: 3 @@ -681,6 +912,10 @@ objects: ref_id: V2.5.4 description: Verify shared or default accounts are not present (e.g. "root", "admin", or "sa"). + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.5.5 assessable: true depth: 3 @@ -688,6 +923,10 @@ objects: ref_id: V2.5.5 description: Verify that if an authentication factor is changed or replaced, that the user is notified of this event. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.5.6 assessable: true depth: 3 @@ -696,6 +935,10 @@ objects: 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. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.5.7 assessable: true depth: 3 @@ -704,6 +947,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.6 assessable: false depth: 2 @@ -716,6 +962,9 @@ objects: parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.6 ref_id: V2.6.1 description: Verify that lookup secrets can be used only once. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.6.2 assessable: true depth: 3 @@ -724,6 +973,9 @@ objects: description: Verify that lookup secrets have sufficient randomness (112 bits of entropy), or if less than 112 bits of entropy, salted with a unique and random 32-bit salt and hashed with an approved one-way hash. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.6.3 assessable: true depth: 3 @@ -731,6 +983,9 @@ objects: ref_id: V2.6.3 description: Verify that lookup secrets are resistant to offline attacks, such as predictable values. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.7 assessable: false depth: 2 @@ -745,6 +1000,10 @@ objects: description: Verify that clear text 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.7.2 assessable: true depth: 3 @@ -752,6 +1011,10 @@ objects: ref_id: V2.7.2 description: Verify that the out of band verifier expires out of band authentication requests, codes, or tokens after 10 minutes. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.7.3 assessable: true depth: 3 @@ -759,6 +1022,10 @@ objects: ref_id: V2.7.3 description: Verify that the out of band verifier authentication requests, codes, or tokens are only usable once, and only for the original authentication request. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.7.4 assessable: true depth: 3 @@ -766,6 +1033,10 @@ objects: ref_id: V2.7.4 description: Verify that the out of band authenticator and verifier communicates over a secure independent channel. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.7.5 assessable: true depth: 3 @@ -773,6 +1044,9 @@ objects: ref_id: V2.7.5 description: Verify that the out of band verifier retains only a hashed version of the authentication code. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.7.6 assessable: true depth: 3 @@ -781,6 +1055,9 @@ objects: description: Verify that the initial authentication code is generated by a secure random number generator, containing at least 20 bits of entropy (typically a six digital random number is sufficient). + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.8 assessable: false depth: 2 @@ -793,6 +1070,10 @@ objects: parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.8 ref_id: V2.8.1 description: Verify that time-based OTPs have a defined lifetime before expiring. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.8.2 assessable: true depth: 3 @@ -801,6 +1082,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.8.3 assessable: true depth: 3 @@ -808,6 +1092,9 @@ objects: ref_id: V2.8.3 description: Verify that approved cryptographic algorithms are used in the generation, seeding, and verification of OTPs. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.8.4 assessable: true depth: 3 @@ -815,6 +1102,9 @@ objects: ref_id: V2.8.4 description: Verify that time-based OTP can be used only once within the validity period. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.8.5 assessable: true depth: 3 @@ -823,6 +1113,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.8.6 assessable: true depth: 3 @@ -831,6 +1124,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.8.7 assessable: true depth: 3 @@ -839,6 +1135,9 @@ objects: description: Verify that biometric authenticators are limited to use only as secondary factors in conjunction with either something you have and something you know. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.9 assessable: false depth: 2 @@ -854,6 +1153,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.9.2 assessable: true depth: 3 @@ -862,6 +1164,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.9.3 assessable: true depth: 3 @@ -869,6 +1174,9 @@ objects: ref_id: V2.9.3 description: Verify that approved cryptographic algorithms are used in the generation, seeding, and verification. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.10 assessable: false depth: 2 @@ -882,6 +1190,9 @@ objects: ref_id: V2.10.1 description: Verify that intra-service secrets do not rely on unchanging credentials such as passwords, API keys or shared accounts with privileged access. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.10.2 assessable: true depth: 3 @@ -890,6 +1201,9 @@ objects: description: Verify that if passwords are required for service authentication, the service account used is not a default credential. (e.g. root/root or admin/admin are default in some services during installation). + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.10.3 assessable: true depth: 3 @@ -897,6 +1211,9 @@ objects: ref_id: V2.10.3 description: Verify that passwords are stored with sufficient protection to prevent offline recovery attacks, including local system access. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v2.10.4 assessable: true depth: 3 @@ -907,6 +1224,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3 assessable: false depth: 1 @@ -924,6 +1244,10 @@ objects: parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.1 ref_id: V3.1.1 description: Verify the application never reveals session tokens in URL parameters. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.2 assessable: false depth: 2 @@ -937,6 +1261,10 @@ objects: ref_id: V3.2.1 description: Verify the application generates a new session token on user authentication. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.2.2 assessable: true depth: 3 @@ -944,6 +1272,10 @@ objects: ref_id: V3.2.2 description: Verify that session tokens possess at least 64 bits of entropy. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.2.3 assessable: true depth: 3 @@ -952,6 +1284,10 @@ objects: description: Verify the application only stores session tokens in the browser using secure methods such as appropriately secured cookies (see section 3.4) or HTML 5 session storage. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.2.4 assessable: true depth: 3 @@ -959,6 +1295,9 @@ objects: ref_id: V3.2.4 description: Verify that session tokens are generated using approved cryptographic algorithms. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.3 assessable: false depth: 2 @@ -973,6 +1312,10 @@ objects: description: Verify that logout and expiration invalidate the session token, such that the back button or a downstream relying party does not resume an authenticated session, including across relying parties. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.3.2 assessable: true depth: 3 @@ -981,6 +1324,10 @@ objects: description: If authenticators permit users to remain logged in, verify that re-authentication occurs periodically both when actively used or after an idle period. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.3.3 assessable: true depth: 3 @@ -990,6 +1337,9 @@ objects: active sessions after a successful password change (including change via password reset/recovery), and that this is effective across the application, federated login (if present), and any relying parties. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.3.4 assessable: true depth: 3 @@ -997,6 +1347,9 @@ objects: ref_id: V3.3.4 description: Verify that users are able to view and (having re-entered login credentials) log out of any or all currently active sessions and devices. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.4 assessable: false depth: 2 @@ -1010,6 +1363,10 @@ objects: ref_id: V3.4.1 description: Verify that cookie-based session tokens have the 'Secure' attribute set. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.4.2 assessable: true depth: 3 @@ -1017,6 +1374,10 @@ objects: ref_id: V3.4.2 description: Verify that cookie-based session tokens have the 'HttpOnly' attribute set. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.4.3 assessable: true depth: 3 @@ -1024,6 +1385,10 @@ objects: ref_id: V3.4.3 description: Verify that cookie-based session tokens utilize the 'SameSite' attribute to limit exposure to cross-site request forgery attacks. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.4.4 assessable: true depth: 3 @@ -1031,6 +1396,10 @@ objects: ref_id: V3.4.4 description: Verify that cookie-based session tokens use the "__Host-" prefix so cookies are only sent to the host that initially set the cookie. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.4.5 assessable: true depth: 3 @@ -1040,6 +1409,10 @@ objects: with other applications that set or use session cookies that might disclose the session cookies, set the path attribute in cookie-based session tokens using the most precise path possible. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.5 assessable: false depth: 2 @@ -1053,6 +1426,9 @@ objects: ref_id: V3.5.1 description: Verify the application allows users to revoke OAuth tokens that form trust relationships with linked applications. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.5.2 assessable: true depth: 3 @@ -1060,6 +1436,9 @@ objects: ref_id: V3.5.2 description: Verify the application uses session tokens rather than static API secrets and keys, except with legacy implementations. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.5.3 assessable: true depth: 3 @@ -1068,6 +1447,9 @@ objects: description: Verify that stateless session tokens use digital signatures, encryption, and other countermeasures to protect against tampering, enveloping, replay, null cipher, and key substitution attacks. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.6 assessable: false depth: 2 @@ -1082,6 +1464,8 @@ objects: 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. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.6.2 assessable: true depth: 3 @@ -1090,6 +1474,8 @@ objects: 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. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v3.7 assessable: false depth: 2 @@ -1104,6 +1490,10 @@ objects: description: Verify the application ensures a full, valid login session or requires re-authentication or secondary verification before allowing any sensitive transactions or account modifications. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v4 assessable: false depth: 1 @@ -1123,6 +1513,10 @@ objects: description: Verify that the application enforces access control rules on a trusted service layer, especially if client-side access control is present and could be bypassed. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v4.1.2 assessable: true depth: 3 @@ -1131,6 +1525,10 @@ objects: description: Verify that all user and data attributes and policy information used by access controls cannot be manipulated by end users unless specifically authorized. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v4.1.3 assessable: true depth: 3 @@ -1140,6 +1538,10 @@ objects: 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. ([C7](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v4.1.5 assessable: true depth: 3 @@ -1147,6 +1549,10 @@ objects: ref_id: V4.1.5 description: Verify that access controls fail securely including when an exception occurs. ([C10](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v4.2 assessable: false depth: 2 @@ -1162,6 +1568,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v4.2.2 assessable: true depth: 3 @@ -1170,6 +1580,10 @@ objects: description: Verify that the application or framework enforces a strong anti-CSRF mechanism to protect authenticated functionality, and effective anti-automation or anti-CSRF protects unauthenticated functionality. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v4.3 assessable: false depth: 2 @@ -1183,6 +1597,10 @@ objects: ref_id: V4.3.1 description: Verify administrative interfaces use appropriate multi-factor authentication to prevent unauthorized use. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v4.3.2 assessable: true depth: 3 @@ -1192,6 +1610,10 @@ objects: desired. Additionally, applications should not allow discovery or disclosure of file or directory metadata, such as Thumbs.db, .DS_Store, .git or .svn folders. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v4.3.3 assessable: true depth: 3 @@ -1201,6 +1623,9 @@ objects: up or adaptive authentication) for lower value systems, and / or segregation of duties for high value applications to enforce anti-fraud controls as per the risk of application and past fraud. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5 assessable: false depth: 1 @@ -1221,6 +1646,10 @@ objects: pollution attacks, particularly if the application framework makes no distinction about the source of request parameters (GET, POST, cookies, headers, or environment variables). + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.1.2 assessable: true depth: 3 @@ -1229,6 +1658,10 @@ objects: 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. ([C5](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.1.3 assessable: true depth: 3 @@ -1237,6 +1670,10 @@ objects: description: Verify that all input (HTML form fields, REST requests, URL parameters, HTTP headers, cookies, batch files, RSS feeds, etc) is validated using positive validation (allow lists). ([C5](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.1.4 assessable: true depth: 3 @@ -1247,6 +1684,10 @@ objects: card numbers, e-mail addresses, telephone numbers, or validating that two related fields are reasonable, such as checking that suburb and zip/postcode match). ([C5](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.1.5 assessable: true depth: 3 @@ -1255,6 +1696,10 @@ objects: description: Verify that URL redirects and forwards only allow destinations which appear on an allow list, or show a warning when redirecting to potentially untrusted content. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.2 assessable: false depth: 2 @@ -1269,6 +1714,10 @@ objects: description: Verify that all untrusted HTML input from WYSIWYG editors or similar is properly sanitized with an HTML sanitizer library or framework feature. ([C5](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.2.2 assessable: true depth: 3 @@ -1276,6 +1725,10 @@ objects: ref_id: V5.2.2 description: Verify that unstructured data is sanitized to enforce safety measures such as allowed characters and length. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.2.3 assessable: true depth: 3 @@ -1283,6 +1736,10 @@ objects: ref_id: V5.2.3 description: Verify that the application sanitizes user input before passing to mail systems to protect against SMTP or IMAP injection. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.2.4 assessable: true depth: 3 @@ -1291,6 +1748,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.2.5 assessable: true depth: 3 @@ -1298,6 +1759,10 @@ objects: ref_id: V5.2.5 description: Verify that the application protects against template injection attacks by ensuring that any user input being included is sanitized or sandboxed. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.2.6 assessable: true depth: 3 @@ -1306,6 +1771,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.2.7 assessable: true depth: 3 @@ -1314,6 +1783,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.2.8 assessable: true depth: 3 @@ -1322,6 +1795,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.3 assessable: false depth: 2 @@ -1339,6 +1816,10 @@ objects: \ as the context requires, especially from untrusted inputs (e.g. names with\ \ Unicode or apostrophes, such as \u201E\xC5\u2260\u201E\xC5\xEC or O'Hara).\ \ ([C4](https://owasp.org/www-project-proactive-controls/#div-numbering))" + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.3.2 assessable: true depth: 3 @@ -1347,6 +1828,10 @@ objects: description: Verify that output encoding preserves the user's chosen character set and locale, such that any Unicode character point is valid and safely handled. ([C4](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.3.3 assessable: true depth: 3 @@ -1355,6 +1840,10 @@ objects: description: Verify that context-aware, preferably automated - or at worst, manual - output escaping protects against reflected, stored, and DOM based XSS. ([C4](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.3.4 assessable: true depth: 3 @@ -1363,6 +1852,10 @@ objects: description: Verify that data selection or database queries (e.g. SQL, HQL, ORM, NoSQL) use parameterized queries, ORMs, entity frameworks, or are otherwise protected from database injection attacks. ([C3](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.3.5 assessable: true depth: 3 @@ -1371,6 +1864,10 @@ objects: description: Verify that where parameterized or safer mechanisms are not present, context-specific output encoding is used to protect against injection attacks, such as the use of SQL escaping to protect against SQL injection. ([C3, C4](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.3.6 assessable: true depth: 3 @@ -1378,6 +1875,10 @@ objects: ref_id: V5.3.6 description: Verify that the application protects against JSON injection attacks, JSON eval attacks, and JavaScript expression evaluation. ([C4](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.3.7 assessable: true depth: 3 @@ -1386,6 +1887,10 @@ objects: description: Verify that the application protects against LDAP injection vulnerabilities, or that specific security controls to prevent LDAP injection have been implemented. ([C4](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.3.8 assessable: true depth: 3 @@ -1394,6 +1899,10 @@ objects: 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. ([C4](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.3.9 assessable: true depth: 3 @@ -1401,6 +1910,10 @@ objects: ref_id: V5.3.9 description: Verify that the application protects against Local File Inclusion (LFI) or Remote File Inclusion (RFI) attacks. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.3.10 assessable: true depth: 3 @@ -1408,6 +1921,10 @@ objects: ref_id: V5.3.10 description: Verify that the application protects against XPath injection or XML injection attacks. ([C4](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.4 assessable: false depth: 2 @@ -1421,6 +1938,9 @@ objects: ref_id: V5.4.1 description: Verify that the application uses memory-safe string, safer memory copy and pointer arithmetic to detect or prevent stack, buffer, or heap overflows. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.4.2 assessable: true depth: 3 @@ -1428,6 +1948,9 @@ objects: ref_id: V5.4.2 description: Verify that format strings do not take potentially hostile input, and are constant. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.4.3 assessable: true depth: 3 @@ -1435,6 +1958,9 @@ objects: ref_id: V5.4.3 description: Verify that sign, range, and input validation techniques are used to prevent integer overflows. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.5 assessable: false depth: 2 @@ -1448,6 +1974,10 @@ objects: ref_id: V5.5.1 description: Verify that serialized objects use integrity checks or are encrypted to prevent hostile object creation or data tampering. ([C5](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.5.2 assessable: true depth: 3 @@ -1457,6 +1987,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.5.3 assessable: true depth: 3 @@ -1465,6 +1999,10 @@ objects: description: Verify that deserialization of untrusted data is avoided or is protected in both custom code and third-party libraries (such as JSON, XML and YAML parsers). + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v5.5.4 assessable: true depth: 3 @@ -1473,6 +2011,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6 assessable: false depth: 1 @@ -1492,6 +2034,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.1.2 assessable: true depth: 3 @@ -1500,6 +2045,9 @@ objects: description: Verify that regulated health data is stored encrypted while at rest, such as medical records, medical device details, or de-anonymized research records. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.1.3 assessable: true depth: 3 @@ -1508,6 +2056,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.2 assessable: false depth: 2 @@ -1521,6 +2072,10 @@ objects: ref_id: V6.2.1 description: Verify that all cryptographic modules fail securely, and errors are handled in a way that does not enable Padding Oracle attacks. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.2.2 assessable: true depth: 3 @@ -1529,6 +2084,9 @@ objects: description: Verify that industry proven or government approved cryptographic algorithms, modes, and libraries are used, instead of custom coded cryptography. ([C8](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.2.3 assessable: true depth: 3 @@ -1536,6 +2094,9 @@ objects: ref_id: V6.2.3 description: Verify that encryption initialization vector, cipher configuration, and block modes are configured securely using the latest advice. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.2.4 assessable: true depth: 3 @@ -1544,6 +2105,9 @@ objects: 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. ([C8](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.2.5 assessable: true depth: 3 @@ -1553,6 +2117,9 @@ objects: 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 unless required for backwards compatibility. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.2.6 assessable: true depth: 3 @@ -1561,6 +2128,9 @@ objects: description: Verify that nonces, initialization vectors, and other single use numbers must not be used more than once with a given encryption key. The method of generation must be appropriate for the algorithm being used. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.2.7 assessable: true depth: 3 @@ -1569,6 +2139,8 @@ objects: 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. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.2.8 assessable: true depth: 3 @@ -1577,6 +2149,8 @@ objects: description: Verify that all cryptographic operations are constant-time, with no 'short-circuit' operations in comparisons, calculations, or returns, to avoid leaking information. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.3 assessable: false depth: 2 @@ -1592,6 +2166,9 @@ objects: and random strings are generated using the cryptographic module's approved cryptographically secure random number generator when these random values are intended to be not guessable by an attacker. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.3.2 assessable: true depth: 3 @@ -1600,6 +2177,9 @@ objects: description: Verify that random GUIDs are created using the GUID v4 algorithm, and a Cryptographically-secure Pseudo-random Number Generator (CSPRNG). GUIDs created using other pseudo-random number generators may be predictable. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.3.3 assessable: true depth: 3 @@ -1608,6 +2188,8 @@ objects: 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. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.4 assessable: false depth: 2 @@ -1621,6 +2203,9 @@ objects: ref_id: V6.4.1 description: Verify that a secrets management solution such as a key vault is used to securely create, store, control access to and destroy secrets. ([C8](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v6.4.2 assessable: true depth: 3 @@ -1629,6 +2214,9 @@ objects: description: Verify that key material is not exposed to the application but instead uses an isolated security module like a vault for cryptographic operations. ([C8](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7 assessable: false depth: 1 @@ -1648,6 +2236,10 @@ objects: 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. ([C9, C10](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7.1.2 assessable: true depth: 3 @@ -1655,6 +2247,10 @@ objects: ref_id: V7.1.2 description: Verify that the application does not log other sensitive data as defined under local privacy laws or relevant security policy. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7.1.3 assessable: true depth: 3 @@ -1663,6 +2259,9 @@ objects: description: Verify that the application logs security relevant events including successful and failed authentication events, access control failures, deserialization failures and input validation failures. ([C5, C7](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7.1.4 assessable: true depth: 3 @@ -1671,6 +2270,9 @@ objects: description: Verify that each log event includes necessary information that would allow for a detailed investigation of the timeline when an event happens. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7.2 assessable: false depth: 2 @@ -1685,6 +2287,9 @@ objects: description: Verify that all authentication decisions are logged, without storing sensitive session tokens or passwords. This should include requests with relevant metadata needed for security investigations. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7.2.2 assessable: true depth: 3 @@ -1693,6 +2298,9 @@ objects: description: Verify that all access control decisions can be logged and all failed decisions are logged. This should include requests with relevant metadata needed for security investigations. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7.3 assessable: false depth: 2 @@ -1706,6 +2314,9 @@ objects: ref_id: V7.3.1 description: Verify that all logging components appropriately encode data to prevent log injection. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7.3.3 assessable: true depth: 3 @@ -1713,6 +2324,9 @@ objects: ref_id: V7.3.3 description: Verify that security logs are protected from unauthorized access and modification. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7.3.4 assessable: true depth: 3 @@ -1721,6 +2335,9 @@ objects: 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. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7.4 assessable: false depth: 2 @@ -1735,6 +2352,10 @@ objects: 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. ([C10](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7.4.2 assessable: true depth: 3 @@ -1743,6 +2364,9 @@ objects: description: Verify that exception handling (or a functional equivalent) is used across the codebase to account for expected and unexpected error conditions. ([C10](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v7.4.3 assessable: true depth: 3 @@ -1750,6 +2374,9 @@ objects: ref_id: V7.4.3 description: Verify that a "last resort" error handler is defined which will catch all unhandled exceptions. ([C10](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8 assessable: false depth: 1 @@ -1768,6 +2395,9 @@ objects: ref_id: V8.1.1 description: Verify the application protects sensitive data from being cached in server components such as load balancers and application caches. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.1.2 assessable: true depth: 3 @@ -1776,6 +2406,9 @@ objects: description: Verify that all cached or temporary copies of sensitive data stored on the server are protected from unauthorized access or purged/invalidated after the authorized user accesses the sensitive data. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.1.3 assessable: true depth: 3 @@ -1783,6 +2416,9 @@ objects: ref_id: V8.1.3 description: Verify the application minimizes the number of parameters in a request, such as hidden fields, Ajax variables, cookies and header values. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.1.4 assessable: true depth: 3 @@ -1791,6 +2427,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.1.5 assessable: true depth: 3 @@ -1798,6 +2437,8 @@ objects: ref_id: V8.1.5 description: Verify that regular backups of important data are performed and that test restoration of data is performed. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.1.6 assessable: true depth: 3 @@ -1805,6 +2446,8 @@ objects: ref_id: V8.1.6 description: Verify that backups are stored securely to prevent data from being stolen or corrupted. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.2 assessable: false depth: 2 @@ -1818,6 +2461,10 @@ objects: ref_id: V8.2.1 description: Verify the application sets sufficient anti-caching headers so that sensitive data is not cached in modern browsers. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.2.2 assessable: true depth: 3 @@ -1825,6 +2472,10 @@ objects: ref_id: V8.2.2 description: Verify that data stored in browser storage (such as localStorage, sessionStorage, IndexedDB, or cookies) does not contain sensitive data. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.2.3 assessable: true depth: 3 @@ -1832,6 +2483,10 @@ objects: ref_id: V8.2.3 description: Verify that authenticated data is cleared from client storage, such as the browser DOM, after the client or session is terminated. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.3 assessable: false depth: 2 @@ -1846,6 +2501,10 @@ objects: description: Verify that sensitive data is sent to the server in the HTTP message body or headers, and that query string parameters from any HTTP verb do not contain sensitive data. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.3.2 assessable: true depth: 3 @@ -1853,6 +2512,10 @@ objects: ref_id: V8.3.2 description: Verify that users have a method to remove or export their data on demand. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.3.3 assessable: true depth: 3 @@ -1861,6 +2524,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.3.4 assessable: true depth: 3 @@ -1869,6 +2536,10 @@ objects: description: Verify that all sensitive data created and processed by the application has been identified, and ensure that a policy is in place on how to deal with sensitive data. ([C8](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.3.5 assessable: true depth: 3 @@ -1877,6 +2548,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.3.6 assessable: true depth: 3 @@ -1885,6 +2559,9 @@ objects: description: Verify that sensitive information contained in memory is overwritten as soon as it is no longer required to mitigate memory dumping attacks, using zeroes or random data. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.3.7 assessable: true depth: 3 @@ -1893,6 +2570,9 @@ objects: description: Verify that sensitive or private information that is required to be encrypted, is encrypted using approved algorithms that provide both confidentiality and integrity. ([C8](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v8.3.8 assessable: true depth: 3 @@ -1901,6 +2581,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9 assessable: false depth: 1 @@ -1919,6 +2602,10 @@ objects: ref_id: V9.1.1 description: Verify that TLS is used for all client connectivity, and does not fall back to insecure or unencrypted communications. ([C8](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.1.2 assessable: true depth: 3 @@ -1926,6 +2613,10 @@ objects: ref_id: V9.1.2 description: Verify using up to date TLS testing tools that only strong cipher suites are enabled, with the strongest cipher suites set as preferred. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.1.3 assessable: true depth: 3 @@ -1934,45 +2625,69 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 + - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.2 + assessable: false + depth: 2 + parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9 + ref_id: V9.2 + name: Server Communication Security - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.2.1 assessable: true depth: 3 - parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.1 + parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.2 ref_id: V9.2.1 description: Verify that connections to and from the server use trusted TLS certificates. Where internally generated or self-signed certificates are used, the server must be configured to only trust specific internal CAs and specific self-signed certificates. All others should be rejected. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.2.2 assessable: true depth: 3 - parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.1 + parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.2 ref_id: V9.2.2 description: Verify that encrypted communications such as TLS is used for all inbound and outbound connections, including for management ports, monitoring, authentication, API, or web service calls, database, cloud, serverless, mainframe, external, and partner connections. The server must not fall back to insecure or unencrypted protocols. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.2.3 assessable: true depth: 3 - parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.1 + parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.2 ref_id: V9.2.3 description: Verify that all encrypted connections to external systems that involve sensitive information or functions are authenticated. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.2.4 assessable: true depth: 3 - parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.1 + parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.2 ref_id: V9.2.4 description: Verify that proper certification revocation, such as Online Certificate Status Protocol (OCSP) Stapling, is enabled and configured. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.2.5 assessable: true depth: 3 - parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.1 + parent_urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v9.2 ref_id: V9.2.5 description: Verify that backend TLS connection failures are logged. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v10 assessable: false depth: 1 @@ -1992,6 +2707,8 @@ objects: description: Verify that a code analysis tool is in use that can detect potentially malicious code, such as time functions, unsafe file operations and network connections. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v10.2 assessable: false depth: 2 @@ -2007,6 +2724,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v10.2.2 assessable: true depth: 3 @@ -2015,6 +2735,9 @@ objects: description: Verify that the application does not ask for unnecessary or excessive permissions to privacy related features or sensors, such as contacts, cameras, microphones, or location. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v10.2.3 assessable: true depth: 3 @@ -2025,6 +2748,8 @@ objects: 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. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v10.2.4 assessable: true depth: 3 @@ -2032,6 +2757,8 @@ objects: ref_id: V10.2.4 description: Verify that the application source code and third party libraries do not contain time bombs by searching for date and time related functions. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v10.2.5 assessable: true depth: 3 @@ -2040,6 +2767,8 @@ objects: 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. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v10.2.6 assessable: true depth: 3 @@ -2047,6 +2776,8 @@ objects: ref_id: V10.2.6 description: Verify that the application source code and third party libraries do not contain Easter eggs or any other potentially unwanted functionality. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v10.3 assessable: false depth: 2 @@ -2062,6 +2793,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v10.3.2 assessable: true depth: 3 @@ -2071,6 +2806,10 @@ objects: as code signing or subresource integrity. The application must not load or execute code from untrusted sources, such as loading includes, modules, plugins, code, or libraries from untrusted sources or the Internet. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v10.3.3 assessable: true depth: 3 @@ -2083,6 +2822,10 @@ objects: buckets (*autogen-bucket-id*.cloud.example.com) or similar. Protections can include ensuring that DNS names used by applications are regularly checked for expiry or change. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v11 assessable: false depth: 1 @@ -2101,6 +2844,10 @@ objects: ref_id: V11.1.1 description: Verify that the application will only process business logic flows for the same user in sequential step order and without skipping steps. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v11.1.2 assessable: true depth: 3 @@ -2109,6 +2856,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v11.1.3 assessable: true depth: 3 @@ -2116,6 +2867,10 @@ objects: ref_id: V11.1.3 description: Verify the application has appropriate limits for specific business actions or transactions which are correctly enforced on a per user basis. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v11.1.4 assessable: true depth: 3 @@ -2124,6 +2879,10 @@ objects: description: Verify that the application has anti-automation controls to protect against excessive calls such as mass data exfiltration, business logic requests, file uploads or denial of service attacks. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v11.1.5 assessable: true depth: 3 @@ -2132,6 +2891,10 @@ objects: description: Verify the application has business logic limits or validation to protect against likely business risks or threats, identified using threat modeling or similar methodologies. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v11.1.6 assessable: true depth: 3 @@ -2139,6 +2902,9 @@ objects: ref_id: V11.1.6 description: Verify that the application does not suffer from "Time Of Check to Time Of Use" (TOCTOU) issues or other race conditions for sensitive operations. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v11.1.7 assessable: true depth: 3 @@ -2147,6 +2913,9 @@ objects: 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. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v11.1.8 assessable: true depth: 3 @@ -2154,6 +2923,9 @@ objects: ref_id: V11.1.8 description: Verify that the application has configurable alerting when automated attacks or unusual activity is detected. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12 assessable: false depth: 1 @@ -2172,6 +2944,10 @@ objects: ref_id: V12.1.1 description: Verify that the application will not accept large files that could fill up storage or cause a denial of service. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.1.2 assessable: true depth: 3 @@ -2180,6 +2956,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.1.3 assessable: true depth: 3 @@ -2188,6 +2967,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.2 assessable: false depth: 2 @@ -2201,6 +2983,9 @@ objects: ref_id: V12.2.1 description: Verify that files obtained from untrusted sources are validated to be of expected type based on the file's content. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.3 assessable: false depth: 2 @@ -2215,6 +3000,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.3.2 assessable: true depth: 3 @@ -2222,6 +3011,10 @@ objects: ref_id: V12.3.2 description: Verify that user-submitted filename metadata is validated or ignored to prevent the disclosure, creation, updating or removal of local files (LFI). + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.3.3 assessable: true depth: 3 @@ -2230,6 +3023,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.3.4 assessable: true depth: 3 @@ -2239,6 +3036,10 @@ objects: (RFD) by validating or ignoring user-submitted filenames in a JSON, JSONP, or URL parameter, the response Content-Type header should be set to text/plain, and the Content-Disposition header should have a fixed filename. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.3.5 assessable: true depth: 3 @@ -2246,6 +3047,10 @@ objects: ref_id: V12.3.5 description: Verify that untrusted file metadata is not used directly with system API or libraries, to protect against OS command injection. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.3.6 assessable: true depth: 3 @@ -2254,6 +3059,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.4 assessable: false depth: 2 @@ -2267,6 +3075,10 @@ objects: ref_id: V12.4.1 description: Verify that files obtained from untrusted sources are stored outside the web root, with limited permissions. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.4.2 assessable: true depth: 3 @@ -2274,6 +3086,10 @@ objects: ref_id: V12.4.2 description: Verify that files obtained from untrusted sources are scanned by antivirus scanners to prevent upload and serving of known malicious content. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.5 assessable: false depth: 2 @@ -2290,6 +3106,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.5.2 assessable: true depth: 3 @@ -2297,6 +3117,10 @@ objects: ref_id: V12.5.2 description: Verify that direct requests to uploaded files will never be executed as HTML/JavaScript content. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v12.6 assessable: false depth: 2 @@ -2311,6 +3135,10 @@ objects: 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/files from. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13 assessable: false depth: 1 @@ -2330,6 +3158,10 @@ objects: description: Verify that all application components use the same encodings and parsers to avoid parsing attacks that exploit different URI or file parsing behavior that could be used in SSRF and RFI attacks. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.1.3 assessable: true depth: 3 @@ -2337,6 +3169,10 @@ objects: ref_id: V13.1.3 description: Verify API URLs do not expose sensitive information, such as the API key, session tokens etc. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.1.4 assessable: true depth: 3 @@ -2345,6 +3181,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.1.5 assessable: true depth: 3 @@ -2353,6 +3192,9 @@ objects: description: Verify that requests containing unexpected or missing content types are rejected with appropriate headers (HTTP response status 406 Unacceptable or 415 Unsupported Media Type). + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.2 assessable: false depth: 2 @@ -2367,6 +3209,10 @@ objects: description: Verify that enabled RESTful HTTP methods are a valid choice for the user or action, such as preventing normal users using DELETE or PUT on protected API or resources. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.2.2 assessable: true depth: 3 @@ -2374,6 +3220,10 @@ objects: ref_id: V13.2.2 description: Verify that JSON schema validation is in place and verified before accepting input. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.2.3 assessable: true depth: 3 @@ -2383,6 +3233,10 @@ objects: from Cross-Site Request Forgery via the use of at least one or more of the following: double submit cookie pattern, CSRF nonces, or Origin request header checks.' + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.2.5 assessable: true depth: 3 @@ -2390,6 +3244,9 @@ objects: ref_id: V13.2.5 description: Verify that REST services explicitly check the incoming Content-Type to be the expected one, such as application/xml or application/json. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.2.6 assessable: true depth: 3 @@ -2401,6 +3258,9 @@ objects: protection. Per-message digital signatures can provide additional assurance on top of the transport protections for high-security applications but bring with them additional complexity and risks to weigh against the benefits. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.3 assessable: false depth: 2 @@ -2415,6 +3275,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.3.2 assessable: true depth: 3 @@ -2422,6 +3286,9 @@ objects: ref_id: V13.3.2 description: Verify that the message payload is signed using WS-Security to ensure reliable transport between client and service. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.4 assessable: false depth: 2 @@ -2437,6 +3304,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v13.4.2 assessable: true depth: 3 @@ -2444,6 +3314,9 @@ objects: ref_id: V13.4.2 description: Verify that GraphQL or other data layer authorization logic should be implemented at the business logic layer instead of the GraphQL layer. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14 assessable: false depth: 1 @@ -2463,6 +3336,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.1.2 assessable: true depth: 3 @@ -2472,6 +3348,9 @@ objects: 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. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.1.3 assessable: true depth: 3 @@ -2479,6 +3358,9 @@ objects: ref_id: V14.1.3 description: Verify that server configuration is hardened as per the recommendations of the application server and frameworks in use. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.1.4 assessable: true depth: 3 @@ -2488,6 +3370,9 @@ objects: can be re-deployed using automated deployment scripts, built from a documented and tested runbook in a reasonable time, or restored from backups in a timely fashion. + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.1.5 assessable: true depth: 3 @@ -2495,6 +3380,8 @@ objects: ref_id: V14.1.5 description: Verify that authorized administrators can verify the integrity of all security-relevant configurations to detect tampering. + implementation_groups: + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.2 assessable: false depth: 2 @@ -2508,6 +3395,10 @@ objects: ref_id: V14.2.1 description: Verify that all components are up to date, preferably using a dependency checker during build or compile time. ([C2](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.2.2 assessable: true depth: 3 @@ -2515,6 +3406,10 @@ objects: ref_id: V14.2.2 description: Verify that all unneeded features, documentation, sample applications and configurations are removed. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.2.3 assessable: true depth: 3 @@ -2524,6 +3419,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.2.4 assessable: true depth: 3 @@ -2531,6 +3430,9 @@ objects: ref_id: V14.2.4 description: Verify that third party components come from pre-defined, trusted and continually maintained repositories. ([C2](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.2.5 assessable: true depth: 3 @@ -2538,6 +3440,9 @@ objects: ref_id: V14.2.5 description: Verify that a Software Bill of Materials (SBOM) is maintained of all third party libraries in use. ([C2](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.2.6 assessable: true depth: 3 @@ -2546,6 +3451,9 @@ objects: description: Verify that the attack surface is reduced by sandboxing or encapsulating third party libraries to expose only the required behaviour into the application. ([C2](https://owasp.org/www-project-proactive-controls/#div-numbering)) + implementation_groups: + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.3 assessable: false depth: 2 @@ -2560,6 +3468,10 @@ objects: description: Verify that web or application server and application framework debug modes are disabled in production to eliminate debug features, developer consoles, and unintended security disclosures. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.3.3 assessable: true depth: 3 @@ -2567,6 +3479,10 @@ objects: ref_id: V14.3.3 description: Verify that the HTTP headers or any part of the HTTP response do not expose detailed version information of system components. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.4 assessable: false depth: 2 @@ -2582,6 +3498,10 @@ objects: Also specify a safe character set (e.g., UTF-8, ISO-8859-1) if the content types are text/*, /+xml and application/xml. Content must match with the provided Content-Type header. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.4.2 assessable: true depth: 3 @@ -2590,6 +3510,10 @@ objects: description: 'Verify that all API responses contain a Content-Disposition: attachment; filename="api.json" header (or other appropriate filename for the content type).' + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.4.3 assessable: true depth: 3 @@ -2598,6 +3522,10 @@ objects: description: Verify that a Content Security Policy (CSP) response header is in place that helps mitigate impact for XSS attacks like HTML, DOM, JSON, and JavaScript injection vulnerabilities. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.4.4 assessable: true depth: 3 @@ -2605,6 +3533,10 @@ objects: ref_id: V14.4.4 description: 'Verify that all responses contain a X-Content-Type-Options: nosniff header.' + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.4.5 assessable: true depth: 3 @@ -2613,6 +3545,10 @@ objects: description: 'Verify that a Strict-Transport-Security header is included on all responses and for all subdomains, such as Strict-Transport-Security: max-age=15724800; includeSubdomains.' + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.4.6 assessable: true depth: 3 @@ -2621,6 +3557,10 @@ objects: 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. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.4.7 assessable: true depth: 3 @@ -2630,6 +3570,10 @@ objects: 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 and X-Frame-Options response headers.' + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.5 assessable: false depth: 2 @@ -2644,6 +3588,10 @@ objects: description: Verify that the application server only accepts the HTTP methods in use by the application/API, including pre-flight OPTIONS, and logs/alerts on any requests that are not valid for the application context. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.5.2 assessable: true depth: 3 @@ -2652,6 +3600,10 @@ objects: description: Verify that the supplied Origin header is not used for authentication or access control decisions, as the Origin header can easily be changed by an attacker. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.5.3 assessable: true depth: 3 @@ -2660,6 +3612,10 @@ objects: description: Verify that the Cross-Origin Resource Sharing (CORS) Access-Control-Allow-Origin header uses a strict allow list of trusted domains and subdomains to match against and does not support the "null" origin. + implementation_groups: + - L1 + - L2 + - L3 - urn: urn:intuitem:risk:req_node:owasp-asvs-4.0.3:v14.5.4 assessable: true depth: 3 @@ -2667,3 +3623,6 @@ objects: ref_id: V14.5.4 description: Verify that HTTP headers added by a trusted proxy or SSO devices, such as a bearer token, are authenticated by the application. + implementation_groups: + - L2 + - L3 diff --git a/tools/owasp/owasp-asvs-4.0.3.xlsx b/tools/owasp/owasp-asvs-4.0.3.xlsx index 468aea451b8b0fa39e4cbd2f29d90a05efb892fd..636d3df566d56196d4fbfccfa7ca5c078259e088 100644 GIT binary patch delta 34728 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 JT09rT0|2K-kf{Iw delta 32469 zcmZU4Ly#_7&}7@TZQHhO+qS>9ZM$#VwsG6GZCiKVKZ}W(m}S;7E3=|boUHI6kdZnN z0wq~cFf_s8RufwbZFMIjM;KLo0aD;$NEXHigmGulAM?v;}8mjA@1+R(c$oy zxVu(q$l{!ZPVl3PbtMRTIFyJnXkty}qmFjbPX1RQ06_wfpYa%; zU)ia*91W!z^Ce_#Pt4O6U);}!_@wT;)KpD)U|pLzv#l@&Z;G04M3JqmU2h2Ju~H4S z42&Fe>$VDtX5B(0m0T)DS;HZzYPxuA<^qMX8DrzZt~jQ&A$5p=E^+PCkG$A^_QGuI z=saa4&r_U{0Jy&&j`n+O`f&+;0l4!I*sy=2U{ea?>6?PBzYQ?7LBPH9i}X?shQ~p* z#RQ!3G|9?kJHb@HS*J}{+HHptSCD65$JGRQ%2;(7$z7Xi;1c{VKO1S;W&~edH2z(} z{$K0>{*P)et28@CK!AX3Ab@}n|KrEYj?vT6#n!~p(U!r>-mX-A%i)j-$=}fW-{7O~ zC7B+KvZ(r`Mode$NOv!v#u)QRm8qqDL`>E1S3D|IS&!Qm)b+Y){M>XdHUk4^m>8`? z%{RTqVL(Qftt`8b|?uf%>l`QEWjOildy_i%=y4s}DsWf}VEiA5nEc%!**3_(Ays zNuow=8d&g~aErkd{a8s%SmJkI5<{{1M+}C5DhjD|?N>VVcr#kTuuA>MLU`q*GdY=7 zNdu~QW~>hP92_0do93c(383O=O@}*iGyc=kT;0_03`ZYFgJYl;Dq(&D_p+S3o~Tgjv7mO^%X_q|jy4|h4xY>W6Kbu~>6ZaO%sXTt z`x<#pad=IqlA}q&x8jTFro4a3F?RHQK=@MdWPINwNIlH3dLmN$vqp_@c-sK$V80b- z;6*Sr)+KOH#FA0Y1t5S!@ZIawIvw!wOk| zo9vze-t-cyrjM;M4bQ$Mxk`oe+2uGY@QWWScgV=PR8tqeCRpMDuHVWJyS>@$TpRYI zA1lMbI-y9wRulKtAGIL(pQiu+q0p=(7zEnf$&~?tpu1+tx(5mb)cBu2uz*r#^Kk&V zDO>S5Oi1B(v@iH{d#+4K$%TpPDe#xO>ih=0V_>u#f7)DaRy^-A?UK_-YBgwqP3_)) zvFGkKhLxpT&c$fe2q! zi3jpgf=MRQEO;}PAwdB!0S$~}=LxHqxFvm>(lShszk0U4FN6X?4scRarLhzDPmDP-2>48ApH^9d@qI7-3tR50xpyVh?&ed@gQw$8&|Q`p^5U82KwB z53n@fE3}u3BwdL7FtwqPDJJ?LXvNY{L0=sXL*xQb;P{k)=&%9qze-DiLPx%4$>F7@MtkE`0twKPUhR$my#2)%n}e*3&t zUx6b-Ywkfa7dZWEYkH?OV<*CVG|A2EEq%NBV>6aAbDEM-0+R6$y?K3G_ZGS0>Fhs& z^*_U=^dc6*^qMEPO)CQd$swj}i97&&Tzr&jEMNL-s?S~*+YJQ;-j5KcJ`)6Mezh1f zR$R0V>VDscMf+^-VyizceV#_Oxo`aM*Oq1!`E_IKuGHCeYB5)oABuHWHJd?D z=>-f-8>$cWS?egY!e{P&e0&ytSH0PXRHL6xUEFmK6EIig*{x5PY}#mcS2F-B=MKw+ zUuWAXUvs~$I?EZJqnBMYt5a203^7ewn|JiXcX26uIiY*QnoMyndH4y;>W|VIoZ#IrDw7Nf)^#Q=lG)_!5=$IQkjQv^B%U zfodyS`yZvbGxs^8Rn(Wv>D%csIURh9-9C|GwK{UuE>XQhycs7I`ODQV>gXqUtV2uh zZ^Z@yH1|Q?tix6K(qwh3UQXSC)i#|&i1}t`?`Btcow!<_*Cbd}H?T9Z62wt5t$QeXritP`-5#1u z2mu&2Rz`JGM=o3Y)b}61UVE<tL+NA};Eq8x+f4+k(+DWk(E1z8W zSDSECl{jL_B?y)<{QgSG6_@_B$(%m~m`ANQ zCi31IB{(n;mJpXceL)(98hM(qcyd%rC-@LN^pi=?rz$k5Ptpq3XJQb@oY)8bT=F_8 zlwTY3U1NnzB09f~TX}W?>U_x^w3d5!Z%}l&R*s-SZS;9aH)Er*Lleda6ZX^gw@#^$ zQ!CNdh2;6d`<|h|^#jFn8GM0StDvisvTGdV44@lYL>iG3(510tVVQ&fq6+0CD(HtWtl~8 zRdS5dOr6G>!xTHnH3T{AzZ~{ad-Z_e0wsk)1`7aJGUqxroT zc{G5Qmp+;%UFtK`e>SYwHvP+#VTr`IiK-QD&Rn*}Dmf5>O_%+$!u}gWdP>Q{?K`*_ zpZ$@C0M!SkNZMK*b-kZdZL2!IcPoi6$iH!Fx^baXi}5nLDRGW)_aNRml5GbCWf3zR z>waq8(J%m+jciHP*Nbe{Y8xK&)XjV?+tu{p5^0q?mU>1fT;)Ama2AWaf z1mgA5t*--S1#2~j0nz;o??T&qsh`7@0+Ub#A2DJUTjVN@MJn2>szyr9I`W<1f2`j@ z7S`ULL04bSn0IX^7lG>lrAUb#u>@2@syx^2n-K;jZO^+A&E8B`>eb4?1Y8xfVa5(U zfcyhpm|@&1JmFOC7@Ra#V!O)p!Gj}ht=QUW999_mN~(W+31FL88-Cpo=O|PaXBD{z z>SnPHj22QV`q0yL0$^y#fA?>%Ze8IVupDaNGL5ov=_|gmCK=$p<}S|b(E}#AC7Q0_ z0L{b4lhOlng)>!iu}w_Of>O(YQJzCW^-og;G;ii|c=pAX1@jn*up}J~kaCI4JS^nc+Ubdj zd1PJ>#8QnCTAdVeYs}?(>u7lX1fs)yNE&bEA@V(QP*5kKTaO!D46M5!9#QGZj+@RP zM?y!-$kb3NT8Zm{#tfxZ!;$IxDYMxbnC0Uj8q0nLG6I`(M)8|#0zmp@=rJQke3sEdGyvuTNV0_3X7KN zlL|K6-Z}4p_9(p`B7lph1%gW;)LfusYM_#b-K!@rM-Ge1S+8TD`*w< zqEBH9azE0T{Q#oQyqfl)N`I4P;Pb74E`UL-gsEnTCo;<_2taozrzWQ$>)+ow3M8pQ zWiehCAQ)*{_8!LwYdS@@ngTMmJn{miK*g^YiV=;(-2cj&O*8Q344;ZJ$W2T(_%P%r z2g+n4E*JDqXn62ROEzQAi2W_b-M?RSzo`&o$%oh#?Eq?=D=OKDCbB9M?vjBhH*kY; z>GU)a#6ydt8F1v|0ml!po6tHixR8E`-Uyx}XSSe9{+8lnJ-D?{_w(~bfWzS}<_jzr z2BID8Gkf@w%prL}DCVuod1;#Iyg{m7lI)fX0YBD)9m_^Y;DVtUPtrJ;5P`zJZ*<|9 z$F@!^Btn-p-^@P0a6@Q;D~GIu29X#0NXC~n5hfEH1mF}9ok8iz1q!{s`Txj;xiLfL zuN5vG`!e-{Rg*tw5pRnqNXIzLCCV<=pJjAqY<(vUGA>}QAMNa3SyS+4n=zdLw|=BM zcucqo>zY9Y!?Zi%sImlp+v!b%h0|$|#8*_N-X0!IPcC0Lkk|1chI;6uKdc!=HNwcS zGnXMN0gmL^QlM>%%ILMI${U)!8^+=eS5DYpu6^2ia^ir#rZY2*13X&o&w2Bf{Soyy zRXTOxT6)+5feJD9=TNFp58JECSDanFYfz0l5dmRZ^kvEAu@3kR8P^Ce_x_5_{UUY6 z@8$y5lMf7-2X2z-fe|NIoiuzfw6n|SOoYrpWUWLW`-zCoY1iv18|Dm$q}E7som1r|=c z;^gtbLgG|4!azom;Dq%b9BO+KMlmnz(H1MUFU#}{9>0Kq*FfBsiZNR|5J^TM?U45y zz&Db_Z0s2S}s57D2ajRLd?sf5#}!kW=Y=<7f@^0v%Bw6Hoy?^^CqV5v#xr z%*4&M2gYA@GEC(3h#F~wfQR?mns zF}w$UY?idE=6MtukrYyDsl*=@?n}LZe;0pe`4&gJAU=!?=Kf|^!j#S$fi)5i*jGRR zvAQo@EI$>`MY%!7T8NAg4V&fIc=5!dD@$;W9nIna!}~&7edt-Z^bTp8rn`fz0p@p0 zsuX%C=Tx^Aqn4Kx`RIOu`DRQ@kQ#Un|T|D5q#OZD~;iw zV+76@it~q!C+-%QKngl6ZsZyWOhee2Kgdu07yLNbFfSp0kM0()5wkS3IMn2wzS)|w zQL1JRQ^ck9Bpb?PU|F$DNPdXd0m*%l)|@{n8@oZsAqU{B*7~5SS7Ti z_@>;KM#+Ir(@X)VDIIRO_ZI@lQ%mKPTU?kqIf4#EI|%Yi^Yv#>7Q{B<18QihMy42P zCwOqV9Lo^IUoSO9SHc7tQxkJ%VwR^V>@KBRLzA7}HzN}((7L8Zqz{zANk z=5SZ99vshrVY5E(Y=tpJK=2^{pHuV_&puvzI#p&`1wugkhyDGb5$Y@Nj4xXduS ztAwmn`#Sd7y#Z%?OT(hja+gew-R(A-4}?G#Xq`(ViKTE(_ntLEGZd0RR5}&mH71f0 zo%@ALRybTCy+Q58*i04shSo*8xZA2Z`s?{g%LlG8Ks7r4TX?br0B1H!Z|0aI-@uf_ z22ZJ`qrt{U|F7X@6CoJabDeO#2@5r~GNoS}L{ccG=x_T2^atVI*xn`=^wdijBLaw9 zqh##R2pL&1s;f{!B+yd7#xBD-1tC|4mNG2!5N$BZ#2`e&EH=fx8_DP0FMrCY8!^K0 z=>kMewzsp-^Z5cP00N;r;d!lP5Hw1A5ZR%?M4QHoM9AV@K7?SR8*aFnZVpu7FUq0} za1&WhO=YJYc;Y@p@$fs)Q5dJhLm6=gjEug>NO-VOjy?1iWvg~BkD*p7joJC z;DPAIu4kN>Tf1q^`WZ!2@NA54VigM zbG?HdrhWZHfPSQ)#J=~vp#-9)(Z#Pp@zZO!csW0m^B2wFjX3ZK)P?f=6HtjLJE`Eo zfkihiI2LGRO1Ig3&n3@Ik4+im=F6_z>R^wa_p7#!oPa37A+WD9e=)oai57 zJiMvzWXtUANP1A5V+ER#GsPTlE56}dAB0?-_c|hTfaqG3(QJZi-hFe$zjrWe1k>b# ztRKEy^%3Mm)>5P3RQpSa$BsgG4LBexPNz&fMpqZ|8R8ajkU4aswcF2=)191WMRXIq z8snjsuuO;%vZG>zBs=fbMwszH5OgJz=b#Ncy@Y{)KN;go5@4VYN@^NWJ>Fr!VS%~S zjaRw4fTLBo)l*cFD~t$1OD!b8e4;d!VE{w!)$;xG4OX$@a?1Y1XG zLUYmxI4P)R!a$WoMx_c^Em2*JfLBwfUy`)}0Kvp5@)&F}j3Fa7gbXGxkzq5Z$?b;P?gVP zAcp9dF$5?A3y>O!X!u8mW-S~+^DqWB?jH~|T|^V8XjWB-JMHygFVa{7yz_OU`XL>C z0H>)L_2LRE2ICQpuO`VZmHQY98XpQ4Qu*l}VW+jKh;on38yFQ-cv==|ga{u0%A}i! zhQciFl#VQQi?C*KyHMGX0x>yUQ3`Grb& zkiStmQ$gf0nFQDf0|Bf(#ZA$gMVMbKAXf!Bzj7K1y54fEcFeL<&XX@!qNF)BNoy`+ z)UUUPq9ZZ(yF=8s6pLA2lA5GXemukuI2N7;LMJpIe{LFFkK1TyJ^Pn6h_p1J=uw=* z)WM3?3AZbsK25bj&jew9=F_4>4Knu?i4}Fcw&_aPBK;cky&sku=k$QrFjl8DRO@ zSr)(QbUX(l*fIx?Oxb`=m8{VO*n;!s@j#up(`(wCv8(A*p>&!5Sth>t9%&29hMws+;A2;ISspb3^ZG<;@Ytv6>E-iXy z(0HDFD_A)rA+Fc*an0}8DB8HAus!O18U}7wN`pX@et&v^e?C_)0uq`6;MJ?Mz-Xde zj$NYZXwU=MZN{9g5r%b&(H=45rk`IcUezyR?+|vv#~VP-7|m;RKBD62z|N z!*zqNz|}lQ*|8{=U(t|Lo0fJsGlh680^2K}Xcz@}e@DBJQ!~>TY6yhak{aPyj7t5F z1N^*~pc~>BeWZ8d6$(&f;U-=f(On!mxI3MnpTeUELh2w4(wzZQo~e~BL^0v9<5&to z$;w!iF?5A(JQubdER&|<`LfmWvxb7cUmAx~FtA5SMJ^XO0EuVus2beUn4&nPJCZ{h zD-j}7>dUeCk%73qG6Sf<4e19;C(L9-Pob(A#bH?COS&LzqT7jMIS@=jO3+)^1~;%V zWvK=>gwz6#A~V3w!!;|;UeYz%d)UL0d=%xszow;h%-0yJXT|$`@pZ^~Bs5z4_J}gX z-cne^4#JPou)rit)Oe(LwVO2jGD412&TPW-tApL>Nl`r&90*4$K7Y*~3yrvl8Kaqc|YJ)?*w3q{s2Yv1)(A5ht z+Fa>Y`wh)X@yAYlFAlffOB}FI6GF4^rW(x6<=d0-d`wLZm@Kb5VM>RKiee__zl4~B z{sK|kJ~Fx>b=bB%ZyaX_e2fUg>sIV)>&|l*wstl}h0bWmp>%Mh>`PEl)3h9>lR9F) zVaWv9(^3Elh#g3d`AWzN6lNpvdttt54~VbN1v)`Q&xRkRxPQkdV0(f-ZCpQRN`7Kz ztt(J|E?Q3$J&{n=_u}O*+5Q#-ZNc&VNeKHK9|^ev-2SI9E$HKF8uO58PcY*`ZgOhva*N5>w zOmK5lhyI8R&YM_%pNgS3ip~Hz)ihJ1Gh+7rWT6c60!t%bWi4BE?Qog72$!mB$qLSE ziR*}|)66K`^-ItUhZU2>QSJsB`mO-Cj^>rp1jWAHOWxK%-)N9^58x>`86atKt}3+i zL}WmWVJQ-E85E*P|5PXaBnIn(mg5TfmGx#kkVXZbCImbg(d#HMi(GX`$zdVhk=r5S z^}t{g-$cxd(*o5pC-l?Kk4rB+a*JCY1g6U%o120Xvi<sgXC6s#-u;_()<)6Ipm*1R;9a*m3T>miKjJJMMG2 z&^@r;pb=PPDOcES*(<=J|Bxj!X0**&Aaep}@{pj?*skIrq`Rs%BtT+ul&M0?rM`vS z9wn*Ts2l{yd8H1O z_kjksbcpR~wf#`mekJkw_sDe9dPB1BI(<%{eiuh5GdVNj&N2hQwZ5HMgT6*SeHb@i z!>=^IFtLSAL=7N?-F-I0Y+Z4K3;-Obf;pdg21wd#n}B6y41zMg4~V8o5`^MOvj35{ zX3s_{N2=lN^YQq7usp{ML}%keR@F4;P;a=%hZ^wI5etDQ3uK-?TEm&li6X^f0x~1FRZgL8Z1;s`;$x^#?YRrm^`SV9YpH=6M z*_?iftD54Y5iT52*AvSpNexT4h$YuQR>&P82x&_n#lbBAE<}zbp4i9E!U^iN@q%8(fQn5#LJ=$@C)B z5S+&OHIoXVAa(7!SaqzGC?Dk<=|j3-RIHe^g2@ZaunW&%lK~$)$a9(6i12Qq7Y=}u+gnOLump@ zuvV31qP#vg^YlR|QU~f2YSV)ObGwcq;|_qt3u}42D&$VB2?M|bl)guq+#98j} zWa}LgFy@rLI{=KUV}HNe9M;TvY5c>G^-yb#5Y?3Mk*Ugi8;jTCK_Rjw-loWFi#CjTo~t z3Q&)5yUo#+rqIPqN;T&Q{y>%QqHg{`tPT!`bOHQ*Vf1nQ#iH`STKu1$s;bO2Rx31> z0FlyFj(Kt<6rlpkOl}R0P@?ox&JCrcRGeA(c)zuOaNl0Lk%W;I#5%K!WEigDaPaK6 z)pTl`n^~_y6=>QF(${2-A4&lhNky^?1p$y)#FQecO@Cd@n7pB$h%Kr1E`VVS5OYl{ zJd*&GIsnVr7dr#3aP`8n!b&4V(Jyl>k}rNI|0-0&#Aq!-3ZuPt&HkW9$H(9{#v)he zlG~|Y&~Zfvq30y|3gYJKKg(|kh4&B^hD{V@<7%UrcCEXE54}PunJTNJ!JPG2_yS}R zYu?gZ%jf-+DNkwHztOQQoLV^#>m#ZG)ge_$qb*q;qPI#!19v<6<+iauy zT~sN>Wu{$+f}Ua-?HW5tCaaRRqQG=?C+6FvWa+@NsS2GWV{w~i28D$kAJwj0rf2(`rJ@O=FhVA{wxnA`RH6TXivgUBIF0#p z)3k+Yz-BX_J-41Y5D82BZehl1ql1S3K5;fSk3iFqfJh8YRBq*|hQ+?6!HX2Yfdv!r zNecz>7T3O3#fJJapNu?PQf6D%glxS0fx`>DG9%%potokl262PvhAue^8X7Cn39oD} z5H>1dnitp0?eYgWgmxX%!2w-6bIfeb+DQE}4D(nph=vjnh9H^QwHZGws80(%Q zKnCtDidp9eV}w~LUnptpBP^GnEyeIvy?-VF<#Y_3hN zzF&*?_UfEoVoX0)d}b#{;5xi}8`OgX@2=(Lnc+d>CqwVr*dMH|J^qf(JD9DE-SLN( zh)-w!Aq1t_7BItb8~IeEDCdC@LVn|R<*wwNe}fUfkBggqNx!`0BTl?qis|M^Xe^P0 zMH7vvZjB4hB(Nw1Ib?Bu#+V*f4i@2c)k&SggvlP{(QPJC3 z`56m_n1iV!cYK2lMq*q@%=cJHrdhK-V{PZ>C1!;D4{*nRY=uDIvEjgQ^@#s-ivs48 zXlJVj0{LIi2y$(xr<>C)(QF1Pxt)Linv%+oYGb6#x1(Uz@w;-qlkxRE1~rYgC4*Pa zDb-`!xQQ6D2Gg3E-3Lp_%HEAAxlkQs{%u=mRo)uN24+!*rnWERA6I7;$ z--6M)vf0I^F%&yl6{efF2O=!Bu*jH2{<`z5s;#XAIc5on$@+6lAo_)32h1ROEb87( zwkuhk_s-|H6A;lfVUhSM%01c)8t})op!m#-1+WREK)X`d(#5tLJ&J%bHz(L5bGIRr z+xEQKI1^61oeY+5i$-{BiCFhe=L}Xj$|IlSvUFoz`9?zGs7D*-P;kv)53i&siL5sgXH$=`E^v|q3o>;3abG30 z!BYA%7WlBmCdF%=Qi!}$5w+J5N_67S9f0?H0J4d2m2~1V#3VbV>3cr6UZH-C*#sdH z`Xr^6Klu#;&^_D$los8<0c4=U&tooAQ9C_Ox{MwX;+lD8JH^( z{`FUn_`~eYNE;d)mD5W<=M>M%_WaTiylwPiZ>nATsT;**Q=VO@ZbyaX003?BUCK)) zW{enZeYe`0LCZ6)$*8oZ^x(?m-U+{eJAXr-urBJy!FbflGdSGYgStLopQ*n9AN>Qx zWn#>KaH6$?=HnKMaLf>+;jerM0+ruCvUF(ghgUnOeiid_D6+75_wr55VMqR_Z4>*} z+ZQ6LK2@p?Dee!rPog2)Bw&DA)$Z6s6VnHhBEAlGSb5yt>$0KfYSB3@cn4TcDA4mL z&Bl2KJ+YrKKui`S0-jT#${kNN{wBv;>eKcer1u0utVqWINf2V@2lIi3K`K%%|>697W~E>qIVF~sP* zeTKZVa=e$L5eSlox5$+>Vpv#p3SS=}>1TIHMtzYh71f15dF>FO-Ns2*Bz#oofNw~0 zd>~RLdc&ZCFv$wt1ZQDhVa^CPy(OP8G%kUXrt#y+`&Q?Si#b}J3d`IBM zc$G8j-nwkoc_Wd41!!&+paC>UWyWAkYKAPOF4H3!8m=Y$PrT;J8b?WG<>9q}Oj}SU zRISc}=3~_P)-$fhU5Q}Jdz)X$*&mo?U}SRQPM5*>864n@!2c0VVX7bA$68SogZ)YQ zE4wu7k~L^tz?vUxClSlG@b$X&ti%1NAqj;!l*4iWBk=hE0Wh?%nL(pfucbxrWQM?| zZcSdddBFhHn=izNl)p41dD>ZomDJ1C1?W z#O&c^Z+36!r!%A^KtC$^^C)4i2$@G7i`7}4P_5z1TJ)XF{)>W&jg3XMi)4IOM8|#| z#le8IDjAa`t|A*2J>UYoI8|x}cLpBB)8}ZB_7J5j9gu34if}vyIVqvTPJ?gaHJ_9Q z3~hAu<0_rLzeXms`J7+5jf#e0Ig9o3Tq0WF5`Ou- zWAxx0<#ToYGv5Du2l!X;@1g%U;rHwA-&kJ2KlDpt8P}UvmjoJ57o^3#ZRs*Nr!ueh z(T-L~8-VY0RV&M@+D=!9pzT}H5ZDV&+i+3{TjGmZC22HhFIb1D2W!*I^4=EAbz!*> zqQ3!t#`X7D_3t5k;(+#g2u9n3);sLtlGAlzV`8JwkwBjfWo)~^Y~_b<8vAX_g0K{Ix^;pWZEKZ$T< z3C_{5^g!IXIlm!>11EJL2G0FQY`XY(BzO;Mh~oZxY)Q;`uxC8ZwZl+)!@X08 zvVA23Elu{KuaC2bMmgZ*U`x{xjXR*i?QZ>ai}3wbLnR5XM}Ou!Lh@w`yVL!~V!<&? zH+^l>H@Pd{-Zx@Yi%8fFVa(y&_H%05=QF`MYp-MP?eQuF-|S#!UZ`qxEJ|_3uD9Bl=yCcdw*p zHQy519)$0Tp)UI(w#`wfcvfwB9MJSywDCsAF~QxnC~zDPL7I!NzcZAgbyir@U77P* zXSHK*TI=1YrGUq#p}D@;(C`YB-Za)$=F&rA?NrdPiv(E8@pHe678iV4fXVl^YHMEZ z49{230^<1F-HoLy-%dQz4VkDPxK5_2260=<4AkBJ?W00jsEbTFvXmV)2|ze}!FwdV zh*M!Q9pggAs>;9QB>7Z&W}La=`@U(<2;p&p^mRKz;4@*soj`~gbHvf-4@t43Vq^@D zzzQt)8tlqKzC2h6F^D9n#l?zk#9K);s3v;4IzKzU? zkKcNNFUD{y>l;>L3gog}l_=2E>|OBZ%#dlta7BBjh4jO)Eiz^l;nhNjW{jR)y1m^p@rG zFMnd)l#+D)O-kGSOI!<}mMEyQo2PB9XFfQB?p`y@qGl?$ApCxPNaWZCJ&=uchy6jT zM1SXOSc(Ad|6l3~PUbZp0=Aj?nQWVa9UH~)J-TgA8?1X$7qGFZJTqUxrdx}{gVN}L z%7>%p29KUkb*#WjY776lBd`yy08q-^Y66W-&A=$6nA8LB7RTWVwt?&#Tj7xRMBVsq zbshXYEF297w|9qoV(5u*qBNxR4)z1yvK)5QSTO2`e1{AlK2fcM(vD4tA+%R06EiT?apkV|N8dJChHB{z)kws|0N zH~r2Y_~>*?PkLT82n?D-GZy@#njM3t8{VEv!6<8ZoBMtK{=QR)!JW4`Ive`bmW`+G zOrwC1rP3{!_^xniKWjBX3V&TcqdPXyid0Ex_sr@G5`KB+&QTO~4E z{=^zg1-NUM(J?8+q;=hOh2KAor2g%;oVy?|)l}MyST@D!i&Lhkt;vA%=h(IWc+tQs zC>X!jkE?ONbjx%3h5$BKQjVr`ADm8F@gq+ANpnEuCRmAC=rZs}S0W6MT>&IgJHfk) z^Wr5S?_g@QY=~Q}*u+&Y*1m=_a994AtdiBK0~{Fmd%uB)z$5VCM8L|iL%K;>De{~7 zNnAqptZDvL`z4u}{!S|P_jn&XUK7F$`qa&UCPn5lM_^_;B7_ZwI-ujuU~bJiL?hpu znOrw%gv6Eogg;&%-rft_=e0mlV8td%gLBkD{F!=- z2IQ0%a(fjBk5eu(4Q`?pmZNPwp;=DZ@H@o&GYE!E!Qu__UL2`45Zw&V2@;=J2v!&J z{gzUvd7mM-#o06VkS_{$@n9PVSf%C^d^f;uAt%p1_d2K5IX#^YU$)!hRm$_hKw@j4 zr-YIMhNos^STh?VJaKjtXtUH>enY1;0FAk@?&(&fWwwak_kZ}Z_M^@$mSfnJiRUEd zKxY7b8)0>oG03=#%$4CBvc+*EznmQQzQBmE6pqV0c~9nQU@I8-cw6FgjiZM-O0J=b zizWl2VhS3N!Gax%9NVq!ZyR>#EeUFvg#)ile%06GJB zUrx-ywdks6TWSx#r+dvVjM!Re^^MR2yUMV^GhQ)$8Qdrae`t^i!QE(^q!bB{jts|6 z<9iL(TS)8~B&phZQr^AKqi6MY>XdO$jCS{?HmfHj8j)f4SzDjb=azhZSv%HT013-m z0X7*ONWAqWH&($;&cR)t72jsf050jCHy?=`D)17!{)Z~%e12-jlfjT`(~$(KC=GBc z)Lluw(ar#6LM%DuUOr(uQ4SsitpQ$61ZniqMkP)qf7w^xqS)|ix$c|H8{G!cJP{6m ztXD}Q5zO#Y)A#uN4bh?D?r>mHfmfCEadO;H7~0(pG35rk&=iQGY$tv?z%{?fQ%i+v z+lj`1-)}M{#m0i7yIa)HsBkFVIcql46^mF+)NdHFU#agM7J8hl?%zKFBW0dU6)LkB z@a5^6B5#4}95(&q*IdYsZq4Dcr&~>lAzi^$_53Ed_|T;R*N+}_VKRLBJE5|XqCtTl zQ_7K`MM%71Z9qsmk0|Fb0Oe)dXOhUT#KsFNHNhJ8^H~QdA6{j|%@mBW?~a1(ZJ%#V zg_?3AzqzQnGcL!y+ru7bhg_QWBw&U~pmlRLXs82O?2ws;2{Qh{kQH*{Yw1N#wu$Iq z;w4jE28=3CdwWNeuWb;xzKFdWgS|sm#8c1xbvt-OETe|p)fgqMhZ!GOCx?tM+AL&JeN_|06}w4auRnTZ&}!U%DZ%Imnq ziQSRXc}~(yj*p^qYvk)rl;*GII6m^2k+BU9)A?8j|LtH_q1RX7owe-wY0W~Z(Kixg z5B-@cu5?&0ps_cC6DKL<#_sr*>k|sR+-L9d%Bj8bAs7E>P%nttN7iV{zjJMc!l(X< z8BKuZueMn<#4$irhY4eKj70C_Q={2>WkuJ+qFZs--b+Xmc9$KsUk!7fqr)@H-h{z| z>_d*^b0;0z)JfPaaJd)w20t5mx>$X`lJP-@!@?dH>=4 z;X4pQ6;4jWi70hz#ugD}dDb|Or|aa` zzEpSwpjf{U_#)fA)wdhAcVtEZF+X>?hrrman-eO zZf;-u>3^Oc3JGfc(-rmgjc_0ViJbdqzSxZh!@zteXSF1M>H;(&i8a5X9^j7SEVc|C zeN5Y4EG;1^WA16RpgkVb+9h#ak9_8DT3~^4y4 zxj{_DLbHhz#sG^=jn}~SX6{~*@ekr8MNpX0+lbG%XUo5@Cklo6;$p0KANgU>ml3B zPU!qsEf(QT_rbAdl>S~|-{^yeri?YRSP451qbo}jB~6AbBf8m}!m8(bC%lMqo?kP@ z5^&K~r8y5Tz3Q`a1_Ymn4%836wC4TtLoHOT@XaL6#}v*K!UGEmn$}>Um42sBD@d!a-Jop(iYIL?>hbpj+J^n47_OXJBoTrrQ8@a zC9@mSdw4cNdiuoaU2$ra_a0nsE-GQ_RSAieaigcecGs4=E}>PF$Q>ca3Px<)sq~E= zG}{F^iTCYe!0Kp#-w|6e|EJfoBXt*2h^q?iYKB5onV%B@-Om#ZA0(;JaTGRQW3skn z<;nLRivDZ3FHJ3}{Q(r&Y|C#-=}Rfk z<9$>ff#c8NMfK^LM3Z$%DqHl-D-6zPwQ3lwH(C1r9bj?cj|*%BKI>ZV74`p~gIJ%D z*gp&H=_X+e6FBK@cvi_sLK?J9TJ8L`6H9lFJ3&}mAMcaX@gv^-3!z8NWpT>ybUQ5O zcwia2AxCmvmBdJL)^bdFG7&?%rapz1e+<4_|GE}X4q|e9du=K^Eu7B4#~&o;c{}B# zY_Ur3^b1uhYdH$giHLJWYtG0fB$aV+8Jpv{Rj9%El~4EV4kOb4lq=_iZOv90E{XKc zpO&h9)$qKE|U_ye~Mm1ziu_65dvY-V%LA<;iH=LH`uwQg6cl$tG;`j~_CPnGyxlq$Mu`cj^WIYaJP*Uka5ihM5a{|1-tp?zC9e2Tkpu6Iy%ZI9 zsMw0O@*SNLIiPEX*Y){NJV{4QuA63&U-i$Aqag|iQ@Y<_$eT*FXp)WIO`JK3^iEc8 zu{2+^(?4#Jv#sNYOO)#F5v5Wsf0zDKui#$1MqlOdSQtjFFfK>-HZ&`ee>@=Yv zG}Q);O^cP5)*pJ%hRUDqLCXI|;59G73+?bQ2djySiJb7*r}h19^mfPnOy*V-&xXGi zd7C@3OO^xc7ad-XO%7EQ!e5+!t94k?Ah!Z+4RTC!g%BUSu^V{);ZowVNX1%Z)|IT7 zf#kbg+3b;u*cZhc?26jR!|yYU=+IL?N(L|^#0<|DwvMNaSXjGb=$tb{dXK*E7~Q;^ z{@(B`?knrGo;qad?9K(L1c3py0=7m46=bxMDubbl1=FQ2)>{_w3ZA7PX54nCAQm;k)41 zQ-7Xmu&-fCp)Opn_s~oz95{{$Eqppz4^M>?$ksF!SOW;X!5WFZ@h5g}o}FI3?d0{} z=C!N8;f$|;ke{0SF!aZ)1IzO%{WZ>5*4SgG{TK7juRa-2>LpWaak{S~4!<=POKP6I zX1K&>6ApRZ{A!ZhLK;YJw0~dw=Wa-zMv?G&-qOz?!JwA`n;Q~XkL0vswl?O9IfR~S z=xijaYmMZ#Qewv#IgN~CqqI23@GZ?py&jKVAZI|~4|5L*MKruaR?)+w4> zYUr{}B4YTSiV$)7raP~jIWdW8Zn}2<>OD9@Kx3e z{icW;7K%)td6MULahjClxuJZTx7j$p`n7j8$TX+C%(!nV*bfU@P=HS5FtoAf`}t@f z-P!S4d}DB&I_o=dv{_N3LNG|E-WD-%42*aX-YpG_7jKiU;{M57KY%Db4`0OhC!VyH zwOb1!L}1|a|0*3^QzNm%@ER}jO!<;fnT{XENWPJ=*PBQr=O=R}h&)`BY-DDBL#ca- zC2vyX2iaZnUJ?|;5^{&J9P*VT-MtrHtE-|uJ9v)fH+cbUFSb2S3`;K5*Wirk&l|>K zonoffQ<;r;y-h$82&J*uDUJSZh!S}1^Q*+%%e`AzqNXiG)nY1;=YrF5*o7`BAeG2v z&Z0bkj0UTR9Z$zXFRsu$a{YvZg=sb~H2DJ(MA zQV5rP+(i8|2EXs6NSGX7Mb_B?#7%oQiM-nI4R4H1>4IHgD^xnxA~9>VYC+nD7jAvvq0<;Kgzvo!B>y>VbE;fiityjb{dugeIylt~;a;0+jt zewHjB2WSN9dqpj99Qd?zrf}vk8>mkohiFgs5GgkpPT&dw7!sGyLj$E)so!$_PA=7eZZU1HG@FX;CLN1c0(sr> zO39l<6B;55PK&miEaM-~%1$m#o%&AEt)CKG1OW@WgQwx0hs@}<(7}x@Y#MM?nRc8+tX4A;DDf@C9q^d%flq6y>9)| z4XAhU$JBf*Vl6XeVV=P`&sY}2lIg^=$&AL6&-Q+Z=fn%m%24RA?+3A-qux6rNYzoW z%_db_8wpx~uzR=42EMfBC&mp(qG~p>HL;sLb7r_14UbW>Y2TP2vy$N+bd84Ru!M#u z*_!GqEAUaT&*rZ>mFLwBdyuGR2Xy*@=LQ=~HHw4^zv_BG)nh)R}mvo_fyoF(=Cn;c1MO zHYiR$G%YcweHXwEAS!;P#F)ude#fu;;u%6%3a?JPM*Js_e)=C@a8y+@*s;jku6Z>v^j!H5>dEoDy$hNP0L&TfL+ok0 zcIf1L826HCLS26joh|6dN>E1zkI=u2bnV)S5sb}5$ZXl_B-?JYdX78JLJLt=(V-oU zW6z99N$#12aorc$`r$&oaUY9`=Ap1}v8^)_WsE6pYam3HV8&jFyESvAdg! zZKjRE8Vy*p4n|-;9`xgm1v;!s8B@nFaZ}Jx8Q4F5!S8(W)?cHcvDLniIruS?v?g8k z%sFDXy&1bmJbSg?;+ht^n$L>U>sa3tm>9j9eF#k*_ ziFJ0WsH^s)7W&TvJE{y8S9CFyKL6Nq!3oL9@mo)q?R8aWrmYeJlha~Pxeln zO_Fp-uQNNFDhl&OkHEj%6>;d!?YC8SE%&o_h^RLg@#*G;yI$g4kf;bcP57Oq#ppzk z`r-{>!3pmN_UFH3%`t?qdTy8o$lq3XkqUA0%ZZQ zAA+TJFD`nm_t^tp0pEoxHP;}d-+JhbD%E447}?D_-xZ$gyfEjtaTyBAR;i4_`%LGL z5$ms&Aj#Gi@5yC&afNHQK1;^C9AYR}Ir{kdSF)-km80~VU^2PM4N+8*fCe*kS)M4T z5;{JX)K__Aci(0bEaqY{<(k$JpVQK~cnT}f2pT=^;;R0rGXm(pJK|L|@0VJO!8#ya zEc)}p4Nd-@U^Xp=aFB`}E3~S$SOvx`6Ao?c-d(5opsQ zIc=$$)!8dOHcO!?oB-qc_8Msfd9uit5apzLy&_jXL*W_Zu}EgwiQV)s>RzFM#|UDf z55119x)0&tAQ_N1pnhu5%|N`8nzKuFt1d^b|Ado6IzTyZ#&`?kmHY=0546nZ=av4H zRkFnrEd|hsU5O>T;OF~H1ip!Wx-Vz_Ie^OLj}nx`47%;f^}&XA3#a)}LEuyoZa+qtOc*gyvJiv`C`!X{2VR*6z*fVR;a zx0g1B^YV|cNr>o&NP-ijlzt=p@|2FFj9>&Zo__V74HQ)7_>v!tO4+!1Gw+PzDUzG5 zxWafK*{E-Txr1P>S=`IP{Bt-N<(0hw(gss-GtkEU_J_$FRw-1a+w&>O?k+wa=}2S@ z7J@K=Rs}yM25JW?Gu4jmRT)XBV8=`v({xB5Z}^aPKyobqcg0cSrmklT60f2jq4s0| z`NUPP(Dl1Eu?Kos(xIJ*yyXX&EZg6I5uttIai{d|WIOuVdQEVOvA;yb$P^RH_`8A3 zn+wnJk}KuUFcXK?>fS|`KVmG9gfV%-J{9tPIL$7Izr^ZZ)gwEka$=+3MKYP|7oH%g zoVnuHg;9;pUN?7s2D0L-+!cPsozoanz%$Qg3$dirK3996JL)Z(do{7Uz{l;1dgacq zUq*8`GaqmJdK0`UPKs6EiGd<8VadbVe=+A^WB;$b_h( z*)zU}yt|L~4@REZUeu>FS)FLAz5G)&FJ6ers5gt6kV}{sTUM=w;agee&lK1SkpQ~< z=YE7wnLY{5o)G_l4$61Es&ObD-1FhsI@=|q9RhMCEBbL0bcB-w|wSn{vVJUhx zQqv@IjNF++XHc_0Ssx#~*>YB64;7G%`W!soHIgnRws#~{)c(pBTboKsa+yzLINjr5 zYEV0UMoLWSo$KJKs;*uM;3Xx98)H!SV3)O`F(yzmsgOxrAhZwV94HKheYmw3D71jc(-%-aO ziX_-(T%)v5KLLmE#3Md(>!L*f{apzEu^0HDJhKW8myzM}*BCZs%`;a~spr

@GuB zktZ*MPzUS%EvZ=0--&8NcTplto}o-*@zR`UBsiAob|tUnycWkE4J&(tthg|5_+e$I z*X-+8BQ5cFCjkriREUo0D@iQ_JZh^p9<_q49g)3=y%eraG`R?k{m@iMn`w%mfx$%0kY`qy{PZg2 z&R5XZozgM;&5DrsT&|pDm7k8V2r3cqEEzHR4tvD?jU9Ge1T#6rB$x>Hq!ON_6ewta z?Vjp%=ocImUQeDv@h?S;2Ou2pYLuu3Pew^}S3e38=!bh`tVI?v<55T0f5ymG$NW+q z-d6Rl?_L@?2$p~O$zW#fX5KQ*WO18=eyTr2de30idd*@+&N45pZ{(}<#cqN#0lYZk z14Q@zf`W#c5~p?jr><9c2-7+oKmWXH!Jc9Y+@{}Uu$2s|!e0#$Ap@qn(AU-VNL^;F zD@&|jqDn-+EVUkQhby@G<#q=!eZ#Nmgsh5_N8ER#&&{2gYri3*unb=0we9L9-9LoU zWZ~vaeH10gewG6xc1WL+yYeznAVyHra9zbp!W+<1kq zcx!X@tiPQSe~V$-&5cAlp6x0wn&wl3bIlZZ8$ikuD?GRm^)0ZY-Wf}-GV_~L9EN_; zDHE)H8I86Ihqd-tzs$VHXBRd*(0{CQts-`inAMem;vW1}*DQ2U##!%rkM$j^6|P&( zDG6s%mDn_ixirED9^sGbXUsE{PTW^yHiO-?{o+_KR=Vl!2AB38U6`FMmHySbeumc6V|Qf{)F(NRxDtN z$Mt8YGUud|3=QO-)niwPK#7EWT9xaS6|BUo-bwQ@F35V-+Xy2$F5!Z z83`6-P=36~Hp-&LgRX|xs1+VImqmedDnhK$*S!5C-6kIDeM=tRVTUhO6y7t&eZZx` z^TS1clw4`Bqh-(E`^3O@uz9>grqx#L=25##TGip3bpT5F{<`dsGad1bkMHD#;0E(@ zyUc|>regh6HU5&)q_xVxY|9~e7qKIZ2Eu7%<-WYy^O_}Y>d(c_B$PGM?55`XuXCT` zdq+og$k}&-)((NXzB2yf zeK*pyc?&=~Xybh){G7e(0zL@cI^!u61yp%S{K^jedLu>=(EVC8mrT*vfg3-Q+Wzv- zmB-1(>g?6^T4hgRpwfo(#i$-O9;qX~PX{c0yQz2bn3_Cl@#6RU!v!a&dXv?PD0zl& zJ@`!rlQ5W1@Yb;B3VZ9gMQj57z&I z1so>ep)a2KS{3}Skh-e83{Ms^MFr-hy}-@>jun4lul^iSnJ&)jbL6oXL-goUPPMUcD&m!ttxh!nN1tgsvtYuZrRV^+p|8Gu;`~@dQKD^KWwnN8Xg(5~-21 zute$w!LKYfw`tS!)(psX4Dg10Gk;rNV*%>|zD&>OBrplpd~nbvsn>9b+j#Pw-b3X8 zVf{NbeV1UjO65W?jo0UxVS1uTtORNw^2*^|hrB4!St)rK%F&tC|MUT!-R^_mN|a{KBH z@X$3R$YG4NG$@7trobK$A24bw;`mZZf#b}m`EHe?flaL0;{Zky|I_S1{vDmt)en6p zo@VSIlW??yIx@7w1Mcz|{Ac=TT_TbhUwKnd74?>0^uIGRqat(Oh)mj4OG4}iq-ehN z>ut0O-+=cx|NHV%B2jkQ@+>Bsr3CzRWEnU&ZHHZi3i-@8ga#YI+4SHy7Z=NwfY0sWyhH}q zQM+6ZNyjZolI_wn@3g2kZ`ro=_B(d?^1Q@?DID$irt<#Jw-(Ol-mo4d>JMcL7s38W zxoe#wRJ`!R%H3c_mST( zmo#^*cE8(Aj=qK=oP7P|^!p;fYbvp&G4u$$iF3>uVO#_4k{jhRkIU_tprz5E&h$$D+N^9`LczIMmM!_XR=-b5p8L3~2q(YP} zzzveA&`Jne4x_k%zr@j${z}zI+J$qA`2+~UH84*A=KH;i#6>%CX6>fma!N*jL6+gb z?`jp=7WbVB`t4l*ONcIOK#e{}r%9U9mDaKWAIp{4;^bs!oa9f$=RJ3>C;tb-JSk+-$_OZ{mWFmAZ5E z7XD4jw-A&ZMo!OQt~$O;J}a!MMSFd^|BV2E7@VA#_RhzdL1uau&E75I#(&AJiP>FL zlkVi@)J^-8PNCgHobd)2Ua!qH7R4hxZt0Se*6WwiWEV#(@w*4nr8=F8I{UwQOa9O235BZaAiw7|Rjl~k zKHe4AN7TG0Kv2px9-n~&xQ^kLPpnYEB-;aduJr=68vMT-hi@5esZL`rPPcAm$Gl~S zMpxP2v);QkMsJ^@DNydgc= z25%i4wvir25>`Re5Fj$NdTD8C*M2qM4TJHmB#h5M zTQ?m@Dhr~#Nr0-Ws2x(R3>7izq5$e6-g5%7yw*4>^tjzc4(y!BYyEy~M4@j?)i^3S z)|I>;9|(T{lx2CX&^E@{$55Elr8pwaxeY8j&51n7I5N?OlVl`rEks6 zNa%^Y@ltVTktR)ra4*wAT#6^cg$m3$&3-a12&SFh^YUVRRt`3KprU}Z%9eZQ zt=W6+Drugi2oq%N0hfAP?tM^Hk;sGj(mYGa(NGm0vuUFrz;Y*}CpWR@WdHY(WRuQ< z=Fvv~SLfQhTd|Yje(Tg|p4FdD@pfyt3csGBzhRnp{^UyS^5GT1+lzmwLT!GHO>ZV* z)Jew;2WKBb%&YNge%(s?z>kR$DpiYp9LkGe6K?W0bTUtj^9`4^31}LlWJLmFlc25w zC*>P}cE<}f2}PLK{PUY&sX9L6m&g$zSoWzSft1O}gY^%}@gf&MUl2^f5atzgH38B3 z=@3IKo0sZVsGlkP8z&k%N(Zu2^8LYDuwA~9$#yz%`b%+Npzyt04F5|HzZ}d6o;PB)J=p$VnJ=w? zB6mo@4ik*Zum|d*e-CZj39zF6UC!`k$|L+-mZ z)d#nK*L&Iapsp3pHnL=t7hA;hT)urwNlC@lgeQ1NwPZ!SgIo{%rD0-kXr6#G#UR9# zc_?lrIe)w$7WKUApMSl}jpyi005HX7^E9VE`gB3u+G60A6d~cQe^1Qp?OFQy)6cs& zGY!G_ZuNWI4AE^D!UQ}nIaz`wfB-PoydwmFeIR=q;c-!l2&;6$QJe0uGL^tjnQ;Uwl!;qr|5#gZ6SX{zLNy&^0M zH3aQ!ub7rDa$22tz@AIECEq6#Q(d*Reo`HYjRHR-16M=gUOL* zmF1spqw;2qiET+*n)!z5{J2`BfxT^BZ7p54Yw=_(^JN0Sm{ABG^9^-*i}JZ)I*OX&$`8#CtvTy1$hs@g+v@ptzW(Bm-;Y%dN(C;6%1umj zW|;rbl31r}YSe}c1Zhde|9E?3k`7T@)VGO$z3-yNZ3sh-bfk9*Q(m*I^vTWESn9*S z_C$htx+A^^!l#E!Eh4phxp!^`n;;w_)U8Wgzn!OsOqcrd3@+q*4?KO``sR_P(?jGx zX=y69rpqwqVz!bcP3yJ(G0pbZ+KAU){PD5QxU#aMNs|@T+Fxs`QJCIoem`7*yV=p1 zM1(1!HN9t)geu2Xq4bFVjs(OYXl>L!tgvYk3eW-EZG8{wk2#&#Q{9UT6WWCd1>X~s z^=;jNY}R(N{n{{OkI;Jn4KUq-py^IFzA-ICN4&nl>-i^6_9k$1X9^Lfeks+~a+MqK zNo*FGsy(6K@JZ|k6^Rt|OjBj$(iv|q6)m{EC2t|56H z>OBzr7|~l)y?sm`V0rL^NRTjoZ&4#P2fhRI@8$^ghKS)`P;J-~0GJO0`u@uDaiQ*N z41>O#JN??px_9OKTz@T5Lb`#K%_NVkpT|eqeoN(>@-n%-Y{h~dkKVSMm>QqDsXemJ z&c3br2)E>c@FY-V?>8@o(f z{y|#x1~bXx^9)|*s<24f9n&`-Wx30+{)&p*`1Rkn6Z;;P*&2_2bO=vOv@&fKkGLyi z>f=11;zVjTplDzG(9uQn*ot4@8wi)T#7XZLk?Z>%%*s6LClw%J?`w)^4UOz#yvbQ8 zs*-1)0_NK{7MqT=LdK6}Dg(DKby(p~yYiJ_@_9F&KCf=QeOK26oiNksvD}O{lq)O8 z76_9_tg|%;wi>k)Ds4Q%yX>y8+q+)b6fNBUF-%wbO$pu^^arZ_MPzluK2tMxC%l*0 zD~CjoW_A`t6hD7zlYJc~Z(0%!fVE?LgnSrqLhc<{J5luFv@hj~v&O{KF$W7LaC(BZ zTAsbxQP#C`o>b2#>c^U(ppsaOwmT0!6aT88fOiy)C$*qL<BAjmL*XjGD(h5lMgg?SV(d0CLDFQwp>jSms(%YEDPdf@6P zpRedJltZHOeRwS;R(dRzsVsC+n#-n1J#h9!)H6^(O+)o=zm|`9OE_nEet*B{+EI{h z46%@L)UlY~bkalHoOHA9dSO578W#JsBmc}>&Qi}m+S`{Fq_Crs;JO=m@SHE_lA!{T zRy3h~iHk63=sYcK7ptPcx<7*-@NIMnPzSCKI=XE26Rubj&V+Ne{;pC5y1dS(XwByU zLx68vd&`~+AF8!?Uh2(!WA)3GcGI8!&Sg&U$4bghiF|5uEpYCZA^RAB{dUD3xzxNC zPP?$bKu(*`3**wc{Al?;vS;+W38&IfM$AhM`5)|OIm38N37TU#^y^>t!I3bsdC zplKO_>xVxCH8lg~teB^ehrl%S?VsRfTkgkfLnYEF@|UmOMFisC9rtu-Q^3IHxC>&` zK$l%p!2LJSJ(R?YJ6P?$nbcH3g?}87L8|Kn%M7MUgI0V|8Yat{o z*^|l%kf=F9>Pj2I)d@S-1OURRCM~0cNwmE@`PBKzHc{Qu_aR7lTxhjP3AR(6no*=E zO1Y4`OXmioVBU?Ctx$iu%X!VHeA-sE$T|^Qy?RUEqT!Q6j*Q6C+3hh@D)DqUrWhq% zKABR5mE&w(Z6oC!UAfK({_q!mDV%L9rWYo3Z zBU?!GB|dc2k8utFYx z=PBimy=x)vKZsdz!w8-}DUlWYetot!;JyxvXp47vtbrY|IYwNxa#K0+SHa|xC4=~S zdKpVbP|y;L!M)+O00wB?Itm+6cNiW^ym55uXCpp@w@J*x9D0IjiyB$bXzUszu(d8P zH&_m|<~;1+hZWaXkpgOg;|oZoRblsPR}X13n=}?9pZCH6Aw>= z|7hzXFDzp3a0=i2Jx*N*OB16sbMB`Ad1)om7^Z2=NPrmG_&wN%StX?y<-}hbd={n% zMW_RozAqw#*AA3xLJ^8Do+kKWW9LkYEodnw)m zb!raI=`e-TZ%{bb!&c9B#pIRSa5O%QAnxR+WprVBn7Bi$duF<4p)=S2*I>9e&FY&E z;Gn@k^e;L}?cjgvPm5uIJ6?4bY_;sd)QaK2QvVQOo6>P%*0rE%|&E=yOQu7cUs3{2CM(-8Ktg|=L%@TgH_xlnrsc1*2(CzM@a zBT@n`cqe|*QhnD>BwVWEr+r)L(^t{W-M4j#M?2O$dUmU64V3@1OI)3Ax6lK__}OhJ zUU(^(Yb?Pt?BK+ppR5+XRlALDb5OZm)v1TyEWN0MEAZ?zi5zzHff=L-)9k&n^HY9@ z&*9EXK)qoiLjmlV=@34dDxr;kC}HrHyTj4BAzVY}en0$~%@xc=_D6*O?DpC1%0tv> zO)k7x1=`jjhj0+2d4T7@XPF*$0XGi2fkyl;!(OB5@3d<<2IF0v4(e{gFv5o2`y7=? zr!Gk8uUa^&b!)QbiXSc}AWW&af>4(#ev8+pc46#iQbOrex6P-vhnh8ez6cai^1fR6 z2dHMm6oKRhDJZ4%Ya0`$(9M6YW&j9hVNs0Fy5R}H77=#crfMMxEf4}-TWx~RZXgjaAk)K0P6n=$w_!W%yiw!#GL>;waGhiLO|7SaYgSw; z5}4kQ`&kz~wF?n-QnMv6aYKp_Sm@CQ$@4;kb$C$#y2MTz*t*j?_X8#@rR)q}`HLT;^Z)Y61Afe%>M+)MUmSj=G=`43rI+3%s(4-$OmGbMONXTb*nb z4hR=dZ7;x~S%KZFXt?V{RiL^Zoi2)WODHF#){l*uTFI(X|Dyd`M3_DAPy=jN{6G`f z{S$nDw}=o}Ya9Uvm{pNy97s)2s(3gkK3Yv|^7MSbUu$^NuX}aXB6a{$YCDeV{Vq_T zpKTWBGv>(Ru;O1MvPR09R~$$EH$@NUpy^B;UXjgQr4>J~q`7rMTvmADLu%`QL7fV# z)JDa(esMut2b;Ert6v`w&RamL~zlzcPpi&8&2^ zKk+EJU716exdn9q6#@`8#vNrUB+5-14_!U>%{p_3nPX z=R8_0-n1k zk2^+KWTy;OL{LE7)d$?wr09_N{=>K@2lq$2P;ydI3Uy*LYjW>vX~m(GmnKy&XB2n} z1%wm;9${x_+Lx_e1;uQjZktG+=mzAJstxRKrA>6hzp6Rsv3Ge`idVN}90it81eMBS z_Ab#TkHJJa?2GT}M#K|sG5Fb=77$7tsVA{URQRvukGr)IcZyft{gH0&R(@SZn~EZZ zLr)asI^e!_+y1|`FIyMU_h2i44=I=|rL+LxUZ$|$t5frGa#dgc8%adp0~55M5WuuB z!3neI()}-E1xHE8zqAoqbS~eRny>lI9zEhuQPabRtgpz2E9?lt#g3f$ITijwg>GZwR&Yj%*z|ETcPDAsOw*1iuSX-tNmY{_UP44~$KxATf789WrA((V8zSi5&J zyI~kgM6|3Fo4$_@yD%l8>SoLOvHCXZ-uZ60 z8MO-Bp5BxJXRnh>ZtE*~`@8JiMQ?gSr*(AO{wm|m7@O=$G&sZLKQ$m8T8$Bl^rBnP z^Y(nh!P-diZD@mR zbQz`NZ<=m!d_fb@ziEnHV-&mBXRQ^VbrQmU$e(*q-)F@VP9e`r5@uiw4+p*|N`q@~ zj|KOUe*s!C3lYIXsaHODOl>i3=SfDv)wrbO05U;){g?T@q1lvOaV!I|W?-ZRNB=fH zF#6r{h<7+Tff)m}ddU&3>`LW)(x17VOB}VH5|q$tc21- zM^ESyaNPohqQ%?6>nojvauOa+pI~k0mM3#-l;lGWOjuVOOvzdf;NTCJ|M|i5pT3WO zn?KgDy-<1iN0n0vyrWQeP*IhmT8Do^Kv+kUby#KG&sFIR%RT`+fhhJ&S?P@4wQDqD zrZ;|u{V0hz+;n0&{x4%Su?h9~vCxCpg5sYpnV{<~vza)7O_POWMJBLs+u zHC686CF)y6>5v)nO1pm~EWPaC($yJI71q<3{QYeoGmc{2exvYVgTW-)W1i;A@1|qT zjK)-Qhdu#9It&6tD38x1YeMu~GP8GFw#H+uITO<7B7?Bq%qHkN+Lco1%O+3qC{dPl z&7LX5hVUk22iAv~*)KqlpZIINnEwtuF;L&H@Qfyg9>2pA!R;~R?9^1_>U%z+$MEP& zOnT&tKiT_`PVx{6f5ZSj9OR9j5{lA3#CQ=+lZ@OFYZ z5NAiCdwIiIK=u#E;&B*cSZfS@TJmk~Z}E=3D7P?{K41SQPa2$Bf9P}`w|HxnsfW8Y zpYKwlmH(1b$N1r5Sa8)icN!{EsNm-{Mkm_W{LUoyHq<5fOeDhbZsN-;aydp^MSict z^1I|?oJ`CO``y*v*J>L!(q9qIx-Q3G#sYEKsl*udz#4K2*pZvRb|dLA1n5%R{M*#^ z6gTmBCOdqh#3cfsbEE2`5|@!)pnxr>kyuTkM(fLQ#z#!XxEzOXpZ(s+92bac|KZrS z%L^ryVdJq1CL*&hGg^p0```oI%Y>=mv!C#pvEe0e)r;O1B(XIl51NzMKXPHC%z2-! z-GJlpc)W?KNpqkMWy5j_DAJ!F+c2(c$d#ecf)f7RcNZHo{js^WEYWvYP2V`Ym=*y z_sLa+fe-UJlC(rSQ&W88k}r^GRanvfEdr?r645=07F=LBu@UO~IDZ5+{Cf z$EpsL=#*vRf~HuoeL)X$0OIQWgrlAG>ye^b>G*)d4^TP(H0OmNav}U*t<>Y%zGy%S zND}F z{_9yCu*L9yzj*EA-r!TjacAPkb!1TxPKF~OymquycX4!b<*{^gedqW#t~!&5>TjR` zW#tSu>VEX!;}J%q;!Ls_WdFy~LD}H{F9iLV|C-X=$?2h~x4JS4C@};CZ19Z+j$ny@ H`1Jn(-af?W