This is an automated email from the ASF dual-hosted git repository.

jzemerick pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


The following commit(s) were added to refs/heads/main by this push:
     new 8dd50a4  Add security disclaimer (#444)
8dd50a4 is described below

commit 8dd50a42256afc740755a2a012ca12ae67406c86
Author: Richard Zowalla <[email protected]>
AuthorDate: Sun Mar 15 23:18:59 2026 +0100

    Add security disclaimer (#444)
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index d29d9d8..107fda3 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ Welcome to Apache OpenNLP!
 [![GitHub pull 
requests](https://img.shields.io/github/issues-pr-raw/apache/opennlp-sandbox.svg)](https://github.com/apache/opennlp-sandbox/pulls)
 [![Stack 
Overflow](https://img.shields.io/badge/stack%20overflow-opennlp-f1eefe.svg)](https://stackoverflow.com/questions/tagged/opennlp)
 
+> **Security Disclaimer:** The code and modules in this sandbox repository are 
**NOT intended for production use** and are **NOT released as official 
artifacts of the Apache Software Foundation (ASF)**. They may contain 
experimental, incomplete, or unstable code. As such, we do **not** accept CVE 
reports targeting this sandbox repository.
+
 The Apache OpenNLP library is a machine learning based toolkit for the 
processing of natural language text.
 
 This sandbox of the toolkit is written mostly in Java and provides support for 
special NLP tasks, such as 

Reply via email to