doc: add info on reporting security issues
This commit is contained in:
parent
3469d5dc4f
commit
07bf95f838
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
name: Security issues
|
||||||
|
about: Please email security@jitsi.org
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
We take security very seriously and develop all Jitsi projects to be secure and safe.
|
||||||
|
|
||||||
|
If you find (or simply suspect) a security issue in any of the Jitsi projects, please send us an email to security@jitsi.org.
|
||||||
|
|
||||||
|
We encourage responsible disclosure for the sake of our users, so please reach out before posting in a public space.
|
11
README.md
11
README.md
|
@ -45,7 +45,8 @@ see our [guidelines for contributing](CONTRIBUTING.md).
|
||||||
Jitsi Meet provides a very flexible way of embedding in external applications by using the [Jitsi Meet API](doc/api.md).
|
Jitsi Meet provides a very flexible way of embedding in external applications by using the [Jitsi Meet API](doc/api.md).
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
WebRTC does not provide a way of conducting multi-party conversations with end-to-end encryption.
|
|
||||||
|
WebRTC does not (yet) provide a way of conducting multi-party conversations with end-to-end encryption.
|
||||||
Unless you consistently compare DTLS fingerprints with your peers vocally, the same goes for one-to-one calls.
|
Unless you consistently compare DTLS fingerprints with your peers vocally, the same goes for one-to-one calls.
|
||||||
As a result, your stream is encrypted on the network but decrypted on the machine that hosts the bridge when using Jitsi Meet.
|
As a result, your stream is encrypted on the network but decrypted on the machine that hosts the bridge when using Jitsi Meet.
|
||||||
|
|
||||||
|
@ -57,6 +58,14 @@ Jitsi Meet in terms of security.
|
||||||
The [meet.jit.si](https://meet.jit.si) service is maintained by the Jitsi team
|
The [meet.jit.si](https://meet.jit.si) service is maintained by the Jitsi team
|
||||||
at [8x8](https://8x8.com).
|
at [8x8](https://8x8.com).
|
||||||
|
|
||||||
|
## Security issues
|
||||||
|
|
||||||
|
We take security very seriously and develop all Jitsi projects to be secure and safe.
|
||||||
|
|
||||||
|
If you find (or simply suspect) a security issue in any of the Jitsi projects, please send us an email to security@jitsi.org.
|
||||||
|
|
||||||
|
**We encourage responsible disclosure for the sake of our users, so please reach out before posting in a public space.**
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
Jitsi Meet started out as a sample conferencing application using Jitsi Videobridge. It was originally developed by ESTOS' developer Philipp Hancke who then contributed it to the community where development continues with joint forces!
|
Jitsi Meet started out as a sample conferencing application using Jitsi Videobridge. It was originally developed by ESTOS' developer Philipp Hancke who then contributed it to the community where development continues with joint forces!
|
||||||
|
|
Loading…
Reference in New Issue