Message359453
> The function literal_eval is not safe anymore as the
> constructor can be intercepted
"Safe" means safe from user input to literal_eval().
If a person can already write arbitrary code that redefines a builtin, then they can already do anything they want. |
|
Date |
User |
Action |
Args |
2020-01-06 19:24:07 | rhettinger | set | recipients:
+ rhettinger, docs@python, serhiy.storchaka, pablogsal, BTaskaya |
2020-01-06 19:24:07 | rhettinger | set | messageid: <1578338647.01.0.558859648481.issue39158@roundup.psfhosted.org> |
2020-01-06 19:24:06 | rhettinger | link | issue39158 messages |
2020-01-06 19:24:06 | rhettinger | create | |
|