mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Better recommendation in UnsafeDeserializationRmi.qhelp
Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user