stefanwille / crystal-redis

Full featured Redis client for Crystal
MIT License
381 stars 61 forks source link

Redis command injection DoS #123

Closed mixflame closed 2 years ago

mixflame commented 2 years ago

Referenced PR #122

Fixed

Command injections causing server crash. Now will fail silently.

Love