Highlights
Insecure Permissions: 1 prior fix. Scrutinize any change in this area.
src/main/java/org/rauschig/jarchivelib/CommonsArchiveEntry.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.
Insecure Permissions: Prematurely applying file mode permissions before writing the full content or creating directories can lead to files being temporarily accessible with insecure permissions. Delaying permissions application until after IOUtils.copy or file.mkdirs completes is necessary to mitigate this window of vulnerability.