CVE Tags added 31/15131/1
authoraravind.est <aravindhan.a@est.tech>
Wed, 8 Oct 2025 16:26:52 +0000 (17:26 +0100)
committeraravind.est <aravindhan.a@est.tech>
Wed, 8 Oct 2025 16:26:52 +0000 (17:26 +0100)
CVE Tags added

Issue-ID: NONRTRIC-1086
Change-Id: I29d02ece95eac52b7cffc70984250b0329f3f41c
Signed-off-by: aravind.est <aravindhan.a@est.tech>
NOT_DESIGNED_FOR_PRODUCTION.md [new file with mode: 0644]
datafilecollector/README.md
https-server/README.md
influxlogger/README.md
pm-file-converter/README.md
pm-rapp/README.md
pmproducer/README.md

diff --git a/NOT_DESIGNED_FOR_PRODUCTION.md b/NOT_DESIGNED_FOR_PRODUCTION.md
new file mode 100644 (file)
index 0000000..a7869c1
--- /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 OpenInfra Foundation Europe - Licensed under the terms in the [Apache 2.0 LICENSE file](LICENSE.txt).
\ No newline at end of file
index cd5856c..52740fc 100644 (file)
@@ -1,4 +1,10 @@
-# DFC (DataFile Collector)
+# DFC (DataFile Collector) (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.
 
 Datafile Collector is responsible for collecting PM counter files from traffical functions.
 The files are stored in a persistent volume or in an S3 object store.
index de8982a..a3a3d8a 100644 (file)
@@ -1,5 +1,11 @@
 
-## Https server to simulate a RAN node for file download over https
+## Https server to simulate a RAN node for file download over https (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.
 
 ### General
 
index 57a8315..7b3323a 100644 (file)
@@ -1,4 +1,10 @@
-# O-RAN-SC Non-RealTime RIC Influx Logger
+# O-RAN-SC Non-RealTime RIC Influx Logger (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.
 
 
 This product receives PM data and stores it in an influx datbase. 
index 988131b..fd37089 100644 (file)
@@ -1,5 +1,11 @@
 
-## PM Data Producer
+## PM Data Producer (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.
 
 The latest documentation can be found here:
 https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-ranpm/en/latest/pm-file-converter/index.html
index 5c951af..7981346 100644 (file)
@@ -1,6 +1,12 @@
 
 
-## Basic rAPP for demo purpose
+## Basic rAPP for demo purpose (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.
 
 ### Manual build, tag and push to image repo
 
index 85b1f6f..5e962fb 100644 (file)
@@ -1,4 +1,10 @@
-# O-RAN-SC Non-RealTime RIC PM Producer
+# O-RAN-SC Non-RealTime RIC PM Producer (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.
 
 This product is a PM data information producer (as defined by the Information Coordinator Service (ICS)). Its main tasks is to distribute PM data to PM data consumers (using Kafka topics).