]
David Lloyd resolved ELY-541.
-----------------------------
Fix Version/s: 1.1.0.Beta7
Resolution: Done
Was fixed with the X.50X certificate operations PR.
Invocation of hashCode on array in GeneralName.IPAddress
--------------------------------------------------------
Key: ELY-541
URL:
https://issues.jboss.org/browse/ELY-541
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta5
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Labels: static_analysis
Fix For: 1.1.0.Beta7
Internal class IPAddress from org.wildfly.security.sasl.entity.GeneralName invocates
{{hashCode}} method on array. {{Arrays.hashCode}} method should be rather used.