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

jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 201c51a  Improved: adds more information about log level in production
201c51a is described below

commit 201c51a2be5feb1df43dd41454ad60c22abdaa48
Author: Jacques Le Roux <[email protected]>
AuthorDate: Wed Sep 24 16:12:19 2025 +0200

    Improved: adds more information about log level in production
    
    This adds the sentence
    Also we recommend to use the verbose level on production only when it's
    absolutely necessary.
    
    The page break in previous commit is not necessary on site.
---
 security.html                  | 2 +-
 template/page/security.tpl.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/security.html b/security.html
index 1064a53..87b86c6 100644
--- a/security.html
+++ b/security.html
@@ -127,7 +127,7 @@
                        So in the webtools page we only accept vulnerabilities 
when using a not administrator credential.
             </p>
 
-            <p><strong>At the UI level the OFBiz logs are protected and should 
not be vulnerable to exploits</strong>. We though warn OFBiz users it's 
important that out of OFBiz UI level logs files remain restricted to their 
trusted users.<br>
+            <p><strong>At the UI level the OFBiz logs are protected and should 
not be vulnerable to exploits</strong>. We though warn OFBiz users it's 
important that out of OFBiz UI level logs files remain restricted to their 
trusted users.
                  Also we recommend to use the <strong>verbose level on 
production</strong> only when it's absolutely necessary.</p>
 
             <h2><a id="security"></a>Security Vulnerabilities</h2>
diff --git a/template/page/security.tpl.php b/template/page/security.tpl.php
index 120d0cf..ba7aa6d 100644
--- a/template/page/security.tpl.php
+++ b/template/page/security.tpl.php
@@ -28,7 +28,7 @@
                        So in the webtools page we only accept vulnerabilities 
when using a not administrator credential.
             </p>
 
-            <p><strong>At the UI level the OFBiz logs are protected and should 
not be vulnerable to exploits</strong>. We though warn OFBiz users it's 
important that out of OFBiz UI level logs files remain restricted to their 
trusted users.<br>
+            <p><strong>At the UI level the OFBiz logs are protected and should 
not be vulnerable to exploits</strong>. We though warn OFBiz users it's 
important that out of OFBiz UI level logs files remain restricted to their 
trusted users.
                  Also we recommend to use the <strong>verbose level on 
production</strong> only when it's absolutely necessary.</p>
 
             <h2><a id="security"></a>Security Vulnerabilities</h2>

Reply via email to