Security context

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

tensorflow/tensorboard
master @ 4a09df2
20
Fixes
0
CVEs
HIGH
Peak severity
81.3%
Coverage
Highlights
Reflected XSS: 3 prior fixes. Scrutinize any change in this area.
tensorboard/uploader/uploader.py: most-fixed (3 issues). Treat as high-risk during review.
10 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.

XSS: Unsafe DOM insertion via .html() allowed untrusted node titles to execute scripts; fixed by switching to .text().
XSS: Direct innerHTML assignment bypassed Angular sanitization; fixed by using [innerHTML] binding.
Path Traversal: Arbitrary file read via path traversal in asset path resolution; fixed by canonicalization and boundary check.