aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-07-21 02:53:16 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-21 00:53:16 +0000
commita2dd85346242159486bd4edaf15a00e3dda8b056 (patch)
tree2074302405d057e5415f17a0342aea4b009edbba
parentRevert module 'macos-notification-state' to forked version (#502) (diff)
downloadferdium-app-a2dd85346242159486bd4edaf15a00e3dda8b056.tar.gz
ferdium-app-a2dd85346242159486bd4edaf15a00e3dda8b056.tar.zst
ferdium-app-a2dd85346242159486bd4edaf15a00e3dda8b056.zip
chore: add mailto to email in md files (#500) [skip ci]
-rw-r--r--CODE_OF_CONDUCT.md2
-rw-r--r--SECURITY.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index ab89b2307..b39ad2c6a 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -8,4 +8,4 @@ We promise to extend courtesy and respect to everyone involved in this project r
8 8
9If any member of the community violates this code of conduct, the maintainers of the Ferdium project may take action, removing issues, comments, and PRs or blocking accounts as deemed appropriate. 9If any member of the community violates this code of conduct, the maintainers of the Ferdium project may take action, removing issues, comments, and PRs or blocking accounts as deemed appropriate.
10 10
11If you are subject to or witness unacceptable behavior, or have any other concerns, please open an issue or send an email to [our contact mail](hello@ferdium.org). 11If you are subject to or witness unacceptable behavior, or have any other concerns, please open an issue or send an email to [our contact mail](mailto:hello@ferdium.org).
diff --git a/SECURITY.md b/SECURITY.md
index de0aa2e28..cb9ead3ec 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -12,6 +12,6 @@
12 12
13If you discover a minor vulnerability in Ferdium, please create a new issue on GitHub. Minor vulnerabilities are those, that do not leave the user at immediate danger, i.e. though remote code execution. 13If you discover a minor vulnerability in Ferdium, please create a new issue on GitHub. Minor vulnerabilities are those, that do not leave the user at immediate danger, i.e. though remote code execution.
14 14
15If you discover a major vulnerability in Ferdium, please report it to us via E-Mail to `hello@ferdium.org`, prefixing your E-Mail subject with "[Security]". We will then come in contact with you as quickly as possible. 15If you discover a major vulnerability in Ferdium, please report it to us via E-Mail to [hello@ferdium.org](mailto:hello@ferdium.org?subject=[Security]%20), prefixing your E-Mail subject with "[Security]". We will then come in contact with you as quickly as possible.
16 16
17Please keep in mind that some vulnerabilities you find may not be due to Ferdium but instead due to ElectronJS or Chromium. In that case, please contact the owners of those projects instead. 17Please keep in mind that some vulnerabilities you find may not be due to Ferdium but instead due to ElectronJS or Chromium. In that case, please contact the owners of those projects instead.