fix(deps): bump uv group and fix CI security scan infrastructure#346
Closed
dependabot[bot] wants to merge 5 commits intomainfrom
Closed
fix(deps): bump uv group and fix CI security scan infrastructure#346dependabot[bot] wants to merge 5 commits intomainfrom
dependabot[bot] wants to merge 5 commits intomainfrom
Conversation
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the uv group with 2 updates in the /orchestrator directory: [nltk](https://github.com/nltk/nltk) and [requests](https://github.com/psf/requests). Updates `nltk` from 3.9.3 to 3.9.4 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](nltk/nltk@3.9.3...3.9.4) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.4 dependency-type: indirect dependency-group: uv - dependency-name: requests dependency-version: 2.33.0 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
e8a9e7a to
6147ad3
Compare
3 tasks
Add osv-scanner.toml to acknowledge CVEs with no upstream fix: - GHSA-5239-wwwm-4pmq (pygments ReDoS, CVE-2026-4539) - GHSA-jm6w-m3j8-898g (nltk unbounded recursion) - GHSA-rf74-v2fm-23pw (nltk unbounded recursion) Update ci-gate.yml to pass ignore-vulns and config to reusable workflows from JacobPEvans/.github feature branch. (claude)
…rator/uv-fdfea19751 Resolve osv-scanner.toml add/add conflict by keeping main's version with ignoreUntil dates. (claude)
Owner
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
osv-scanner.tomlto acknowledge unfixable CVEs (pygments ReDoS, nltk recursion)ignore-vulnsandconfiginputsCI Infrastructure Changes
The security scanning jobs (pip-audit, OSV scanner) added in PR #341 were blocking all Python-touching PRs due to pre-existing vulnerabilities with no upstream fix. This PR adds:
osv-scanner.toml— acknowledges GHSA-5239-wwwm-4pmq (pygments), GHSA-jm6w-m3j8-898g and GHSA-rf74-v2fm-23pw (nltk) as unfixableJacobPEvans/.github#139feature branch forignore-vulnsandconfiginputs.githubPR fix: set cleanupPeriodDays to 30 (upstream default) #139, then revert ci-gate.yml refs from@fix/pip-audit-ignore-vulnsto@mainTest plan
osv-scanner.tomlconfig--ignore-vuln CVE-2026-4539and--no-editable+ local ref filter@mainosv-scanner.tomlentries once upstream releases fixes