-
Notifications
You must be signed in to change notification settings - Fork 123
Description
Thank you for taking your time to talk with us!
What is this issue about?
- Bug report
- Feature request
- Question
Description
Is it possible to cut a patch release (like v2.2.3), that contains the already merged recent security fixes from dependencies?
Especially the following should be covered:
- Bump netty-codec-http to latest v4.1.87.Final Bump netty-codec-http to latest v4.1.87.Final #612
- Bump netty-codec-http to latest v4.1.89.Final Bump netty-codec-http to latest v4.1.89.Final #615
Other patch level updates (and optionally feature enhancements, but no breaking changes) might be included too.
It looks like the plugin is heading for a major release, but we are using it for the generation of specification documents in Jakarta EE and MicroProfile a lot and need to fix it with patch level releases there - so a new major version will break Semantic Versioning then, especially when there are break changes included, that affect us.
Details can be found in these vulnerability reports:
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=581579
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=581580
Meanwhile, I created a workaround PR for the asciidoc-asciidoctor-maven-examples:
- Workaround for netty-codec-http security issues asciidoctor-maven-examples#181
- Deviating parent versions fixed asciidoctor-maven-examples#182 (optional fix)
I can refactor that back, when a patched plugin version is released.
Environment information
- asciidoctor-maven-plugin version: >2.2.2
- asciidoctorj version: 2.5.7
- Maven, Java and OS version: ___