From 76ea9e0ceefe93b3a8eca1b30108ac0b05f627b8 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 27 Dec 2021 00:53:20 +0000 Subject: [PATCH] :lock: Use https, for CVE lookup library --- src/utils/defaults.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/defaults.js b/src/utils/defaults.js index cd33c85c..dde7b7e9 100644 --- a/src/utils/defaults.js +++ b/src/utils/defaults.js @@ -211,7 +211,7 @@ module.exports = { codeStats: 'https://codestats.net/', cryptoPrices: 'https://api.coingecko.com/api/v3/coins/', cryptoWatchList: 'https://api.coingecko.com/api/v3/coins/markets/', - cveVulnerabilities: 'http://www.cvedetails.com/json-feed.php', + cveVulnerabilities: 'https://www.cvedetails.com/json-feed.php', exchangeRates: 'https://v6.exchangerate-api.com/v6/', flights: 'https://aerodatabox.p.rapidapi.com/flights/airports/icao/', githubTrending: 'https://gh-trending-repos.herokuapp.com/',