DataDog / chef-datadog

Chef cookbook for Datadog Agent & Integrations
https://www.datadoghq.com
Apache License 2.0
97 stars 261 forks source link

[Security] Upgrade rubocop child dependencies #931

Closed metavida closed 2 months ago

metavida commented 2 months ago

What does this PR do?

This PR updates all rubocop child dependencies via bundle update rubocop

Motivation

For my purposes, updating rexml to 3.3.7 from 3.2.5 was especially important because it resolves a number of security vulnerabilities.

Additional Notes

I decided against trying to upgrade rubocop itself to keep the potential impact of this PR as small as possible. There are numerous 0.9X.X releases available that might be relatively low impact to apply if you want to try: https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md#0931-2020-10-12