MISP / misp-warninglists

Warning lists to inform users of MISP about potential false-positives or other information in indicators
http://misp.github.io/misp-warninglists/
532 stars 173 forks source link

generator.py:download_to_file fails when file not present #156

Closed sustefil closed 4 years ago

sustefil commented 4 years ago

I ran the generate-publicdns.py generator and on line:

https://github.com/MISP/misp-warninglists/blob/main/tools/generator.py#L20

It failed with FileNotFoundError.

Fix is easy, I will create a pull request :)

Btw thanks @digihash for refactoring the generators!

digihash commented 4 years ago

Thanks for the fix @sustefil