Closed frbattid closed 8 years ago
When an invalid user is tried to be provisioned, the appUtils.buildUsername function returns null. Nevertheless, this null value is never checked, thus invalid users may be created.
appUtils.buildUsername
null
Fixed in PR https://github.com/telefonicaid/fiware-cosmos/pull/123
When an invalid user is tried to be provisioned, the
appUtils.buildUsername
function returnsnull
. Nevertheless, thisnull
value is never checked, thus invalid users may be created.