From c4da1411f686f28851f702665ba49f26eb001695 Mon Sep 17 00:00:00 2001 From: janblom Date: Thu, 23 May 2024 12:09:35 +0200 Subject: [PATCH] Update README.md Add statement about intended use. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 526e4e05..9ac2c663 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ Technology White Rabbit and Rabbit in a Hat are pure Java applications. Both applications use [Apache's POI Java libraries](http://poi.apache.org/) to read and write Word and Excel files. White Rabbit uses JDBC to connect to the respective databases. +Intended use +============ +Whte Rabbit and Rabbit In A hat were designed and implemented for use within a secure and trusted environment. No efforts have been made to +encrypt or otherwise protect the passwords, parameters and results. This should be kept in mind when deploying these tools. + System Requirements ============ Requires Java 1.8 or higher for running, and read access to the database to be scanned. Java can be downloaded from