Merge branch 'develop' into develop
This commit is contained in:
commit
cceaef1956
15
SECURITY.md
15
SECURITY.md
|
@ -1,9 +1,16 @@
|
||||||
# Reporting Security Issues
|
# Reporting Security Issues
|
||||||
|
|
||||||
If you discover a security issue in Misskey, please report it by sending an
|
## Minor Security Issues
|
||||||
email to [syuilotan@yahoo.co.jp](mailto:syuilotan@yahoo.co.jp).
|
|
||||||
|
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:tchncs.de
|
||||||
|
|
||||||
|
|
||||||
This will allow us to assess the risk, and make a fix available before we add a
|
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.
|
||||||
|
|
|
@ -111,7 +111,7 @@ watch(() => props.user.avatarBlurhash, () => {
|
||||||
&.cat {
|
&.cat {
|
||||||
&:before, &:after {
|
&:before, &:after {
|
||||||
background: #ebbcba;
|
background: #ebbcba;
|
||||||
border: solid 5px currentColor;
|
border: solid 4px currentColor;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue