Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 8277:b757cf509480
doc: typo fix.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 Jan 2025 20:41:31 -0500 |
| parents | 35beff316883 |
| children | 2bf0c4e7795e |
comparison
equal
deleted
inserted
replaced
| 8276:8d3085b4d047 | 8277:b757cf509480 |
|---|---|
| 526 except (UsageError, Unauthorised) as msg: | 526 except (UsageError, Unauthorised) as msg: |
| 527 csrf_ok = False | 527 csrf_ok = False |
| 528 self.form_wins = True | 528 self.form_wins = True |
| 529 self.add_error_message(' '.join(msg.args)) | 529 self.add_error_message(' '.join(msg.args)) |
| 530 | 530 |
| 531 This escapes the Referer value an prevents it from being | 531 This escapes the Referer value and prevents it from being |
| 532 executed. | 532 executed. |
| 533 | 533 |
| 534 .. _CVE-2024-39126: | 534 .. _CVE-2024-39126: |
| 535 | 535 |
| 536 Stop JavaScript execution from attached files CVE-2024-39126 | 536 Stop JavaScript execution from attached files CVE-2024-39126 |
