Secur1ty0
Secur1ty0
大佬好,在提取路径时候含有特殊字符会导致报错: 建议增加空值判断以及特殊字符转义处理。Packer-Fuzzer-1.4/lib/Database.py改动代码如下: `import pymysql` ` if api_path.split("/")[-1]=="": pathsplit = "/" else: pathsplit = api_path.split("/")[-1] sql = "insert into api_tree(path,name,from_js) values(\"" + pymysql.converters.escape_string(api_path) + "\",\"" + pymysql.converters.escape_string(pathsplit) + "\"," + str(jsFileID)...
## Description: I encountered an issue when trying to calculate the time difference using the bc -l command. The error occurs due to invalid characters, particularly N, in the time_end...