In "src/app/controllers/ContextMenuController.java" you reference an ongoing issue where you can receive the incorrect request/response pair if the original request was edited. This should be fixed in our upcoming release of 2021.12. I also noticed that you made reference to the Extender API version of 1.7.22 - we do have some more recent Extender API versions that can be found here: https://mvnrepository.com/artifact/net.portswigger.burp.extender/burp-extender-api
Additionally, in some other places I noticed that you appear to be using HTML within Swing components. Just so that you are aware, we're planning on disabling HTML rendering within Swing components in a later release of Burp.
I noticed this in a few places in your update:
In "src/app/controllers/ContextMenuController.java" you reference an ongoing issue where you can receive the incorrect request/response pair if the original request was edited. This should be fixed in our upcoming release of 2021.12. I also noticed that you made reference to the Extender API version of 1.7.22 - we do have some more recent Extender API versions that can be found here: https://mvnrepository.com/artifact/net.portswigger.burp.extender/burp-extender-api
Additionally, in some other places I noticed that you appear to be using HTML within Swing components. Just so that you are aware, we're planning on disabling HTML rendering within Swing components in a later release of Burp. I noticed this in a few places in your update: