File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cve_bin_tool/data_sources Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
archives.fedoraproject.org:443
85
85
azure.archive.ubuntu.com:80
86
86
curl.se:443
87
- epss.cyentia.com:443
87
+ epss.empiricalsecurity.com443
88
88
esm.ubuntu.com:443
89
89
files.pythonhosted.org:443
90
90
ftp.fr.debian.org:80
@@ -641,7 +641,7 @@ jobs:
641
641
azure.archive.ubuntu.com:80
642
642
csrc.nist.gov:443
643
643
curl.se:443
644
- epss.cyentia .com:443
644
+ epss.empiricalsecurity .com:443
645
645
esm.ubuntu.com:443
646
646
files.pythonhosted.org:443
647
647
github.com:443
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class Epss_Source:
27
27
CACHEDIR = DISK_LOCATION_DEFAULT
28
28
BACKUPCACHEDIR = DISK_LOCATION_BACKUP
29
29
LOGGER = logging .getLogger ().getChild ("CVEDB" )
30
- DATA_SOURCE_LINK = "https://epss.cyentia .com/epss_scores-current.csv.gz"
30
+ DATA_SOURCE_LINK = "https://epss.empiricalsecurity .com/epss_scores-current.csv.gz"
31
31
32
32
def __init__ (self , error_mode = ErrorMode .TruncTrace ):
33
33
self .epss_data = None
You can’t perform that action at this time.
0 commit comments