Highlights
Injection: 1 prior fix. Scrutinize any change in this area.
servo-core/src/main/java/com/netflix/servo/jmx/MonitorMBean.java: 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.
Injection: Constructing JMX ObjectName instances using raw metric keys and values allows malicious or malformed metric tags to corrupt the JMX domain structure or inject invalid properties. This can lead to registration failures, resource exhaustion, or unexpected administrative behaviors. The fix enforces a strict regex replacement, substituting non-alphanumeric characters with underscores.