CWE-374 – Passing Mutable Objects to an Untrusted Method
Description The program sends non-cloned mutable data as an argument to a method or function. The function or method that has been called can alter...
Description The program sends non-cloned mutable data as an argument to a method or function. The function or method that has been called can alter...