Document usage of a security manager for remote tests#406
Closed
FSchumacher wants to merge 1 commit into
Closed
Conversation
Codecov Report
@@ Coverage Diff @@
## trunk #406 +/- ##
============================================
+ Coverage 58.58% 58.58% +<.01%
Complexity 10616 10616
============================================
Files 1193 1193
Lines 75957 75957
Branches 7343 7343
============================================
+ Hits 44499 44502 +3
+ Misses 28953 28951 -2
+ Partials 2505 2504 -1
Continue to review full report at Codecov.
|
Contributor
|
+1 |
StorDm
pushed a commit
to etnetera/jmeter
that referenced
this pull request
Jan 7, 2021
Closes apache#406 on github git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844855 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: fb6bebb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remote tests can be secured even further, when running with enabled security manager.
Motivation and Context
Especially RMI has gained more attraction by attackers, so give users another tool to defend against attacks.
How Has This Been Tested?
A simple test plan has been run remotely with the documented steps. To be honest the documentation has been done after the tests. So it would be great if more people can follow the documentation and try their tests.
Screenshots (if appropriate):
Types of changes
Checklist: