File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,18 @@ permissions from the default distribution, you should check that
2222"Create" permissions exist for all properties you want users to be able
2323to create.
2424
25+
2526Fixing some potential security holes
2627------------------------------------
2728
29+ Enhanced checking was added to the user registration auditor. If you
30+ run a public tracker you should update your tracker's
31+ ``detectors/userauditor.py`` using the new code from
32+ ``share/roundup/templates/classic/detectors/userauditor.py``. In most
33+ cases you may just copy the file over, but if you've made changes to
34+ the auditor in your tracker then you'll need to manually integrate
35+ the new code.
36+
2837Some HTML templates were found to have formatting security problems:
2938
3039``html/page.html``::
You can’t perform that action at this time.
0 commit comments