CVE Tags added 32/15232/3 master
authoraravind.est <aravindhan.a@est.tech>
Fri, 14 Nov 2025 14:02:21 +0000 (14:02 +0000)
committerJohn Keeney <john.keeney@est.tech>
Tue, 18 Nov 2025 10:10:08 +0000 (10:10 +0000)
CVE Tags added

Issue-ID: NONRTRIC-1086
Change-Id: I9b82fed0760bea6f4ef0683fa9e951efc5e3738e
Signed-off-by: aravind.est <aravindhan.a@est.tech>
NOT_DESIGNED_FOR_PRODUCTION.md [new file with mode: 0644]
README.md
docs/conf.py
sample-services/hello-world-sme-invoker/README.md
sample-services/hello-world/README.md
sample-services/ics-producer-consumer/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 973441b..38cd369 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,10 @@
-# O-RAN-SC Non-RealTime RIC
+# O-RAN-SC Non-RealTime RIC (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 O-RAN SC Non-RT RIC provides support for non-real-time intelligent radio resource management, higher layer procedure optimization, policy optimization in RAN, and providing guidance, parameters, policies and AI/ML models to support the operation of the Near-RT RIC to achieve higher-level non-real-time objectives.
 
@@ -8,7 +14,8 @@ For more information about the Non-RT RIC project please see the [project websit
 
 ## License
 
-Copyright (C) 2019 Nordix Foundation.
+Copyright (C) 2019-2023 Nordix Foundation.
+Copyright (C) 2023-2025 OpenInfra Foundation Europe.
 Licensed under the Apache License, Version 2.0 (the "License")
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
index bfde04a..aef027f 100644 (file)
@@ -18,7 +18,7 @@
 from docs_conf.conf import *
 
 ## Update here to configure which branch is used. 
-#branch configurations
+# branch configurations
 controlpanelbranch = 'latest'
 simulatorbranch = 'latest'
 dmaapmediatorproducerbranch = 'latest'
index be6cf1e..bde2a6b 100644 (file)
@@ -1,4 +1,10 @@
-# Hello World Sme Invoker Service\r
+# Hello World Sme Invoker Service  (Experimental O-RAN-SC Module)\r
+\r
+![Status: Not for Production](https://img.shields.io/badge/status-not--for--production-red)\r
+![Status: Experimental](https://img.shields.io/badge/CVE%20Support-none-lightgrey)\r
+\r
+> [!WARNING]\r
+> This repository is pre-spec and not intended for production use. No CVE remediation or production guarantees apply.\r
 \r
 This repository contains a Spring Boot application serving as Hello World SME invoker application.\r
 The application can be built and run using the provided script - ``hello-world-sme-invoker-build-start.sh``.\r
index 1dd8abc..4ee4d9f 100644 (file)
@@ -1,4 +1,10 @@
-# Hello World Service\r
+# Hello World Service  (Experimental O-RAN-SC Module)\r
+\r
+![Status: Not for Production](https://img.shields.io/badge/status-not--for--production-red)\r
+![Status: Experimental](https://img.shields.io/badge/CVE%20Support-none-lightgrey)\r
+\r
+> [!WARNING]\r
+> This repository is pre-spec and not intended for production use. No CVE remediation or production guarantees apply.\r
 \r
 This repository contains a Spring Boot application serving a Hello World endpoint. The application can be built and \r
 run using the provided script - ``hello-world-build-start.sh``.\r
index 1731c17..b879d88 100644 (file)
 * limitations under the License.
 * ========================LICENSE_END===================================
 -->
+
+
+# ICS Producer Consumer (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.
+
 # Automatic
 ### Using Kafka with a Java Producer and Consumer