airbytehq / airbytehq/airbyte-python-cdk
Update setuptools to address CVE-2026-59890
- Dominant language
- Python
- Stars
- 26
- Forks
- 53
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 10
Description
The latest released `airbyte-cdk` (7.25.1) and current `main` constrain `setuptools` to `^80.9.0`, while CVE-2026-59890 is fixed in 83.0.0. Downstream connectors cannot override this because Poetry reports an unsatisfiable constraint.
Please widen/update the CDK constraint to include `setuptools >=83.0.0` and publish a release so downstream lockfiles can remediate the vulnerability.
Trivy 0.74.0 reports this as MEDIUM with fixed version 83.0.0.
---
**Internal Tracking:** https://github.com/airbytehq/oncall/issues/13315
Contributor guide
Research direction
Locate the Poetry dependency declaration that constrains setuptools in the CDK, then inspect how the current main branch and release configuration represent that constraint. Update it to include version 83.0.0 or newer, verify downstream lockfiles can resolve the fixed version, and publish a release as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, release, security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 75/100