https://github.com/Github-Workflow-Test-Org/Business-Planers-windows/blob/2633128ffe8b4f6eefe0415c1a3c18195fb6d63c/\Business-planers\Source\login.cpp#L93-L103
Filename: \\D\a\veracode\veracode\source-code\Business-planers\Source\login.cpp
Line: 98
CWE: 252 (Unchecked Return Value)
The result of this call to system() is not captured, so it cannot be checked for success. This can result in application instability or crashing if memory is not available. Be sure to check the result and make sure it is correct before use. Some functions return a pointer which should be validated as not NULL before use. Other functions return integers or Boolean values that must either be zero or non-zero for the results of the function to be used. Consult the API documentation to determine what a correct result is from the function call. Note: These flaws were previously reported as CWE 391. Following Mitre decision to plan for deprecation of CWE 391, CWE 252 was identified as re-categorization for these findings. References: CWE OWASP/nDon't know how to fix this? Don't know why this was reported?
Get Assistance from Veracode
https://github.com/Github-Workflow-Test-Org/Business-Planers-windows/blob/2633128ffe8b4f6eefe0415c1a3c18195fb6d63c/\Business-planers\Source\login.cpp#L93-L103
Filename: \\D\a\veracode\veracode\source-code\Business-planers\Source\login.cpp
Line: 98
CWE: 252 (Unchecked Return Value)
The result of this call to system() is not captured, so it cannot be checked for success. This can result in application instability or crashing if memory is not available. Be sure to check the result and make sure it is correct before use. Some functions return a pointer which should be validated as not NULL before use. Other functions return integers or Boolean values that must either be zero or non-zero for the results of the function to be used. Consult the API documentation to determine what a correct result is from the function call. Note: These flaws were previously reported as CWE 391. Following Mitre decision to plan for deprecation of CWE 391, CWE 252 was identified as re-categorization for these findings. References: CWE OWASP/nDon't know how to fix this? Don't know why this was reported?
Get Assistance from Veracode