sjeltoff / python-weather-api

Automatically exported from code.google.com/p/python-weather-api
0 stars 0 forks source link

Unsafe parsing of json responses #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, pywapi uses eval() to parse the json response from Yahoo's YQL 
service, which is unsafe. The relevant code should be changed to use the 
simplejson module instead.

Original issue reported on code.google.com by jtas...@gmail.com on 30 May 2013 at 3:31