You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we marshalling and un-marshalling batch files into proper (protocol defined) structs so we can not end up with additional fields in the batch files. However if the files are provided by someone else they can contain additional fields and in this case we will not catch it.
Fix:
define schemas for batch files and validate against them
The text was updated successfully, but these errors were encountered:
Currently we marshalling and un-marshalling batch files into proper (protocol defined) structs so we can not end up with additional fields in the batch files. However if the files are provided by someone else they can contain additional fields and in this case we will not catch it.
Fix:
The text was updated successfully, but these errors were encountered: