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

GEODE-9676: Limit array and string sizes for unauthenticated Radish connections #6994

Commits on Oct 18, 2021

  1. GEODE-9676: Limit array and string sizes for unauthenticated Radish c…

    …onnections
    
    - This applies the same fix as introduced by CVE-2021-32675 for Redis.
      Unuathenticated requests limit the size of arrays and bulk strings to
      10 and 16384 respectively. Once connections are authenticated, the
      size restriction is not applied.
    - Re-enable the relevant Redis TCL test.
    jdeppe-pivotal committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    3c81b1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e1a1f View commit details
    Browse the repository at this point in the history
  3. Review updates

    jdeppe-pivotal committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    a693d26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36fac97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eab8698 View commit details
    Browse the repository at this point in the history