ios-library
ios-library copied to clipboard
Possible security issue- clarifications
When doing a static analysis using HP fortify , the following issue is raised: AFNetworkReachabilityManager.m at line 255.
if ([key isEqualToString:@"reachable"] || [key isEqualToString:@"reachableViaWWAN"] || [key isEqualToString:@"reachableViaWiFi"]) {
return [NSSet setWithObject:@"networkReachabilityStatus"];
}
These do not seem as encryption keys, but would it be possible to clarify what kind of keys are being passed in the code?