cve-search / cpe-guesser

Tool to guess CPE name based on common software name
https://cve-search.github.io/cpe-guesser/
BSD 2-Clause "Simplified" License
81 stars 14 forks source link

Import of data does not work #9

Closed fermat2a closed 1 year ago

fermat2a commented 1 year ago

Hi,

i tried to run import.py to populate the database but it failed:

# python3 ./import.py 
Downloading CPE data from https://nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.3.xml.gz ...
<urlopen error [Errno -2] Name or service not known>

I was able to download official-cpe-dictionary_v2.3.xml.gz from the address manually, so I guess the error is happening somewhere later... Do you have an idea?

bests

Sascha

fermat2a commented 1 year ago

Oh, trying the same just a minute later worked... I guess some hickup in the Network?!?