Merge lp://staging/~adri2000/merge-o-matic/dev into lp://staging/merge-o-matic
Proposed by
Adrien Cunin
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | not available | ||||
Proposed branch: | lp://staging/~adri2000/merge-o-matic/dev | ||||
Merge into: | lp://staging/merge-o-matic | ||||
To merge this branch: | bzr merge lp://staging/~adri2000/merge-o-matic/dev | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Kees Cook | Approve | ||
Scott James Remnant (Canonical) | Pending | ||
Review via email: mp+572@code.staging.launchpad.net |
To post a comment you must log in.
I'm not too familiar with python HTTP handlers, but it seems that there are race conditions updating the central comment file.
The comment content needs significantly more filtering both on input and output. e.g. the form content to make sure there are no "\n" in the comment string itself. On output, it should be fully HTML escaped, not just for double quotes. See "from cgi import escape".