]
David Lloyd resolved ELY-546.
-----------------------------
Fix Version/s: 1.1.0.Beta7
Resolution: Done
Missing null check in SecurityDomain.mapName() method
-----------------------------------------------------
Key: ELY-546
URL:
https://issues.jboss.org/browse/ELY-546
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 missing null check in
org.wildfly.security.auth.server.SecurityDomain.mapName(String name) method. Parameter
{{name}} can be changed to null on line 162 [1] which can result to NPE in following
command on line 163. Null check should be added.
[1]
https://github.com/wildfly-security/wildfly-elytron/blob/ef67225884aa79b8...