收藏
回答

小程序将MAC地址内容明文存储到私有目录?

公司微信小程序合规检测,检测结果:

应用将MAC地址内容明文存储到私有目录,地址为/data/user/0/com.tencent.mm/shared_prefs/HalleyServicePreferences_100_appbrand0.xml。

{"key": "apnrecords", "value": "{\"ssid_\\\"KUN\\\"9e:26:17:bb:94:d7\":{\"lastCode\":0,\"lastReqTime\":513399611},\"ssid_02:00:00:00:00:00\":{\"lastCode\":0,\"lastReqTime\":413979662},\"ssid_\\\"KUN\\\"c6:38:f7:08:b1:c4\":{\"lastCode\":0,\"lastReqTime\":691160088},\"ssid_\\\"KUN\\\"62:75:52:81:d6:b0\":{\"lastCode\":0,\"lastReqTime\":65383400},\"ssid_\\\"KUN\\\"96:e1:6e:39:bc:aa\":{\"lastCode\":0,\"lastReqTime\":414958004},\"ssid_\\\"KUN\\\"2e:04:a6:95:59:7f\":{\"lastCode\":0,\"lastReqTime\":626811322}}"}: params

{"Editor": "android.app.SharedPreferencesImpl$EditorImpl@2213026"}: result

function: putString

path: /data/user/0/com.tencent.mm/shared_prefs/HalleyServicePreferences_100_appbrand0.xml

permission: MODE_PRIVATE

type_: SharedPreferences

小程序中并未调用获取ssid的api,想知道这个是微信app使用过程中自己主动存储的吗? 还是其他地方调用会触发

回答关注问题邀请回答
收藏
登录 后发表内容