]
David Lloyd reassigned ELY-546:
-------------------------------
Assignee: David Lloyd (was: Darran Lofthouse)
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
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...