OS2iot / OS2iot-backend

This repository contains the backend to the project OS2iot.
Mozilla Public License 2.0
10 stars 7 forks source link

Pass copies of data to untrusted code instead of references #125

Closed MadsSvejstrup closed 2 years ago

MadsSvejstrup commented 2 years ago

If decoders modified the incoming payload instead of returning a new object it has possible to affect the incoming data to other data targets.

fixes #121