Skip to content
Snippets Groups Projects
Unverified Commit c0566b28 authored by Olivier Dony's avatar Olivier Dony
Browse files

[IMP] module: parse manifest files with literal_eval

Manifest files are literal Python dictionaries, and
aren't supposed to contain expressions that require
a full-fledged eval.
`literal_eval` is therefore sufficient *and* safer.

This parsing method was already used when listing addons
during startup of the Root controller (http.py, load_addons())
parent 3efa9d39
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment