HaboMalHunter icon indicating copy to clipboard operation
HaboMalHunter copied to clipboard

Hardcoded file separator

Open QiAnXinCodeSafe opened this issue 5 years ago • 0 comments

https://github.com/Tencent/HaboMalHunter/blob/74fd9fb7ec59321448c6b397eabb0464f2a649a4/iot_hunter/dynamic_analysis/PluginManager.py#L21

The path split symbol problem is different for different operating systems. Hard-coded file separators should not be used. Instead, use a platform-independent API provided by the language library,such as os.path.join or os.sep

QiAnXinCodeSafe avatar Apr 01 '20 10:04 QiAnXinCodeSafe