diff options
author | Saturneric <[email protected]> | 2023-04-04 18:28:10 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-04-04 18:28:10 +0000 |
commit | d02747f348c4ed3aafbf9dd7c8722172f6ef800f (patch) | |
tree | bc37a442b9d8fe04a8d4a7c99e6e623fc3dad0fa /SECURITY.md | |
parent | feat: move from ubuntu 18.04 to ubuntu 20.04 (diff) | |
download | GpgFrontend-d02747f348c4ed3aafbf9dd7c8722172f6ef800f.tar.gz GpgFrontend-d02747f348c4ed3aafbf9dd7c8722172f6ef800f.zip |
feat: update SECURITY.md
Diffstat (limited to 'SECURITY.md')
-rw-r--r-- | SECURITY.md | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/SECURITY.md b/SECURITY.md index 0d6b2add..506762a4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -18,26 +18,30 @@ the latest version. ## Platform & Library Support According to security concern and my limiting time to contributing, GpgFrontend -will gradually drop the support of some old platforms. +will gradually drop the support of some old platforms. Starting from v1.0.0, x32 operating system is no longer support. Mainly because -I have limit time and the fact that x32 machime is getting less and less in the +I have limit time and the fact that x32 machine is getting less and less in the pc market, so I plan to stop spending tons of time dealing with lots of complex problem which might made me crazy. x64 is just enough, or you can use gpg4usb. -Starting from v2.0.1, Ubuntu 16.04 is no longer support. Mainly because this -Ubuntu 16.04 LTS's life time had come into an end at during that time. Keep -using this version of Ubuntu is not safty anymore. +Starting from v2.0.1, Ubuntu 16.04 is no longer support. Mainly because Ubuntu +16.04 LTS's lifetime had come into an end at during that time. Keep using this +version of Ubuntu is not safe anymore. -Starting from v2.1.0, macOS 10.15 is no longer support. Mainly because this -system will no longer support by github action in the near future. Also, I think -this version is old enough to drop it out, and Apple might not longer to support -it soon. +Starting from v2.1.0, macOS 10.15 is no longer support. Mainly because this os +will no longer support by GitHub Action in the near future. Also, I think this +version is old enough to drop it out, and Apple might not longer to support it +soon. + +Starting from v2.1.1, Ubuntu 18.04 is no longer support. Mainly because Ubuntu +18.04 is not support by GitHub Action any more since April 3. So, all the build +will move to Qt6, since Ubuntu 20.04 is supported by Qt6. ## Reporting a Vulnerability If you want to report a vulnerability, it's not good to raise an issue in -public. You should send an email to [email protected] to contract me. In the email, -You can describe the vulnerability you have just discovered and request a -hot-fix. Or you can just provide a git patch to fix it and send it to me using -the email. This is a better way to solve the vulnerability as quick as possible.
\ No newline at end of file +public. You should email [email protected] to contract me. In the email, You can +describe the vulnerability you have just discovered and request a hot-fix. Or +you can just provide a git patch to fix it and send it to me using the email. +This is a better way to solve the vulnerability as quick as possible. |