Skip to content

Commit 8dc1451

Browse files
Better recommendation in UnsafeDeserializationRmi.qhelp
Co-authored-by: Chris Smowton <[email protected]>
1 parent b28d639 commit 8dc1451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-502/UnsafeDeserializationRmi.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In the worst case, it results in remote code execution.
1313

1414
<recommendation>
1515
<p>
16-
Use only strings and primitive types in parameters of remote objects.
16+
Use only strings and primitive types for parameters of remotely invokable methods.
1717
</p>
1818
<p>
1919
Set a filter for incoming serialized data by wrapping remote objects using either <code>UnicastRemoteObject.exportObject(Remote, int, ObjectInputFilter)</code>

0 commit comments

Comments
 (0)