From 24f9460b6b949641c2b0e9e40b9b55f9670b5846 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Mon, 18 Aug 2025 12:47:50 +0200 Subject: [PATCH 1/2] add tekst on limitations --- src/pages/security.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/security.md b/src/pages/security.md index 8a19558fd8..14355b8f40 100644 --- a/src/pages/security.md +++ b/src/pages/security.md @@ -18,7 +18,12 @@ the following usages: - share log files - use any of [the third party integration components](integrations), that are meant for monitoring, storage, network and more. -That said, the project will work with any one on improving the secure +In addition to that, it is your own responsibility to + +- protect against DoS and brute-force attacks. +- provide full fletched monitoring. Though some facilities are provided, putting appropriate monitoring remains the ultimate responsibility of the operator. + +That all said, the project will work with any one on improving the secure use of the software it provides, with any 3rd party integration vendors or users of the software. This can be done on public GitHub issues or confidentially if so desired. From 51a61a1886aa354e96ecfebf693b6cad2c2ef1b1 Mon Sep 17 00:00:00 2001 From: dahn Date: Mon, 18 Aug 2025 15:40:54 +0200 Subject: [PATCH 2/2] Update src/pages/security.md Co-authored-by: Jarek Potiuk --- src/pages/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/security.md b/src/pages/security.md index 14355b8f40..06530634b0 100644 --- a/src/pages/security.md +++ b/src/pages/security.md @@ -21,7 +21,7 @@ the following usages: In addition to that, it is your own responsibility to - protect against DoS and brute-force attacks. -- provide full fletched monitoring. Though some facilities are provided, putting appropriate monitoring remains the ultimate responsibility of the operator. +- provide full fledged monitoring. Though some facilities are provided, putting appropriate monitoring remains the ultimate responsibility of the operator. That all said, the project will work with any one on improving the secure use of the software it provides, with any 3rd party integration