...
This noncompliant code example instantiates a Hashtable
and defines a removeremoveEntry()
method to allow the removal of its entries. However, the method is public
and non-final, which leaves it susceptible to malicious callers.
...
...
This noncompliant code example instantiates a Hashtable
and defines a removeremoveEntry()
method to allow the removal of its entries. However, the method is public
and non-final, which leaves it susceptible to malicious callers.
...