Skip to content

Commit ee2d176

Browse files
FrostyXpraiskup
authored andcommitted
doc: document how to report security issues
Fix #3520
1 parent b18d6e1 commit ee2d176

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[**Documentation**](https://docs.pagure.org/copr.copr/) |
55
[**Report a Bug**](https://bugzilla.redhat.com/enter_bug.cgi?product=Copr) |
66
[**Already reported bugs**](https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&classification=Community&list_id=4678560&product=Copr&query_format=advanced) |
7+
[**Security issues**](https://github.com/fedora-copr/copr/security) |
78
[**Fedora Copr**](https://copr.fedoraproject.org)
89

910
Copr ("Community projects") is a service that builds your open-source projects and creates your own RPM repositories. See it in action [here](https://copr.fedoraproject.org).

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ Want to File a Bug/RFE?
6161

6262
* `Search for bugs here <https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&classification=Community&list_id=2091774&product=Copr&query_format=advanced>`_: If it has, feel free to add yourself to Cc list of that bugzilla and add comments with more details, logs, etc.
6363
* `Report a new bug <https://bugzilla.redhat.com/enter_bug.cgi?product=Copr>`_: If it has not, then please report it here with all the detail you can muster.
64+
* `Report a security issue <https://github.com/fedora-copr/copr/security>`_: It is better to report privately, and make it public after the exploit is patched.
6465
* `Get a Bugzilla account <https://bugzilla.redhat.com/createaccount.cgi>`_: You will need an account in bugzilla to add comments or file new bugzillas.

frontend/coprs_frontend/coprs/templates/project_info.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<li><a href="https://github.com/fedora-copr/copr">Project Homepage</a></li>
55
<li><a href="https://docs.pagure.org/copr.copr/user_documentation.html">User Documentation</a></li>
66
<li><a href="https://github.com/fedora-copr/copr/issues/new">Report a Bug</a></li>
7+
<li><a href="https://github.com/fedora-copr/copr/security">Report a security issue</a></li>
78
<li><a href="https://github.com/fedora-copr/copr/issues">Known Issues</a></li>
89
<li><a href="https://docs.pagure.org/copr.copr/user_documentation.html#faq">FAQ</a></li>
910
</ul>

0 commit comments

Comments
 (0)