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

Update README.md with filename spoofing comment #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ stores votes in a dictionary which is kept in memory and only stored to file `on
be problematic if there are millions of votes placed. In such a scenario it may be better to use
some sort of local database such as [SQLite](https://www.sqlite.org) for example.

Known issue is that votes are tied to a filename, not SHA256. Those 32 Bytes would make 'filename spoofing' imposible.

## Future Work

Besides addressing the current limitations listed above, here are some other features/improvements
Expand Down
Loading