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.