hyperdefined / CustomLauncherRewrite

Mutable data passed in to nonpublic field may be externally modifiable JAVA-E1086
Bug risk
Major
6 months ago8 months old
loginRequest may be susceptible to external modification
 64     * @param loginRequest The login request to process. This is simple a key/value Map.
 65     */
 66    public LoginHandler(Map<String, String> loginRequest) {
 67        this.loginRequest = loginRequest; 68    }
 69
 70    /**