Skip to content

Commit 493a518

Browse files
author
Richard Jones
committed
more security update doc
1 parent f0dd19f commit 493a518

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/upgrading.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2323
to create.
2424

25+
2526
Fixing 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+
2837
Some HTML templates were found to have formatting security problems:
2938

3039
``html/page.html``::

0 commit comments

Comments
 (0)