bytedance / appshark

Appshark is a static taint analysis platform to scan vulnerabilities in an Android app.
Apache License 2.0
1.49k stars 165 forks source link

add targetSdk in rules #56

Closed firmianay closed 9 months ago

firmianay commented 10 months ago

55

// 默认支持全部API级别 [1, 2, ..., 49, 50]

// 在规则文件中灵活指定API级别 "targetSdk": ":3, 8:10, 13, 18:20, 38:" // 解析结果 [1, 2, 3, 8, 9, 10, 13, 18, 19, 20, 38, 39, ..., 50]