Do Not Use the clone() Method to Copy Untrusted Method Parameters 

es.uniovi.reflection.analyses.cmu.met52


The rule checks when clone is invoked against a parameter in a public method or constructor of a public type, and the type of the parameter is not final (overridable). We also consider parameterized (generic) type and array type parameters of non-final types.

Computational Reflection Research Group
12-03-2025 17:14
Security
Method Invocation