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 8484 archives.fedoraproject.org:443
8585 azure.archive.ubuntu.com:80
8686 curl.se:443
87- epss.cyentia.com:443
87+ epss.empiricalsecurity.com443
8888 esm.ubuntu.com:443
8989 files.pythonhosted.org:443
9090 ftp.fr.debian.org:80
@@ -641,7 +641,7 @@ jobs:
641641 azure.archive.ubuntu.com:80
642642 csrc.nist.gov:443
643643 curl.se:443
644- epss.cyentia .com:443
644+ epss.empiricalsecurity .com:443
645645 esm.ubuntu.com:443
646646 files.pythonhosted.org:443
647647 github.com:443
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class Epss_Source:
2727 CACHEDIR = DISK_LOCATION_DEFAULT
2828 BACKUPCACHEDIR = DISK_LOCATION_BACKUP
2929 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"
3131
3232 def __init__ (self , error_mode = ErrorMode .TruncTrace ):
3333 self .epss_data = None
You can’t perform that action at this time.
0 commit comments