acrn-hypervisor/misc/config_tools/config_app
Yang,Yu-chu 668ae81048 config-tools: replace xml.etree.ElementTree with defusedxml.ElementTree
Using xml.etree.ElementTree to parse the untrusted data is known to
raise security issue. Replaced it using defusedxml.

Tracked-On: #6342
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
2021-08-13 16:11:42 +08:00
..
static config_tools: add interface to save config xmls to user defined path in config editor 2021-07-27 14:55:46 +08:00
templates config_tools: config editor creates default xmls for a new board 2021-07-30 09:32:52 +08:00
app.py acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
configs.py config_tools: add interface to save config xmls to user defined path in config editor 2021-07-27 14:55:46 +08:00
controller.py config_tools: add interface to save config xmls to user defined path in config editor 2021-07-27 14:55:46 +08:00
requirements config-tools: replace xml.etree.ElementTree with defusedxml.ElementTree 2021-08-13 16:11:42 +08:00
views.py config_tools: config editor creates default xmls for a new board 2021-07-30 09:32:52 +08:00