Skip to content

Commit

Permalink
Update certificates (fix #63, fix #62)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Jun 13, 2024
1 parent 2b1bba7 commit 7fcf575
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 5 deletions.
17 changes: 13 additions & 4 deletions src/MalwarePatch/Assets/certificate-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"baidu browser.2018.7.8.cer",
"baidu browser 256.2018.7.8.cer",
"baidu netdisk.cer",
"baidu netdisk 256.cer"
"baidu netdisk 256.cer",
"baidu netdisk 2024.05.cer",
"baidu netdisk 256.2024.05.cer"
],
"Baishengtong": [
"baishengtong 2022.04.cer",
Expand Down Expand Up @@ -126,7 +128,8 @@
"kingsoft 256.2021.06.cer",
"kingsoft 2022.01.cer",
"kingsoft 256.2022.01.cer",
"kingsoft 256.2022.07.cer"
"kingsoft 256.2022.07.cer",
"kingsoft 256.2024.06.cer"
],
"Kugou": [
"kugou.cer",
Expand Down Expand Up @@ -213,7 +216,9 @@
"sohu.cer",
"sohu 2018.12.cer",
"sohu 2021.04.cer",
"sohu 2021.06.cer"
"sohu 2021.06.cer",
"sohu 2024.06.cer",
"sohu 256.2024.06.cer"
],
"Tencent": [
"tencent.cer",
Expand Down Expand Up @@ -245,6 +250,9 @@
"thunder 256.2020.1.cer",
"thunder 256.2023.02.cer"
],
"WindSoul": [
"windsoul 256.2024.06.cer"
],
"Xundu": [
"xundu 256.2022.04.cer"
],
Expand All @@ -269,7 +277,8 @@
"yy 256.2021.02.cer",
"yy 256.2022.04.cer",
"yy 256.2023.02.cer",
"yy 256.2023.08.cer"
"yy 256.2023.08.cer".
"yy 256.2024.06.cer"
],
"ZhongCheng": [
"zhongcheng (flash cn) 256.2022.01.cer"
Expand Down
2 changes: 2 additions & 0 deletions src/MalwarePatch/Assets/display-names.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"Taobao": "UC",
"Tencent": "Tencent",
"Thunder": "Thunder",
"WindSoul": "WindSoul",
"Xundu": "Xundu",
"Youku": "Youku",
"Yunbiao": "Yunbiao",
Expand Down Expand Up @@ -69,6 +70,7 @@
"Taobao": "UC",
"Tencent": "腾讯",
"Thunder": "迅雷",
"WindSoul": "WindSoul",
"Xundu": "迅读",
"Youku": "优酷",
"Yunbiao": "云表",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/sohu 2024.06.cer
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/yy 256.2024.06.cer
Binary file not shown.
2 changes: 1 addition & 1 deletion src/MalwarePatch/Languages/MainLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public enum Keys
AllowProgramDescription,
}
internal static DateTime LastModifiedTime => File.GetLastWriteTime(Process.GetCurrentProcess().MainModule.FileName);
internal const int UpdateMonth = 2;
internal const int UpdateMonth = 6;
internal static string UpdateTime
{
get
Expand Down

0 comments on commit 7fcf575

Please sign in to comment.