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

Protect against hash attacks. #131

Closed
martinmr opened this issue Jan 31, 2020 · 1 comment
Closed

Protect against hash attacks. #131

martinmr opened this issue Jan 31, 2020 · 1 comment
Labels
kind/enhancement Something could be better. priority/P2 Somehow important but would not block a release. status/accepted We accept to work on it.

Comments

@martinmr
Copy link
Contributor

An attacker can prevent new items from being accepted by the policy by artificially raising the frequency of the victim.

Caffeine code: https://github.com/ben-manes/caffeine/blob/8bdfb0d95db523d15c2560f05a228468ecdbe98d/caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java#L752-L776

@martinmr martinmr added kind/enhancement Something could be better. status/accepted We accept to work on it. priority/P2 Somehow important but would not block a release. labels Feb 21, 2020
@dgraph-io dgraph-io deleted a comment from github-actions bot Jul 16, 2020
@minhaj-shakeel
Copy link
Contributor

Github issues have been deprecated.
This issue has been moved to discuss. You can follow the conversation there and also subscribe to updates by changing your notification preferences.

drawing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Something could be better. priority/P2 Somehow important but would not block a release. status/accepted We accept to work on it.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants