kheuton / python-weather-api

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

Unsafe parsing of json responses #25

Closed GoogleCodeExporter closed 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

GoogleCodeExporter commented 8 years ago
Now fixed in 0.3.3

Original comment by jtas...@gmail.com on 2 Jun 2013 at 5:32