rAppmanager: CVE tags added 26/14826/2
authoraravind.est <aravindhan.a@est.tech>
Tue, 19 Aug 2025 19:48:04 +0000 (20:48 +0100)
committeraravind.est <aravindhan.a@est.tech>
Wed, 20 Aug 2025 10:24:14 +0000 (11:24 +0100)
CVE tags added with reference to the format in https://gerrit.o-ran-sc.org/r/c/oam/+/14745.

Issue-ID: NONRTRIC-1086
Change-Id: I6d51c867a6b441755504472acb188f4acd3f14eb
Signed-off-by: aravind.est <aravindhan.a@est.tech>
NOT_DESIGNED_FOR_PRODUCTION.md [new file with mode: 0644]
README.md

diff --git a/NOT_DESIGNED_FOR_PRODUCTION.md b/NOT_DESIGNED_FOR_PRODUCTION.md
new file mode 100644 (file)
index 0000000..65cf1c0
--- /dev/null
@@ -0,0 +1,26 @@
+# NOT DESIGNED FOR PRODUCTION
+
+This component, module, or repository is not intended for production use.
+
+## Purpose
+The code contained here is provided as a pre-specification reference implementation and is meant to support the development and validation of technical requirements under discussion within the O-RAN Alliance. It may be used for prototyping, research, and early feedback, but:
+
+It is not complete,
+
+It may not conform to finalized specifications,
+
+It may contain known or unknown security vulnerabilities,
+
+It is not monitored for CVEs, and
+
+It receives no guarantee of support, updates, or fixes.
+
+## Disclaimer
+This software is made available as-is and without warranty of any kind.
+Use in production systems is strongly discouraged.
+Any use in products or deployments is at the user's own risk.
+
+For production-grade implementations, please consult finalized O-RAN specifications and implementations that explicitly state compliance and maintenance support.
+
+---
+2025 highstreet technologies USA Corp. / O-RAN-SC OAM / OpenInfra Foundation Europe - Licensed under the terms in the [Apache 2.0 LICENSE file](../LICENSES).
\ No newline at end of file
index 02f43bc..2d677b2 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
-# rApp Manager (This is a prototype)
+# rApp Manager (Experimental O-RAN-SC Module)
+
+![Status: Not for Production](https://img.shields.io/badge/status-not--for--production-red)
+![Status: Experimental](https://img.shields.io/badge/CVE%20Support-none-lightgrey)
+
+> [!WARNING]
+> This repository is pre-spec and not intended for production use. No CVE remediation or production guarantees apply.
+
 rApp manager is an application which lifecycle manages the rApp.
 
 <mark>**rApp packaging model used here is purely a prototype**</mark>