-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix BankId leak #5234
Fix BankId leak #5234
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NACK - please see my comments.
desktop/src/main/java/bisq/desktop/main/overlays/windows/OfferDetailsWindow.java
Outdated
Show resolved
Hide resolved
desktop/src/main/java/bisq/desktop/main/overlays/windows/OfferDetailsWindow.java
Show resolved
Hide resolved
@pazza83 @BtcContributor This will remove the bank id and name from the offer details window, but of course for a sophisticated adversary this still can be accessed by code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
Fixes #5201
Now BankId is no more displayed when a user requests details on the offer book.