Highlights
CSS Injection: 1 prior fix. Scrutinize any change in this area.
src/dash-table/components/CellMarkdown/index.tsx: most-fixed (1 issue). 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.
CSS Injection: Table id is interpolated into a CSS selector without escaping, allowing crafted ids to inject arbitrary CSS rules, potentially exfiltrating data or altering UI.
Open Redirect: Markdown-rendered links lack target=_blank, which is a weak mitigation; the underlying issue is that user-controlled markdown can contain links that navigate the current page, enabling phishing or redirect-based attacks. The fix does not validate or sanitize link destinations.