Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible security issue- clarifications #152

Open
jowasp opened this issue Apr 28, 2017 · 0 comments
Open

Possible security issue- clarifications #152

jowasp opened this issue Apr 28, 2017 · 0 comments

Comments

@jowasp
Copy link

jowasp commented Apr 28, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant