Home / Vulnerability Database / C or C++ : Explicitly deprecated construct
C/C++
C or C++ : Explicitly deprecated construct
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
CWE
Overview
The construction used is explicitly marked as deprecated.
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++ : Explicitly deprecated construct in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
