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

milamber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ca8729b9a Add Security Manager mention when running JMeter in 
distributed environment
5ca8729b9a is described below

commit 5ca8729b9acdc4f3e7ab603071d9f783a311ad1a
Author: Milamber <[email protected]>
AuthorDate: Fri Feb 3 10:43:03 2023 +0100

    Add Security Manager mention when running JMeter in distributed environment
---
 xdocs/security.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/xdocs/security.xml b/xdocs/security.xml
index 2ccf4b296f..19c43f5a2d 100644
--- a/xdocs/security.xml
+++ b/xdocs/security.xml
@@ -15,7 +15,7 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-
+<!DOCTYPE document>
 <document>
 <properties>
     <title>Security</title>
@@ -33,6 +33,13 @@
     evaluate untrusted jmx files, it is up to you to provide the
     required isolation.
   </p>
+  <p>
+    Still in the area of security, when JMeter is used in distributed
+    environment, we recommend setting up the security manager in order
+    to avoid any execution of malicious code on the distributed
+    architecture. See the <a 
href="./usermanual/remote-test.html#security-manager">
+    Security-Manager documentation</a> for its implementation.
+  </p>
 </section>
 <section name="Reporting security issues">
   <p>

Reply via email to