rabbitControl / RCP

Remote Control Protocol
GNU Lesser General Public License v3.0
32 stars 0 forks source link

handle invalid values at servers #32

Open i-n-g-o opened 11 months ago

i-n-g-o commented 11 months ago

A server must not rely on values sent from clients to be within the bounds a parameter specifies. It needs to pre-evaluate a value-update and either:

This shall not be part of the protocol specification but server implementers need to consider this.