Highlights
Classpath Manipulation: 1 prior fix. Scrutinize any change in this area.
src/main/java/com/microsoft/azure/functions/worker/broker/JavaFunctionBroker.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.
Classpath Manipulation: Customer-provided jars could override worker libraries, leading to arbitrary code execution or logic tampering within the worker process.
Path Traversal: URL-encoded traversal sequences (e.g., %2e%2e) could bypass file existence checks, allowing access to files outside the intended classpath directory.