-
Notifications
You must be signed in to change notification settings - Fork 139
Description
2024-05-09 12:36:02,101 - root - INFO - 开始初始化数据
2024-05-09 12:36:02,101 - root - INFO - ---开始读取数据
2024-05-09 12:36:02,109 - root - INFO - ----漏洞种类总数:13
2024-05-09 12:36:02,109 - root - INFO - ----漏洞主机总数:1
2024-05-09 12:36:02,109 - root - INFO - ---开始翻译数据
2024-05-09 12:36:02,111 - root - INFO - ------翻译漏洞总数:2
0, message='', url=URL('https://zh-cn.tenable.com/plugins/nessus/192466')
0, message='', url=URL('https://zh-cn.tenable.com/plugins/nessus/192568')
Traceback (most recent call last):
File "D:\XX\NessusToReport\main.py", line 48, in
h = Handle(args.docxtype, args.exceltype)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\XX\NessusToReport\modle\handle.py", line 65, in init
func_translate_toolstranslate_tool.run()
File "D:\XX\NessusToReport\modle\common\translate\base.py", line 110, in run
for plugin_id, resinfo in cn_resinfos:
^^^^^^^^^^^^^^^^^^
TypeError: cannot unpack non-iterable NoneType object
CSV文件是UTF-8的,麻烦看下,谢谢