sugarlabs / sugar-toolkit-gtk3

Sugar Learning Environment, Activity Toolkit, GTK 3.
GNU Lesser General Public License v2.1
21 stars 80 forks source link

Buddy.props.key is a quoted bytes #433

Closed quozl closed 7 months ago

quozl commented 4 years ago

On https://github.com/sugarlabs/maze-activity/pull/31 we discovered that Buddy.props.key is an instance of str containing quoted bytes; e.g. "b'value'"

It can be changed back to bytes using eval, but that incurs risk of execution of data.

We need to find out why D-Bus is returning this value in this way.

chimosky commented 7 months ago

Fixed in d1d839b.