Skip to content

Commit

Permalink
Update certificates (fix #40)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Feb 1, 2023
1 parent b44bf38 commit a42d551
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/MalwarePatch/Assets/certificate-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"baofeng.cer",
"baofeng 256.cer",
"baofeng 2020.10.cer",
"baofeng 2022.01.cer"
"baofeng 2022.01.cer",
"baofeng 2023.02.cer"
],
"DongfangToutiao": [
"donfang toutiao.cer",
Expand Down Expand Up @@ -225,7 +226,8 @@
"thunder player 2018.12.cer",
"thunder player 256.2018.12.cer",
"thunder 2020.1.cer",
"thunder 256.2020.1.cer"
"thunder 256.2020.1.cer",
"thunder 256.2023.02"
],
"Xundu": [
"xundu 256.2022.04.cer"
Expand All @@ -249,7 +251,8 @@
"yy 2020.1.cer",
"yy 256.2020.1.cer",
"yy 256.2021.02.cer",
"yy 256.2022.04.cer"
"yy 256.2022.04.cer",
"yy 256.2023.02.cer"
],
"ZhongCheng": [
"zhongcheng (flash cn) 256.2022.01.cer"
Expand Down
6 changes: 3 additions & 3 deletions src/MalwarePatch/Assets/malware-remote-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"match": []
},
"Baishengtong": {
"fixed": [ "https://www.shiyide.com/download/?windows" ],
"fixed": [ "https://www.shiyide.com/download/RecoverSetup.exe" ],
"match": []
},
"Baofeng": {
Expand Down Expand Up @@ -165,8 +165,8 @@
"fixed": [],
"match": [
{
"url": "https://pinyin.sogou.com/",
"regex": "href=\"(https://ime.sogouimecdn.com.+sogou_pinyin_.*\\.exe)\"",
"url": "https://shurufa.sogou.com/",
"regex": "href=\"(https://ime.sogouimecdn.com.+?sogou_pinyin_.*?\\.exe)\"",
"group": 1
},
{
Expand Down
Binary file added src/MalwarePatch/Certificates/baofeng 2023.02.cer
Binary file not shown.
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/yy 256.2023.02.cer
Binary file not shown.

0 comments on commit a42d551

Please sign in to comment.