Roundup Tracker - Issues

Message6857

Author rouilj
Recipients rouilj, schlatterbeck
Date 2019-12-27.02:47:18
Message-id <1577414838.47.0.189117229197.issue2550962@roundup.psfhosted.org>
In-reply-to
Ran bandit against roundup code. It flagged a lot of asserts mostly in 
the TAL library, but some others are scattered throughout including 
backend code.

I removed an unneeded assert in cgi/actions.py and converted
an assert to raising an exception in admin.py.
History
Date User Action Args
2019-12-27 02:47:18rouiljsetmessageid: <1577414838.47.0.189117229197.issue2550962@roundup.psfhosted.org>
2019-12-27 02:47:18rouiljsetrecipients: + rouilj, schlatterbeck
2019-12-27 02:47:18rouiljlinkissue2550962 messages
2019-12-27 02:47:18rouiljcreate