-
Privacy
As it is not the case with passwords and verification codes, use of biometrics are unique parts of users’ identities. Therefore exposes the identities.
Storage and Encryption
Once identifie…
-
## Description
as described in https://community.spacemesh.io/t/early-base-gets-the-weight/343
it was decided on March 27 research meeting that we should implement this for genesis before the 1st …
-
cc @jrhea
This issue is a proposal of including the following counter-measures as recommendations into discv5 spec. Clients should make their own decision on whether to implement them or not.
…
-
Loved your talk at https://www.youtube.com/watch?v=NRg-rsMEdQs
The code doesn't include the XSRF interceptor thing, or did I miss it?
Thanks!
-
**Originally by _bosilca_ on 2012-02-24 16:36:42 -0600**
---
# #323-E: User-Level Failure Mitigation## Votes
no votes yet.
## Description
This chapter describes a flexible approach, providing proce…
-
Spam Again! :v
![image](https://user-images.githubusercontent.com/36323763/84384915-5bec0180-ac0c-11ea-81ee-359b2490553b.png)
The server list is being spammed with tens of similar servers. I'm mak…
-
As noted in #58 , we need a strategy to address the situation where a user is locked out from their pod through errors in the ACL. This can occur in several situation, e.g. syntax error in ACL files, …
-
Python seems to do some mitigation which can be added to the README
Source : https://news.ycombinator.com/item?id=17237665
https://docs.python.org/3/library/zipfile.html?highlight=zipfile#zipfil…
-
A way to mitigate spambot attacks.
When botblock is enabled:
- If more than _X_ chat messages are sent in a _Y_ second period, the user will be muted.
- Once auto-muted, the user will be prompted to …
-
Currently we don't have a mechanism that detects and deals with stragglers. Here we define a straggler as:
```
A process which is still working on its share of the parallelized computation when most…