Highlights
Insecure Temporary File: 1 prior fix. Scrutinize any change in this area.
tensorflow_model_optimization/python/examples/sparsity/keras/mnist: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Insecure Temporary File: The use of predictable, hardcoded paths like '/tmp/logs' allows local attackers to pre-create directories or execute symlink attacks, potentially hijacking training logs or outputs. Developers copying example code into multi-user systems are highly vulnerable to this behavior.