Home / Vulnerability Database / C or C++ : Deprecated construct
C/C++
C or C++ : Deprecated construct
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
OWASP MASVS
CWE
Overview
A deprecated language construction is used. This may lead to security and compatibility issues.
Frameworks and APIs are constantly being improved. Some language constructions are deprecated and replaced with more functional and secure analogues. It is recommended to replace deprecated constructions with modern analogues.
MEDIUM
DerScanner Severity Score
Do you want to fix C or C++ : Deprecated construct in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
