Taus Brock-Nannestad
67647bda66
Python: Fix false positive for py/use-of-input.
...
Fixes #1969 .
The points-to analysis does not know that the assignment `input = raw_input`
cannot fail under Python 2, and so there are two possible values that `input`
could point-to after exiting the exception handler: the built-in `input`, or the
built-in `raw_input`. In the latter case we do not want to report the alert, and
so adding a check that the given function does not point-to the built-in
`raw_input` suffices.
2019-11-22 16:46:20 +01:00
..
2019-03-12 15:07:49 +00:00
2019-02-20 11:23:48 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2019-11-18 16:50:32 +01:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2019-08-08 11:58:23 +01:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2019-08-08 12:06:22 +01:00
2019-08-08 12:06:22 +01:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2019-08-08 11:58:23 +01:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2019-08-08 12:06:22 +01:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2019-02-20 11:23:48 +00:00
2018-11-19 15:10:42 +00:00
2019-11-22 16:46:20 +01:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00
2018-11-19 15:10:42 +00:00