View-Only Mode in GRC
- Mentors
- Håkon Vågsether, Marc Lichtman, Sebastian Koslowski
- Organization
- GNU Radio
By opening an unknown flowgraph file in the GRC you expose your system to arbitrary python code being evaluated via the block parameters. A View-Only Mode could remedy this by first providing a view where evaluated parameter values are saved to and loaded from the file instead of being evaluated until the users chooses to trust the flowgraph. The proposed project aims to implement such a mode in a secure and convenient manner.