Skip to content

Commit 9bd106b

Browse files
anaarochthc202
andcommitted
ascanrules: solving the proposed corrections to the Spring Actuator alert
Co-authored-by: Lucas Bergholz <[email protected]> Co-authored-by: thc202 <[email protected]> Signed-off-by: Ana Caroline Rocha <[email protected]>
1 parent f46cf96 commit 9bd106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addOns/ascanrules/src/main/java/org/zaproxy/zap/extension/ascanrules/SpringActuatorScanRule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ private HttpMessage sendActuatorRequest(String encodingType, String actuatorEndp
197197
return null;
198198
}
199199

200-
private AlertBuilder createAlert(HttpMessage msg) {
200+
private AlertBuilder createAlert(String evidence) {
201201
return newAlert()
202202
.setRisk(getRisk())
203203
.setConfidence(Alert.CONFIDENCE_MEDIUM)

0 commit comments

Comments
 (0)