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

sorting cracked passwords by "cracked_at" yields unexpected results #26

Open
tankbusta opened this issue Jan 11, 2018 · 0 comments
Open
Labels

Comments

@tankbusta
Copy link
Contributor

If you're on the Cracked Passwords page for a Task and try to sort the passwords via the cracked_at column, the results will be incorrect. This is caused by the boltdb/storm storage backend as the data is stored as JSON. Storm doesn't have the concept of ordering by time.Time objects that come out after a document is decoded

@tankbusta tankbusta added the bug label Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant