Traceback (most recent call last):
File "/usr/bin/sploitscan", line 31, in <module>
main(args.cve_ids, args.export)
File "/usr/share/sploitscan/sploitscan.py", line 708, in main
cve_result = collect_cve_data(cve_id)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/sploitscan/sploitscan.py", line 658, in collect_cve_data
priority = calculate_priority(
^^^^^^^^^^^^^^^^^^^
File "/usr/share/sploitscan/sploitscan.py", line 385, in calculate_priority
or bool(vulncheck_data.get("data"))
^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
When vulncheck_data is "None" the script gives the following error https://github.com/xaitax/SploitScan/blob/main/sploitscan.py#L385