Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

tauri-apps/tao
dev @ 87c46b5
2
Fixes
1
CVEs
HIGH
Peak severity
0.0%
Coverage
Highlights
Integer Overflow: 2 prior fixes. Scrutinize any change in this area.
src/icon.rs: most-fixed (2 issues). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Integer Overflow: Unchecked multiplication of icon dimensions (`width` and `height`) can lead to integer overflows or division-by-zero panics when creating icons from raw RGBA pixels. This bypasses buffer size validation, potentially causing memory corruption or out-of-bounds panics in native windowing code.