Update VulntoES.py to remove depricated methods
un1c0rn-sec opened this issue · 0 comments
un1c0rn-sec commented
Running ingestor gives the following warning:
/opt/VulntoES/VulntoES.py:48: DeprecationWarning: This method will be removed in future versions. Use 'list(elem)' or iteration over elem instead.
Updating code to remove soon to be depricated method requested.