Submitted by danb, also found by pauliax
In transferBribes, the fees are user input, rather than  calculation using fee (state var).
Currently, fee is unused:
BribeVault.sol#L23.
Therefore the fees amounts might be wrong.
Alex the Entreprenerd (judge) decreased severity to Medium and commented:
