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

Prevent malicious and rapid creation of new snapshots #122

Open
ghost opened this issue Apr 13, 2021 · 0 comments
Open

Prevent malicious and rapid creation of new snapshots #122

ghost opened this issue Apr 13, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 13, 2021

Another possible attack vector is to rapidly create a large number of snapshots which hit the default limit of 64 which then triggers windows to remove oldest ones until all the legitimate snapshots are gone.

Possible solution could be to:
a) require signing or password when creating new snapshot
b) minimum time interval when creating snapshots
c) simple cron-like snapshot scheduler built into Raccine, requiring a password to make changes

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

0 participants