Skip to content

Commit bb49d69

Browse files
authored
Merge pull request #37 from eu-digital-identity-wallet/feature/remove-disclaimer
removes disclaimer
2 parents 8ca8992 + 6b126d9 commit bb49d69

File tree

1 file changed

+8
-25
lines changed

1 file changed

+8
-25
lines changed

README.md

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ SPDX-License-Identifier: Apache-2.0
1212

1313
<p align="center">
1414
<a href="#about">About</a> •
15-
<a href="#disclaimer">Disclaimer</a> •
1615
<a href="#development">Development</a> •
1716
<a href="#documentation">Documentation</a> •
1817
<a href="#support-and-feedback">Support</a> •
18+
<a href="#important-note">Important note</a> •
1919
<a href="#code-of-conduct">Code of Conduct</a> •
2020
<a href="#license">Licensing</a>
2121
</p>
@@ -33,30 +33,6 @@ The AV Android is the application that allows users to:
3333
1. Obtain, store, and present an age verification attestation.
3434
2. Share the proof of age attestation with online services to gain access.
3535

36-
## Disclaimer
37-
38-
This is an initial version of the software, developed solely for the purpose of demonstrating the business flow of the solution. It is not intended for production use, and does not yet include the full set of functional, security, or integration features required for a live deployment.
39-
40-
**Important:** App hardening (such as code obfuscation, anti-tampering, anti-debugging, and other
41-
protections) is **not included** in this release. The application is not protected against reverse
42-
engineering or other attacks. Production deployments must implement appropriate app hardening
43-
measures.
44-
45-
The current release provides only basic functionality, with several key features to be introduced in future versions, including:
46-
- App and device verification based on Google Play Integrity API and Apple App Attestation
47-
- Additional issuance methods beyond the currently implemented eID based method.
48-
49-
These planned features align with the requirements and methods described in the Age Verification Profile.
50-
51-
This version should be considered a foundational prototype to support early testing, feedback, and integration discussions.
52-
- The initial development release may be changed substantially over time and might introduce new features but also may change or remove existing ones, potentially breaking compatibility with your existing code.
53-
- The initial development release may contain errors or design flaws and other problems that could cause system or other failures and data loss.
54-
- The initial development release has reduced security, privacy, availability, and reliability standards relative to future releases. This could make the software slower, less reliable, or more vulnerable to attacks than mature software.
55-
- The initial development release is not yet comprehensively documented.
56-
- Users of the software must perform sufficient engineering and additional testing to properly evaluate their application and determine whether any of the open-sourced components are suitable for use in that application.
57-
- We strongly recommend not putting this version of the software into production use.
58-
- Only the latest version of the software will be supported
59-
6036
## Development
6137

6238
### Specifications Employed
@@ -123,8 +99,15 @@ The following channels are available for discussions, feedback, and support requ
12399
| Type | Channel |
124100
| ------------------------ | ------------------------------------------------------ |
125101
| **Issues** | <a href="/../../issues" title="Open Issues"><img src="https://img.shields.io/github/issues/eu-digital-identity-wallet/av-verifier-ui?style=flat"></a> |
102+
| **Discussion** | <a href="https://github.com/eu-digital-identity-wallet/av-doc-technical-specification/discussions" title="Discussion"><img src="https://img.shields.io/github/discussions/eu-digital-identity-wallet/av-doc-technical-specification"></a> |
126103
| **Other requests** | <a href="mailto:[email protected]" title="Email AVS Team"><img src="https://img.shields.io/badge/email-AVS%20team-green?logo=mail.ru&style=flat-square&logoColor=white"></a> |
127104

105+
## Important note
106+
107+
This white-label application is a reference implementation of the Age Verification solution that should be customised before publishing it. The current version is not feature complete and will require further integration work before production deployment. In particular, any national-specific enrolment procedures must be implemented by the respective Member States or publishing parties.
108+
109+
Please note that this application is still under active development. It is regularly updated and new features and improvements are continuously being added.
110+
128111
## Code of Conduct
129112

130113
This project has adopted the [Contributor Covenant](https://www.contributor-covenant.org/) in version 2.1 as our code of conduct. Please see the details in our [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md). All contributors must abide by the code of conduct.

0 commit comments

Comments
 (0)