cb5eba1bd7083ea105d91f0e85ce929c37eb73db galt Wed Jan 5 00:59:47 2022 -0800 Adding more domains found in CGI logs for the https cert whitelist. diff --git src/lib/https.c src/lib/https.c index 490c5c8..132caaf 100644 --- src/lib/https.c +++ src/lib/https.c @@ -382,30 +382,31 @@ // useful for testing, turns off hardwired whitelist exceptions if (!hashLookup(domainWhiteList, "noHardwiredExceptions")) { // Hardwired exceptions whitelist // openssl automatically whitelists domains which are given as IPv4 or IPv6 addresses hashStoreName(domainWhiteList, "*.cbu.uib.no"); hashStoreName(domainWhiteList, "*.clinic.cat"); hashStoreName(domainWhiteList, "*.ezproxy.u-pec.fr"); hashStoreName(domainWhiteList, "*.genebook.com.cn"); hashStoreName(domainWhiteList, "*.jncasr.ac.in"); hashStoreName(domainWhiteList, "annotation.dbi.udel.edu"); hashStoreName(domainWhiteList, "apprisws.bioinfo.cnio.es"); hashStoreName(domainWhiteList, "arn.ugr.es"); hashStoreName(domainWhiteList, "bic2.ibi.upenn.edu"); hashStoreName(domainWhiteList, "bioinfo2.ugr.es"); + hashStoreName(domainWhiteList, "bioinfo5.ugr.es"); hashStoreName(domainWhiteList, "bioshare.genomecenter.ucdavis.edu"); hashStoreName(domainWhiteList, "biowebport.com"); hashStoreName(domainWhiteList, "bx.bio.jhu.edu"); hashStoreName(domainWhiteList, "ccg.epfl.ch"); hashStoreName(domainWhiteList, "cctop.cos.uni-heidelberg.de"); hashStoreName(domainWhiteList, "cluster.hpcc.ucr.edu"); hashStoreName(domainWhiteList, "costalab.ukaachen.de"); hashStoreName(domainWhiteList, "data.rc.fas.harvard.edu"); hashStoreName(domainWhiteList, "datahub-7ak6xof0.udes.genap.ca"); hashStoreName(domainWhiteList, "datahub-7mu6z13t.udes.genap.ca"); hashStoreName(domainWhiteList, "datahub-bx3mvzla.udes.genap.ca"); hashStoreName(domainWhiteList, "datahub-gvhsc2p7.udes.genap.ca"); hashStoreName(domainWhiteList, "datahub-i8kms5wt.udes.genap.ca"); hashStoreName(domainWhiteList, "datahub-kazb7g4u.udes.genap.ca"); hashStoreName(domainWhiteList, "datahub-nyt53rix.udes.genap.ca"); @@ -415,65 +416,70 @@ hashStoreName(domainWhiteList, "dice-green.liai.org"); hashStoreName(domainWhiteList, "dropbox.ogic.ca"); hashStoreName(domainWhiteList, "dropfile.hpc.qmul.ac.uk"); hashStoreName(domainWhiteList, "edn.som.umaryland.edu"); hashStoreName(domainWhiteList, "epd.epfl.ch"); hashStoreName(domainWhiteList, "expiereddnsmanager.com"); hashStoreName(domainWhiteList, "frigg.uio.no"); hashStoreName(domainWhiteList, "ftp--ncbi--nlm--nih--gov.ibrowse.co"); hashStoreName(domainWhiteList, "ftp.science.ru.nl"); hashStoreName(domainWhiteList, "galaxy.med.uvm.edu"); hashStoreName(domainWhiteList, "garfield.igh.cnrs.fr"); hashStoreName(domainWhiteList, "gcp.wenglab.org"); hashStoreName(domainWhiteList, "genap.ca"); hashStoreName(domainWhiteList, "genemo.ucsd.edu"); hashStoreName(domainWhiteList, "genome-tracks.ngs.omrf.in"); + hashStoreName(domainWhiteList, "genomics.virus.kyoto-u.ac.jp"); hashStoreName(domainWhiteList, "genomicsdata.cs.ucl.ac.uk"); hashStoreName(domainWhiteList, "gsmplot.deqiangsun.org"); hashStoreName(domainWhiteList, "hgdownload--soe--ucsc--edu.ibrowse.co"); + hashStoreName(domainWhiteList, "herv.img.cas.cz"); hashStoreName(domainWhiteList, "hci-bio-app.hci.utah.edu"); hashStoreName(domainWhiteList, "hkgateway.med.umich.edu"); hashStoreName(domainWhiteList, "hsb.upf.edu"); hashStoreName(domainWhiteList, "icbi.at"); hashStoreName(domainWhiteList, "lichtlab.cancer.ufl.edu"); hashStoreName(domainWhiteList, "manticore.niehs.nih.gov"); + hashStoreName(domainWhiteList, "metamorf.hb.univ-amu.fr"); hashStoreName(domainWhiteList, "microb215.med.upenn.edu"); hashStoreName(domainWhiteList, "mitranscriptome.path.med.umich.edu"); hashStoreName(domainWhiteList, "nextgen.izkf.rwth-aachen.de"); hashStoreName(domainWhiteList, "oculargenomics.meei.harvard.edu"); hashStoreName(domainWhiteList, "onesgateway.med.umich.edu"); hashStoreName(domainWhiteList, "openslice.fenyolab.org"); hashStoreName(domainWhiteList, "peromyscus.rc.fas.harvard.edu"); hashStoreName(domainWhiteList, "pgv19.virol.ucl.ac.uk"); hashStoreName(domainWhiteList, "pricenas.biochem.uiowa.edu"); hashStoreName(domainWhiteList, "redirect.medsch.ucla.edu"); hashStoreName(domainWhiteList, "rnaseqhub.brain.mpg.de"); hashStoreName(domainWhiteList, "schatzlabucscdata.yalespace.org.s3.amazonaws.com"); + hashStoreName(domainWhiteList, "sharing.biotec.tu-dresden.de"); hashStoreName(domainWhiteList, "silo.bioinf.uni-leipzig.de"); hashStoreName(domainWhiteList, "snpinfo.niehs.nih.gov"); hashStoreName(domainWhiteList, "spades.cgi.bch.uconn.edu"); hashStoreName(domainWhiteList, "v91rc2.master.demo.encodedcc.org"); hashStoreName(domainWhiteList, "v91rc3.master.demo.encodedcc.org"); hashStoreName(domainWhiteList, "v94.rc2.demo.encodedcc.org"); hashStoreName(domainWhiteList, "virtlehre.informatik.uni-leipzig.de"); hashStoreName(domainWhiteList, "web1.bx.bio.jhu.edu"); hashStoreName(domainWhiteList, "www.datadepot.rcac.purdue.edu"); hashStoreName(domainWhiteList, "www.isical.ac.in"); hashStoreName(domainWhiteList, "www.morgridge.us"); hashStoreName(domainWhiteList, "www.ogic.ca"); hashStoreName(domainWhiteList, "www.v93rc2.demo.encodedcc.org"); hashStoreName(domainWhiteList, "xinglabtrackhub.research.chop.edu"); + hashStoreName(domainWhiteList, "ydna-warehouse.org"); hashStoreName(domainWhiteList, "zlab-trackhub.umassmed.edu"); hashStoreName(domainWhiteList, "zlab.umassmed.edu"); } } struct hashEl *checkIfInHashWithWildCard(char *hostName) /* check if in hash, and if in hash with lowest-level domain set to "*" wildcard */ { struct hashEl *result = hashLookup(domainWhiteList, hostName); if (!result) { char *dot = strchr(hostName, '.'); if (dot && (dot - hostName) >= 1) {