From a6ce78d9a22e7de1c864740e445e98cc7a403f35 Mon Sep 17 00:00:00 2001 From: Cleo Date: Tue, 13 Dec 2022 14:24:38 +0000 Subject: [PATCH 1/3] Update to Calckey. New security standards. --- SECURITY.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 2c026a5f3..25e750614 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,9 +1,16 @@ # Reporting Security Issues -If you discover a security issue in Misskey, please report it by sending an -email to [syuilotan@yahoo.co.jp](mailto:syuilotan@yahoo.co.jp). +## Minor Security Issues + +If you discover a minor security issue in Calckey, please report it by sending an +email to [kainoa@t1c.dev](mailto:kainoa@t1c.dev). + +## High Security Issues + +If you discover a security issue, which is so high risk, that too much is affected by it, please dont send it over unencrypted communication. You can share your PGP keys with us using kainoa@t1c.dev and after we established a secure communication, send it over E-Mail, or message us using matrix' encrypted private messages at @t1c:matrix.fedibird.com or @cleo:tchns.de + This will allow us to assess the risk, and make a fix available before we add a -bug report to the GitHub repository. +bug report to the Codeberg repository. -Thanks for helping make Misskey safe for everyone. +Thanks for helping make Calckey safe for everyone. From 7c6b2b1fce5e701bcafff5798ab81bdc472df83f Mon Sep 17 00:00:00 2001 From: Cleo Date: Tue, 13 Dec 2022 17:33:50 +0000 Subject: [PATCH 2/3] minor spelling mistake --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 25e750614..848fa7cb7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,7 +7,7 @@ email to [kainoa@t1c.dev](mailto:kainoa@t1c.dev). ## High Security Issues -If you discover a security issue, which is so high risk, that too much is affected by it, please dont send it over unencrypted communication. You can share your PGP keys with us using kainoa@t1c.dev and after we established a secure communication, send it over E-Mail, or message us using matrix' encrypted private messages at @t1c:matrix.fedibird.com or @cleo:tchns.de +If you discover a security issue, which is so high risk, that too much is affected by it, please dont send it over unencrypted communication. You can share your PGP keys with us using kainoa@t1c.dev and after we established a secure communication, send it over E-Mail, or message us using matrix' encrypted private messages at @t1c:matrix.fedibird.com or @cleo:tchncs.de This will allow us to assess the risk, and make a fix available before we add a From cdf0f96b4e21c9ad030c192c27c2246aecf752ac Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 13 Dec 2022 11:02:46 -0800 Subject: [PATCH 3/3] revert border thickness change --- packages/client/src/components/global/MkAvatar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/components/global/MkAvatar.vue b/packages/client/src/components/global/MkAvatar.vue index 7fd82ec6e..c9c4735f0 100644 --- a/packages/client/src/components/global/MkAvatar.vue +++ b/packages/client/src/components/global/MkAvatar.vue @@ -111,7 +111,7 @@ watch(() => props.user.avatarBlurhash, () => { &.cat { &:before, &:after { background: #ebbcba; - border: solid 5px currentColor; + border: solid 4px currentColor; box-sizing: border-box; content: ''; display: inline-block;