From 0e8521e9158d0da1d5cedc18e9aec0483d463378 Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Wed, 6 Mar 2024 15:19:22 +0000 Subject: [PATCH] Add maturity disclaimer --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4bbd9dc..a27e1cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Swift Wallet SDK +## Maturity Disclaimer + +In its current version, Wallet SDK has not yet undergone a formal security audit +to desired levels of confidence for suitable use in production systems. This +implementation is currently suitable for exploratory work and experimentation +only. We welcome feedback on the usability, architecture, and security of this +implementation and are committed to a conducting a formal audit with a reputable +security firm before the v1.0 release. + ## Setup The XCode project is generated using `xcodgen`.