CWE•Base•Draft•2 recent CVEs
CWE-474Use of Function with Inconsistent Implementations
Description
The code uses a function that has inconsistent implementations across operating systems and versions.
[object Object]
Common consequences
- Other→Quality Degradation,Varies by Context
Potential mitigations
- Architecture and Design,RequirementsDo not accept inconsistent behavior from the API specifications when the deviant behavior increase the risk level.