Open tsunez opened 4 years ago
Issue still exists.
Issue has 3 vulnerability/vulnerabilities left to be fixed (Please scroll to the top for more information)
Issue still exists.
Issue has 3 vulnerability/vulnerabilities left to be fixed (Please scroll to the top for more information)
Unchecked_Return_Value issue exists @ iGoat-Swift/iGoat-Swift/ThirdParty/CocoaLumberjack/DDASLLogCapture.m in branch master
The notify_register_dispatch method calls the snprintf function, at line 139 of iGoat-Swift\iGoat-Swift\ThirdParty\CocoaLumberjack\DDASLLogCapture.m. However, the code does not check the return value from this function, and thus would not detect runtime errors or other unexpected states.
Severity: Low
CWE:252
Vulnerability details and guidance
Checkmarx
Recommended Fix
Lines: 148 153 61
Code (Line #148):
Code (Line #153):
Code (Line #61):