CWE Rule 498
Description
Rule Description
The code contains a class with sensitive data, but the class is cloneable. The data can then be accessed by cloning the class.
Polyspace Implementation
The rule checker checks for the issue Sensitive information accessible through copy constructor.
Examples
Check Information
Category: Others |
Version History
Introduced in R2023b