diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-16 16:47:59 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-16 16:47:59 -0400 |
| commit | 4b3ba9a09ba5491b6752315a9c68189f3a9d1780 (patch) | |
| tree | 6d050ad0d9b392d8889481c45babb8bcb0a441d5 /CHANGES.txt | |
| parent | 8a8724de56c8dcce763fdb5630c77cb69a149572 (diff) | |
| download | pyramid-4b3ba9a09ba5491b6752315a9c68189f3a9d1780.tar.gz pyramid-4b3ba9a09ba5491b6752315a9c68189f3a9d1780.tar.bz2 pyramid-4b3ba9a09ba5491b6752315a9c68189f3a9d1780.zip | |
- Omit custom environ variables when rendering a custom exception template in
``pyramid.httpexceptions.WSGIHTTPException._set_default_attrs``;
stringifying thse may trigger code that should not be executed; see
https://github.com/Pylons/pyramid/issues/239
Closes #239
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index afbc12747..e8fce9c8d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,14 @@ Documentation - Added a section entitled "Writing a Script" to the "Command-Line Pyramid" chapter. +Bug Fixes +--------- + +- Omit custom environ variables when rendering a custom exception template in + ``pyramid.httpexceptions.WSGIHTTPException._set_default_attrs``; + stringifying thse may trigger code that should not be executed; see + https://github.com/Pylons/pyramid/issues/239 + 1.1b3 (2011-07-15) ================== |
