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

CVE-2020-13250: Cache DoS / OOM #8023

Merged
merged 2 commits into from
Jun 8, 2020

Commits on Jun 4, 2020

  1. agent: add http_config.use_cache

    This allows the operator to disable agent caching for the http endpoint.
    It is on by default for backwards compatibility and if disabled will
    ignore the url parameter `cached`.
    hanshasselberg committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    28ce7b5 View commit details
    Browse the repository at this point in the history
  2. docs: document http_config.use_cache

    Co-authored-by: Matt Keeler <[email protected]>
    hanshasselberg and mkeeler committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    5973e9f View commit details
    Browse the repository at this point in the history