Both setConcRewards() and setAmbRewards() have a privilege check that is commented out and currently ignored:
These functions are called as protocol commands, which undergo a privilege check in the entry point (see here), hence the low severity of this issue. 
However, it is not clear if theres a missing additional check to ensure these are called by the governance. Consider either removing the lines or un-commenting the check.
