Mercurial > p > roundup > code
changeset 6056:b5bb7e6cee5e
Add using bandit and flake8 to lint code and cleanup.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 15 Jan 2020 21:04:17 -0500 |
| parents | 5260c15d153f |
| children | b6e56d096c58 |
| files | CHANGES.txt |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Wed Jan 15 21:26:19 2020 +0000 +++ b/CHANGES.txt Wed Jan 15 21:04:17 2020 -0500 @@ -83,6 +83,8 @@ - Document security issues in xmlrpc interface in doc/xmlrpc.txt. - Enable autoescape in the jinja2 template and use the i18n extension for translations. (Report: John Rouillard; Fix: Christof Meerwald) +- Cleanup code by linting using flake8. (John Rouillard) +- Cleanup code by security linting using bandit. (John Rouillard) 2019-10-23 2.0.0 alpha 0
