Highlights
Denial of Service: 2 prior fixes. Scrutinize any change in this area.
src/column.rs: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Denial of Service: Integer overflow panic during column padding calculations when adding left and right padding. Adversaries can exploit this by defining columns with large padding values to crash the rendering process.
Denial of Service: An unwrap panic and integer overflow during table width calculations when processing extremely long content. Uncontrolled wrapping or panicking during layout arrangement leads to a denial of service.