MCPcopy Create free account
hub / github.com/adobe/Marinus / fetch_scan_ca_list

Function fetch_scan_ca_list

web_server/public/javascripts/certs.js:826–835  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

824}
825
826function fetch_scan_ca_list() {
827 var url;
828 if (certSource === "censys") {
829 url = "/api/v1.0/censys/cert_ca";
830 } else {
831 url = "/api/v1.0/zgrab/443/cert_ca";
832 }
833
834 make_get_request(url, display_scan_list);
835}

Callers 1

buildPageFunction · 0.85

Calls 1

make_get_requestFunction · 0.85

Tested by

no test coverage detected