Highlights
Supply Chain Security: 2 prior fixes. Scrutinize any change in this area.
.github/workflows: most-fixed (1 issue). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Out-of-bounds Read: CUDA kernel accesses row_splits[i+1] without verifying i is within bounds, leading to OOB read; fix added a bounds check but sibling kernels or alternate launch paths may still lack it.
Memory Corruption: Advanced indexing uses indexed_strides_ and GetInputPtr without asserting index validity, allowing OOB writes/reads; fix added an assertion but other indexing overloads or tensor operations may bypass it.
Supply Chain Security: Multiple bundled dependencies (curl, libjpeg-turbo, zlib) were outdated with known CVEs; version bumps are scattered, so other transitive or platform-specific copies may remain vulnerable.