Re: Fix for CVE-2019-17626 python-reportlab
Andy Robinson <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <CABjtAptbFhSzPi16433oK4RwSS5bcoSvNDVX9Ve1JSYqZpLn9g@mail.gmail.com> |
> > > Usually ast.literal_eval() is the best safe replacement if all you need > is ints/floats/tuples/lists. > Marius, thanks very much for this. - Andy