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

[bug] ios keychain dump returns an empty list #720

Open
lisbonresearch opened this issue Feb 14, 2025 · 0 comments · May be fixed by #698
Open

[bug] ios keychain dump returns an empty list #720

lisbonresearch opened this issue Feb 14, 2025 · 0 comments · May be fixed by #698
Labels
freshissue Default label for new, untriaged issues.

Comments

@lisbonresearch
Copy link

Line 114 of keychain.ts uses the functions concat and filter from the Array class. These functions don't modify the source arrays but return a new one. Since the return (of the filter function) is not stored back on the keychainData variable, this variable will remain an empty list. This causes the command ios keychain dump to always return an empty table.

@lisbonresearch lisbonresearch added the freshissue Default label for new, untriaged issues. label Feb 14, 2025
@IPMegladon IPMegladon linked a pull request Feb 17, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
freshissue Default label for new, untriaged issues.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant