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

Function cert_page_forward

web_server/public/javascripts/certs.js:768–778  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

766}
767
768function cert_page_forward(event) {
769 var url;
770 if (certSource === "censys") {
771 url = "/api/v1.0/censys/cert_ca/" + current_ca_name;
772 } else {
773 url = api_map["zgrab_root"] + "443/cert_ca/" + current_ca_name;
774 }
775 let query = "";
776 event.preventDefault();
777 page_forward(url, query, "certs");
778}
779
780function fetch_scan_issuer(name) {
781 var url;

Callers

nothing calls this directly

Calls 1

page_forwardFunction · 0.85

Tested by

no test coverage detected