Mercurial > p > roundup > code
diff CHANGES.txt @ 5958:5148e46dd314
issue2550921 - prevent usernames with characters ',' and '<', '>'
Can create login name with , in it. Confuses nosy list editing. Also
can embed html tags. Updated userauditor.py to prevent this.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 24 Oct 2019 21:53:46 -0400 |
| parents | f822a91b3778 |
| children | 1788c4b68620 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Oct 24 20:47:46 2019 -0400 +++ b/CHANGES.txt Thu Oct 24 21:53:46 2019 -0400 @@ -21,7 +21,10 @@ - issue2550996 - Give better error message when running with -c (install as windows service) and pywin32 is not importable. Could use better testing on a windows box. (John Rouillard) - +- issue2550921 - Can create login name with , in it. Confuses nosy + list editing. Also can embed html tags. Updated userauditor.py + to prevent this. See updating.txt. + 2019-10-23 2.0.0 alpha 0 Features:
