diff options
| author | shizhendong <[email protected]> | 2024-11-28 14:38:18 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2024-11-28 14:38:18 +0800 |
| commit | 588124340f6b29fde12838e825dcae013f3d95b9 (patch) | |
| tree | fe7da24545057536a6920377f9cfae63bca05b1a /applications/ABC | |
| parent | 15b173694923c12b7f5f49e1341feede31797255 (diff) | |
chore: rename application 漫步者 to ABCm1
Diffstat (limited to 'applications/ABC')
| -rw-r--r-- | applications/ABC/README.md | 3 | ||||
| -rw-r--r-- | applications/ABC/basic.json | 17 | ||||
| -rw-r--r-- | applications/ABC/signature.json | 44 |
3 files changed, 64 insertions, 0 deletions
diff --git a/applications/ABC/README.md b/applications/ABC/README.md new file mode 100644 index 0000000..4195c7a --- /dev/null +++ b/applications/ABC/README.md @@ -0,0 +1,3 @@ +abc +abcd +abcde
\ No newline at end of file diff --git a/applications/ABC/basic.json b/applications/ABC/basic.json new file mode 100644 index 0000000..88a120c --- /dev/null +++ b/applications/ABC/basic.json @@ -0,0 +1,17 @@ +{ + "name":"ABC", + "longName":"ABC", + "developer":"陕西省社会保障局", + "website":"http://www.pansky.com.cn/", + "packageName":{ + "android":"cn.com.pansky.sxzgyl", + "ios":"cn.com.pansky.sxzgyl" + }, + "properties":{ + "category":"business-systems", + "subcategory":"general-business", + "content":"unknown", + "parentApp":"1", + "risk":11 + } +}
\ No newline at end of file diff --git a/applications/ABC/signature.json b/applications/ABC/signature.json new file mode 100644 index 0000000..ada7c77 --- /dev/null +++ b/applications/ABC/signature.json @@ -0,0 +1,44 @@ +{ + "surrogates": [ + { + "name": "405_招商银行_fqdn_20240809", + "description": "", + "signatures": [ + { + "name": "405_招商银行_fqdn_20240809", + "description": "", + "conditions": [ + { + "attributeName": "common.server_fqdn", + "attributeType": "string", + "negate_option": false, + "description": "", + "items": [ + { + "item": "$cmbchina.com", + "description": "" + }, + { + "item": "$aaacmbchina.com", + "description": "" + }, + { + "item": "*.cmbchina.com", + "description": "" + }, + { + "item": "$cmbimg.com", + "description": "" + }, + { + "item": "*.cmbimg.com", + "description": "" + } + ] + } + ] + } + ] + } + ] +}
\ No newline at end of file |
