Skip to content

fix(deps): vuln minor upgrades — 9 packages (minor: 1 · patch: 8) [datadog_checks_base]#23443

Closed
gh-worker-campaigns-3e9aa4[bot] wants to merge 1 commit intomasterfrom
engraver-auto-version-upgrade/minorpatch/pep621/datadog_checks_base/3-1776936856
Closed

fix(deps): vuln minor upgrades — 9 packages (minor: 1 · patch: 8) [datadog_checks_base]#23443
gh-worker-campaigns-3e9aa4[bot] wants to merge 1 commit intomasterfrom
engraver-auto-version-upgrade/minorpatch/pep621/datadog_checks_base/3-1776936856

Conversation

@gh-worker-campaigns-3e9aa4
Copy link
Copy Markdown

Summary: Security update — 9 packages upgraded (MINOR changes included)

Manifests changed:

  • datadog_checks_base (pep621)

โœ… Action Required: Please review the changes below. If they look good, approve and merge this PR.


Updates

Package From To Type Dep Type Vulnerabilities Fixed
cryptography 46.0.6 46.0.7 patch Direct 1 MODERATE
pydantic 2.12.5 2.13.3 minor Direct -
botocore 1.42.72 1.42.92 patch Direct -
cachetools 7.0.5 7.0.6 patch Direct -
ddtrace 3.19.5 3.19.7 patch Direct -
hatchling 0.11.2 0.11.3 patch Direct -
orjson 3.11.7 3.11.8 patch Direct -
protobuf 7.34.0 7.34.1 patch Direct -
requests 2.33.0 2.33.1 patch Direct -

Packages marked with "-" are updated due to dependency constraints.


Security Details

โ„น๏ธ Other Vulnerabilities (1)
Package CVE Severity Summary Unsafe Version Fixed In
cryptography GHSA-p423-j2cm-9vmq MODERATE Cryptography vulnerable to buffer overflow if non-contiguous buffers were passed to APIs 46.0.6 46.0.7
โš ๏ธ Dependencies that have Reached EOL (3)
Dependency Unsafe Version EOL Date New Version Path
cachetools 7.0.5 - 7.0.6 datadog_checks_base/pyproject.toml
cryptography 46.0.6 - 46.0.7 datadog_checks_base/pyproject.toml
requests 2.33.0 - 2.33.1 datadog_checks_base/pyproject.toml

Review Checklist

Standard review:

  • Review changes for compatibility with your code
  • Check for breaking changes in release notes
  • Run tests locally or wait for CI
  • Approve and merge this PR

Update Mode: Vulnerability Remediation

๐Ÿค– Generated by DataDog Automated Dependency Management System

@campaigner-prod
Copy link
Copy Markdown

Release Notes

cryptography (46.0.6 → 46.0.7) — Commit comparison
pydantic (2.12.5 → 2.13.3) — GitHub Release

v2.13.3

v2.13.3 (2026-04-20)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.13.2...v2.13.3

v2.13.2

v2.13.2 (2026-04-17)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.13.1...v2.13.2

v2.13.1

v2.13.1 (2026-04-15)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.13.0...v2.13.1

v2.13.0

v2.13.0 (2026-04-13)

The highlights of the v2.13 release are available in the blog post.
Several minor changes (considered non-breaking changes according to our versioning policy) are also included in this release. Make sure to look into them before upgrading.

This release contains the updated pydantic.v1 namespace, matching version 1.10.26 which includes support for Python 3.14.

What's Changed

See the beta releases for all changes sinces 2.12.

Packaging

New Features

Changes

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.12.0...v2.13.0

botocore (1.42.72 → 1.42.92) — Commit comparison

... and 85 more commits

cachetools (7.0.5 → 7.0.6) — Commit comparison
ddtrace (3.19.5 → 3.19.7) — GitHub Release

v3.19.7

Estimated end-of-life date, accurate to within three months: 08-2026
See the support level definitions for more information.

Bug Fixes

  • AAP: Fixes a memory corruption issue where concurrent calls to the WAF on the same request context from multiple threads (e.g. an asyncio event loop and a thread pool executor inheriting the same context via contextvars) could cause use-after-free or double-free crashes (SIGSEGV) inside libddwaf. A per-context lock now serializes WAF calls on the same context.

v3.19.6

Estimated end-of-life date, accurate to within three months: 08-2026
See the support level definitions for more information.

Bug Fixes

  • profiling: fixed an issue that causes greenlets to misbehave when gevent.joinall is called.
orjson (3.11.7 → 3.11.8) — GitHub Release

Changed

  • Build and compatibility improvements.
requests (2.33.0 → 2.33.1) — GitHub Release

2.33.1 (2026-03-30)

Bugfixes

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2331-2026-03-30


Generated by ADMS Sources: 4 GitHub Releases, 3 Commit comparisons, 2 not available.

@dd-octo-sts
Copy link
Copy Markdown
Contributor

dd-octo-sts Bot commented Apr 23, 2026

Validation Report

Validation Description Status
dep Verify dependency pins are consistent and Agent-compatible โŒ

Run ddev validate all changed --fix to attempt to auto-fix supported validations.

Passed validations (19)
Validation Description Status
agent-reqs Verify check versions match the Agent requirements file โœ…
ci Validate CI configuration and Codecov settings โœ…
codeowners Validate every integration has a CODEOWNERS entry โœ…
config Validate default configuration files against spec.yaml โœ…
http Validate integrations use the HTTP wrapper correctly โœ…
imports Validate check imports do not use deprecated modules โœ…
integration-style Validate check code style conventions โœ…
jmx-metrics Validate JMX metrics definition files and config โœ…
labeler Validate PR labeler config matches integration directories โœ…
legacy-signature Validate no integration uses the legacy Agent check signature โœ…
license-headers Validate Python files have proper license headers โœ…
licenses Validate third-party license attribution list โœ…
metadata Validate metadata.csv metric definitions โœ…
models Validate configuration data models match spec.yaml โœ…
openmetrics Validate OpenMetrics integrations disable the metric limit โœ…
package Validate Python package metadata and naming โœ…
readmes Validate README files have required sections โœ…
saved-views Validate saved view JSON file structure and fields โœ…
version Validate version consistency between package and changelog โœ…

View full run

@datadog-official
Copy link
Copy Markdown
Contributor

Tests

๐ŸŽ‰ All green!

โ„๏ธ No new flaky tests detected
๐Ÿงช All tests passed

๐ŸŽฏ Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 89.23% (+2.17%)

This comment will be updated automatically if new data arrives.
๐Ÿ”— Commit SHA: e0bbef0 | Docs | Datadog PR Page | Give us feedback!

@seberm-6
Copy link
Copy Markdown

Hey, sorry for the noise. This was caused by a bug in our automated dependency update system that incorrectly included upstream changelog content in PR comments, triggering notifications to external contributors. The feature flag has been turned off and we're working on a fix. Sorry about that again.

@campaigner-prod campaigner-prod Bot closed this Apr 23, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

โœ… All modified and coverable lines are covered by tests.
โœ… Project coverage is 89.46%. Comparing base (8571f62) to head (e0bbef0).
โš ๏ธ Report is 3 commits behind head on master.

Additional details and impacted files
๐Ÿš€ New features to boost your workflow:
  • โ„๏ธ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • ๐Ÿ“ฆ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant