You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that the use of these function does not definitely leads to security issues, but I want to bring this to your attention, and check if these are safe to use within our application.
The text was updated successfully, but these errors were encountered:
There are some insecure APIs that exists in this repository that Apple considered insecure and recommended not using:
https://developer.apple.com/library/archive/documentation/Security/Conceptual/SecureCodingGuide/Articles/BufferOverflows.html#//apple_ref/doc/uid/TP40002577-SW1
These are reported when using Mobile Security Framework (https://github.com/MobSF/Mobile-Security-Framework-MobSF) to scan the IPA.
strcpy:
glog/src/symbolize.cc
Line 850 in 6ed0c9e
strncpy:
glog/src/symbolize.cc
Line 658 in 6ed0c9e
glog/src/symbolize.cc
Line 729 in 6ed0c9e
glog/src/symbolize.cc
Line 916 in 6ed0c9e
strncat:
glog/src/logging.cc
Line 2564 in acc60d0
I understand that the use of these function does not definitely leads to security issues, but I want to bring this to your attention, and check if these are safe to use within our application.
The text was updated successfully, but these errors were encountered: