You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…the security. (#8883)
* Change the compare method for acl signature to improve the security.
* Change the compare method for acl signature to improve the security.
Before Creating the Enhancement Request
Summary
Change the compare method for acl signature to improve the security.
Motivation
Change the compare method for acl signature to improve the security.
Describe the Solution You'd Like
Use the MessageDigest.isEqual method instead of the StringUtils.equals method.
Describe Alternatives You've Considered
MessageDigest.isEqual is more secure in extreme scenarios.
Additional Context
No response
The text was updated successfully, but these errors were encountered: