Branch: refs/heads/release_16.07 Home: https://github.com/galaxyproject/galaxy Commit: 62fdbd526ae34357d3fbb44cedc46635c4df7cbb https://github.com/galaxyproject/galaxy/commit/62fdbd526ae34357d3fbb44cedc46... Author: Dannon Baker dannon.baker@gmail.com Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths: M lib/galaxy/util/__init__.py
Log Message: ----------- Fix the sanitization of None values in utils. This had previously not happened because Params had only been sanitizing strings coming in as part of the request, but if you're passing off (potentially manipulated, as in adding None default params) to a secondary request for a response, this can happen.
Commit: ed7c357668df5bbb3381fae94353465594c7e184 https://github.com/galaxyproject/galaxy/commit/ed7c357668df5bbb3381fae943534... Author: John Chilton jmchilton@gmail.com Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths: M lib/galaxy/util/__init__.py
Log Message: ----------- Merge pull request #2693 from dannon/utils_fix_sanitization_of_none
[16.07] Fix the sanitization of None values in utils. This had previously no…
Compare: https://github.com/galaxyproject/galaxy/compare/62815aff39c2...ed7c357668df