WROracer / UNO-Engine

Mutable fields should not directly be returned JAVA-S1049
Security
Major
1 occurrence in this check
players could be modified at the call site
109        return currentCard;
110    }
111    public Player[] getPlayers() {
112        return players;113    }
114
115    public Status getStatus() {