ios-library icon indicating copy to clipboard operation
ios-library copied to clipboard

Possible security issue- clarifications

Open jowasp opened this issue 8 years ago • 0 comments

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?

jowasp avatar Apr 28 '17 09:04 jowasp