CriimBow
CriimBow
I also think it would be beneficial to integrate Vulners into VIA4CVE. But, in my opinion, we should not import directly Vulners but import vulners by "type" like it is...
You just need to have theses values in your environment: http_proxy and https_proxy. Try this : ``` export http_proxy=http://proxy.myproxy.com export https_proxy=https://proxy.myproxy.com ``` If you are using sudo don't forget to...
``` /usr/local/lib/python3.7/site-packages/pymisp/api.py:844: DeprecationWarning: Call to deprecated method add_named_attribute. (Use ExpandedPyMISP.add_attribute and MISPAttribute) return self.add_named_attribute(event, 'url', url, category, to_ids, comment, distribution, proposal, **kwargs) /usr/local/lib/python3.7/site-packages/otx_misp/__init__.py:279: DeprecationWarning: Call to deprecated method search_index. (Use...
Hey @punixcorn, there seems to be a small typo in the README you are trying to merge, for debian it's `python-six` and not `python-siz`. Also, it looks like the package...