]
David Lloyd resolved ELY-545.
-----------------------------
Fix Version/s: 1.1.0.Beta7
Resolution: Done
Missing null checks in URIUtil.getHostForURI(SocketAddress
socketAddress) method
--------------------------------------------------------------------------------
Key: ELY-545
URL:
https://issues.jboss.org/browse/ELY-545
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta5
Reporter: Ondrej Lukas
Assignee: David Lloyd
Labels: static_analysis
Fix For: 1.1.0.Beta7
There is public static method
org.wildfly.security.util.URIUtil.getHostForURI(SocketAddress socketAddress) with missing
null checks for {{hostString}} and {{address}}. This method can be publicly accessed and
result to NPE.