Better recommendation in UnsafeDeserializationRmi.qhelp

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
Artem Smotrakov
2021-06-01 12:16:09 +03:00
committed by GitHub
parent b28d639166
commit 8dc1451d42

View File

@@ -13,7 +13,7 @@ In the worst case, it results in remote code execution.
<recommendation>
<p>
Use only strings and primitive types in parameters of remote objects.
Use only strings and primitive types for parameters of remotely invokable methods.
</p>
<p>
Set a filter for incoming serialized data by wrapping remote objects using either <code>UnicastRemoteObject.exportObject(Remote, int, ObjectInputFilter)</code>