Security context

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

plotly/dash-table
dev @ 2e551a9
2
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
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.