From 090294b2166a289ed8ee685ae0ade1801febdd43 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Fri, 14 Nov 2025 14:02:21 +0000 Subject: [PATCH] CVE Tags added CVE Tags added Issue-ID: NONRTRIC-1086 Change-Id: I9b82fed0760bea6f4ef0683fa9e951efc5e3738e Signed-off-by: aravind.est --- NOT_DESIGNED_FOR_PRODUCTION.md | 26 +++++++++++++++++++++++ README.md | 11 ++++++++-- docs/conf.py | 2 +- sample-services/hello-world-sme-invoker/README.md | 8 ++++++- sample-services/hello-world/README.md | 8 ++++++- sample-services/ics-producer-consumer/README.md | 10 +++++++++ 6 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 NOT_DESIGNED_FOR_PRODUCTION.md diff --git a/NOT_DESIGNED_FOR_PRODUCTION.md b/NOT_DESIGNED_FOR_PRODUCTION.md new file mode 100644 index 00000000..a7869c18 --- /dev/null +++ b/NOT_DESIGNED_FOR_PRODUCTION.md @@ -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 diff --git a/README.md b/README.md index 973441bd..38cd369b 100644 --- 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 diff --git a/docs/conf.py b/docs/conf.py index bfde04ae..aef027fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' diff --git a/sample-services/hello-world-sme-invoker/README.md b/sample-services/hello-world-sme-invoker/README.md index be6cf1e6..bde2a6b9 100644 --- a/sample-services/hello-world-sme-invoker/README.md +++ b/sample-services/hello-world-sme-invoker/README.md @@ -1,4 +1,10 @@ -# Hello World Sme Invoker Service +# Hello World Sme Invoker Service (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 repository contains a Spring Boot application serving as Hello World SME invoker application. The application can be built and run using the provided script - ``hello-world-sme-invoker-build-start.sh``. diff --git a/sample-services/hello-world/README.md b/sample-services/hello-world/README.md index 1dd8abce..4ee4d9ff 100644 --- a/sample-services/hello-world/README.md +++ b/sample-services/hello-world/README.md @@ -1,4 +1,10 @@ -# Hello World Service +# Hello World Service (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 repository contains a Spring Boot application serving a Hello World endpoint. The application can be built and run using the provided script - ``hello-world-build-start.sh``. diff --git a/sample-services/ics-producer-consumer/README.md b/sample-services/ics-producer-consumer/README.md index 1731c172..b879d88e 100644 --- a/sample-services/ics-producer-consumer/README.md +++ b/sample-services/ics-producer-consumer/README.md @@ -17,6 +17,16 @@ * 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 -- 2.16.6