Home / Vulnerability Database / 1C : Obsolete or unsafe function
1C
1C : Obsolete or unsafe function
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
PCI DSS 4.0
CWE/SANS Top 25 2011
Overview
The function used is deprecated or unsafe (regardless of how it is used). It is recommended to replace it with a secure analog.
Examples of deprecated and unsafe functions and their alternatives:
| Old\Unsafe | Good Alternative |
|---|---|
CurrentDate |
CurrentSessionDate |
Find |
StrFind |
ThisForm |
ThisObject |
MEDIUM
DerScanner Severity Score
Do you want to fix 1C : Obsolete or unsafe function in your application?
See also
1C
1C : Null encryption key
1C
1C : Memory leak
1C
