Skip to content

Commit e37afed

Browse files
authored
Merge branch 'main' into noscan-OPengine-update
2 parents 73d8225 + 42953d0 commit e37afed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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

cve_bin_tool/data_sources/epss_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)