Joakim Bech | 8e5c5b3 | 2018-10-25 08:18:32 +0200 | [diff] [blame] | 1 | .. _contact: |
| 2 | |
| 3 | ####### |
| 4 | Contact |
| 5 | ####### |
| 6 | |
| 7 | GitHub |
| 8 | ****** |
| 9 | Our preference is to use GitHub for communication. The reason for that is that |
| 10 | it is an open source project, so there should be no real reason to hide |
| 11 | discussions from other people. GitHub also makes it possible for anyone to chime |
| 12 | in into discussion etc. So besides sending patches as pull requests on GitHub we |
| 13 | also encourage people to use the "issues_" to report bugs, give suggestions, ask |
| 14 | questions etc. |
| 15 | |
| 16 | Please try to use the "issues" in the relevant git. I.e., if you want to discuss |
| 17 | something related to optee_client, then use "issues" at :ref:`optee_client` and |
| 18 | so on. If you have a general question etc about OP-TEE that doesn't really |
| 19 | belong to a specific git, then please use `issues at optee_os`_ in that case. |
| 20 | |
| 21 | Email |
| 22 | ***** |
| 23 | You can reach the :ref:`core_team` by sending an email to |
Joakim Bech | e58b15c | 2020-04-15 10:48:41 +0200 | [diff] [blame] | 24 | ``op-tee[at]lists.trustedfirmware.org``. However note that it's a public |
| 25 | mailinglist and **not** just TrustedFirmware engineers behind that email |
| 26 | address. |
Joakim Bech | 8e5c5b3 | 2018-10-25 08:18:32 +0200 | [diff] [blame] | 27 | |
| 28 | For pure Linux kernel patches, please use the appropriate Linux kernel |
| 29 | mailinglist, basically run the ``get_maintainer.pl`` script in the Linux kernel |
| 30 | tree to figure out where to send your patches. |
| 31 | |
| 32 | .. code-block:: bash |
| 33 | |
| 34 | $ cd <linux-kernel> |
| 35 | $ ./scripts/get_maintainer.pl drivers/tee/ |
| 36 | |
| 37 | |
| 38 | IRC |
| 39 | *** |
| 40 | Some of the OP-TEE developers can be reached at Freenode (``chat.freenode.net``) |
| 41 | at channel ``#linaro-security``. Having that said, the activity there is a bit |
| 42 | limited, so it is probably **not** the best place to discuss OP-TEE. |
| 43 | |
| 44 | .. _vulnerability_reporting: |
| 45 | |
| 46 | Vulnerability reporting |
| 47 | *********************** |
Joakim Bech | b6f9130 | 2020-06-22 08:10:29 +0200 | [diff] [blame] | 48 | The OP-TEE project as part of the TrustedFirmware.org organization is using the |
| 49 | security incident process as described at the `TrustedFirmware.org security incident`_ |
| 50 | page. To report an issue, please follow the process as specified here. The email |
| 51 | address to use can be found at the `Mailing Aliases`_ page. |
Joakim Bech | 8e5c5b3 | 2018-10-25 08:18:32 +0200 | [diff] [blame] | 52 | |
| 53 | .. _core_team: |
| 54 | |
| 55 | Core Team |
| 56 | ********* |
Joakim Bech | e58b15c | 2020-04-15 10:48:41 +0200 | [diff] [blame] | 57 | The core team consists of engineers from TrustedFirmware.org. Related, see the |
| 58 | `core team`_ at GitHub. |
Joakim Bech | 8e5c5b3 | 2018-10-25 08:18:32 +0200 | [diff] [blame] | 59 | |
| 60 | .. _core team: https://github.com/orgs/OP-TEE/teams/linaro/members |
| 61 | .. _issues: https://help.github.com/articles/about-issues/ |
| 62 | .. _issues at optee_os: https://github.com/OP-TEE/optee_os/issues |
Joakim Bech | b6f9130 | 2020-06-22 08:10:29 +0200 | [diff] [blame] | 63 | .. _Mailing Aliases: https://developer.trustedfirmware.org/w/collaboration/security_center/mailing_aliases |
| 64 | .. _TrustedFirmware.org security incident: https://developer.trustedfirmware.org/w/collaboration/security_center |