Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: var newCredential = NSURLCredential(user: "test", password: "test", persistence: NSURLCredentialPersistence.None); var identita : SecIdentity = self.getClientCertificate(); var newCredential2 = NSURLCredential(identity: identita, certificates: nil, persistence: NSURLCredentialPersistence.None); Source: http://pastebin.com/raw.php?i=E2LJJnQL
↧