-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Description
After upgrading to Burp Suite 2025.12.3, the AuthMatrix extension becomes unusable due to a GUI repaint issue.
The extension loads successfully, but after certain actions the AuthMatrix tab stops repainting and appears frozen.
Steps to reproduce
- Install Burp Suite 2025.12.3
- Load the AuthMatrix extension
- Open the AuthMatrix tab
- Either:
- add a user and a request, or
- import an existing AuthMatrix configuration
- Observe that the GUI stops repainting
Actual behavior
The AuthMatrix UI becomes partially or fully frozen and cannot be used.
Expected behavior
The GUI should remain responsive and repaint correctly.
Error details
The following exception is repeatedly logged during table repaint:
AttributeError: 'com.formdev.flatlaf.ui.FlatTableUI$FlatBooleanRend' object has no attribute 'setSelected'
Metadata
Metadata
Assignees
Labels
No labels