Closed kanderson250 closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.87%. Comparing base (
cb8f2a8
) to head (cf771ed
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Won't do due to changes in major version bump.
WIP: do not merge
Resolves #1725
Upgrade snakeyaml dependency from 1.33 to 2.2 due to vulnerability
CVE-2022-1471
Compatibility changes: A few of our config classes extend
SafeConstructor
. The default constructor for this class was previously deprecated and has been removed for snakeyaml >= 2.0:Subclasses in the agent have been updated to explicitly call
super(new LoaderOptions())
to match this behavior.