Skip to content

[GitHub] Cherry-picks to fix CVEs#21450

Merged
KornevNikita merged 2 commits intointel:syclfrom
KornevNikita:cves
Mar 9, 2026
Merged

[GitHub] Cherry-picks to fix CVEs#21450
KornevNikita merged 2 commits intointel:syclfrom
KornevNikita:cves

Conversation

@KornevNikita
Copy link
Copy Markdown
Contributor

Cherry-pick llvm-project commits to fix remaining CVEs.

KornevNikita and others added 2 commits March 5, 2026 19:21
At https://github.com/intel/llvm dependabot reports a few alerts
regarding use of:
- urllib3 < v2.6.3 (CVE-2026-21441)
- pynacl < 1.6.2 (CVE-2025-69277)
- cryptography <= 46.0.4 (CVE-2026-26007)

Update requirements_formatting.txt.in & re-generate
requirements_formatting.txt.
We should not need to be explicitly adding transitive dependencies to
requirements_formatting.txt.in to enforce a higher version is used. We
also should always be using == to ensure a strict version match, not
just a compatible version (~=). This patch removes transitive
dependencies introduced in 6fdf93c and
updates the lockfile (although only unnecessary packages are removed).
@KornevNikita KornevNikita requested a review from a team as a code owner March 5, 2026 18:24
@KornevNikita
Copy link
Copy Markdown
Contributor Author

Doesn't affect anything but .github/workflows/pr-code-format.yml

@KornevNikita KornevNikita merged commit 15e326a into intel:sycl Mar 9, 2026
28 of 29 checks passed
@KornevNikita KornevNikita deleted the cves branch March 9, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants