You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A malicious user can perform a DoS attack against the database layer by rapidly generating API keys for their account.
Workarounds
Manually throttling the API endpoint by adding the following code to the routes file is one solution, the other is to simply update to at least 0.7.17.
Impact
A malicious user can perform a DoS attack against the database layer by rapidly generating API keys for their account.
Workarounds
Manually throttling the API endpoint by adding the following code to the routes file is one solution, the other is to simply update to at least
0.7.17
.