Highlights
Dependency Vulnerability: 1 prior fix. Scrutinize any change in this area.
asciidoctorj-core/src/main/java/org/asciidoctor/jruby/internal/JRubyAsciidoctor.java: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Dependency Vulnerability: The JRuby runtime is a critical external dependency; an unpatched version exposes the project to CVE-2025-46551, which can undermine the security of all Ruby-based processing.
Type Confusion: The adaptReturn method converts Ruby objects to Java types without explicit checks, risking type confusion that could lead to incorrect behavior or security bypasses when expected types are not enforced.