Mercurial > p > roundup > code
annotate doc/security.txt @ 7392:bd6523c84a95
Fix test failure caused by making genconfig trackerless
When I removed the need to have a tracker for genconfig, I broke a
couple of tests. The breakage was hidden by a bad workflow.
This change allows the tests to pass and refactors reporting of
UsageError exceptions in admin.py.
It also adds a test for failure in install command as there is a test
case for it and this test tests the refactor.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 24 May 2023 11:25:47 -0400 |
| parents | a3223f1966fc |
| children | 186956a87ad7 |
| rev | line source |
|---|---|
| 7092 | 1 .. meta:: |
| 2 :description: | |
| 3 Documentation on how to report security issues with | |
| 4 Roundup. Also index to security related portions in other | |
| 5 Roundup documentation. | |
| 6 | |
| 7 .. index:: | |
| 8 single: Reporting Security Issues | |
| 9 single: Security Issues, Reporting | |
| 10 | |
| 11 | |
| 12 ====================================== | |
| 13 Reporting Security Issues with Roundup | |
| 14 ====================================== | |
| 15 | |
| 16 Security issues with Roundup should be reported by email to: | |
| 17 | |
| 18 rouilj@users.sourceforge.net (John Rouillard) | |
| 19 | |
|
7099
a3223f1966fc
update to use ralf's preferred email address.
John Rouillard <rouilj@ieee.org>
parents:
7095
diff
changeset
|
20 rsc@runtux.com (Ralf Schlatterbeck) |
| 7092 | 21 |
| 22 Also you can find rouilj on irc in channel #roundup at irc.oftc.net (see | |
| 23 Contact_ for more directions and web interface). | |
| 24 | |
| 25 Use these mechanisms to establish initial contact. | |
| 26 | |
| 27 .. _Contact: https://www.roundup-tracker.org/contact.html |
