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

Bug 2067870: Address CVE-2022-21698 #224

Commits on Mar 24, 2022

  1. Address CVE-2022-21698

    Upgrade the Prometheus client to v1.11.1.
    
    This commit is the result of running:
    
    ```
    go get github.com/prometheus/client_golang@v1.11.1 \
            && go mod tidy && go mod vendor
    ```
    
    See the Prometheus advisory: GHSA-cg3q-j54f-5p7p
    pierreprinetti committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    88b2c86 View commit details
    Browse the repository at this point in the history