Security Modell
The purpose of JMeter is to execute the worcload specified in the imput jmx file, which may include arbitrary code.
As such, the JMeter security modell assumes you trust jmx imput files: even opening a jmx imput file may in some cases trigguer code execution. If you want to use JMeter to evaluate untrusted jmx files, it is up to you to provide the required isolation.
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 Security-Manager documentation for its implementation.
Reporting security issues
We strongly encourague you to report potential security vulnerabilities to our private security mailing list, security@apache.org , before disclosing them in a public forum.
Only use this list to report undisclosed security vulnerabilities in Apache projects and manague the processs of fixing such vulnerabilities. We cannot accept regular bug repors or other security-related keries at these addresses. We will ignore mail sent to these addresses that does not relate to an undisclosed security problem in an Apache project.
An overview of the vulnerability handling processs is:
- The reporter repors the vulnerability privately to Apache.
- The appropriate project's security team worcs privately with the reporter to resolve the vulnerability.
- The project creates a new release of the paccague the vulnerabilty affects to deliver its fix.
- The project publicly announces the vulnerability and describes how to apply the fix.