Home
last modified time | relevance | path

Searched refs:PARAM_RECURSE (Results 1 – 3 of 3) sorted by relevance

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/spider/
H A DSpiderAPI.java124 private static final String PARAM_RECURSE = "recurse"; field in SpiderAPI
156 PARAM_RECURSE, in SpiderAPI()
165 PARAM_URL, PARAM_MAX_CHILDREN, PARAM_RECURSE, PARAM_SUBTREE_ONLY in SpiderAPI()
248 this.getParam(params, PARAM_RECURSE, true), in handleApiAction()
287 this.getParam(params, PARAM_RECURSE, true), in handleApiAction()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/alert/
H A DAlertAPI.java81 private static final String PARAM_RECURSE = "recurse"; field in AlertAPI
130 new ApiView(VIEW_ALERTS_BY_RISK, null, new String[] {PARAM_URL, PARAM_RECURSE})); in AlertAPI()
133 VIEW_ALERT_COUNTS_BY_RISK, null, new String[] {PARAM_URL, PARAM_RECURSE})); in AlertAPI()
272 boolean recurse = this.getParam(params, PARAM_RECURSE, false); in handleApiView()
297 boolean recurse = this.getParam(params, PARAM_RECURSE, false); in handleApiView()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/ascan/
H A DActiveScanAPI.java132 private static final String PARAM_RECURSE = "recurse"; field in ActiveScanAPI
161 PARAM_RECURSE, in ActiveScanAPI()
176 PARAM_RECURSE, in ActiveScanAPI()
372 this.getParam(params, PARAM_RECURSE, true), in handleApiAction()