NUbots / robocup

The NUbot's RoboCup Code
GNU General Public License v3.0
34 stars 17 forks source link

Implement additional validation for the Config System #29

Closed mmetcalfe closed 7 years ago

mmetcalfe commented 11 years ago

The Config System is missing a number of validation checks. Until these (and probably others) are implemented, it will be possible for users to corrupt the robot's configuration state just by calling the Config System's interface methods.

Missing checks include:

(If additional necessary checks are identified, they should be added to this issue)