Skip to content

Commit

Permalink
[Enhancement] Fix CNVD-C-2024-1042080 (backport #55919) (#55925)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Li <[email protected]>
  • Loading branch information
mergify[bot] and Astralidea authored Feb 14, 2025
1 parent 69a2c30 commit c954b59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static void registerAction(ActionController controller) throws IllegalArg
}

@Override
public void execute(BaseRequest request, BaseResponse response) {
public void executeWithoutPassword(BaseRequest request, BaseResponse response) {
String eventTimeStr = request.getSingleParameter("event_time");
if (eventTimeStr == null) {
response.getContent().append("not valid parameter");
Expand Down

0 comments on commit c954b59

Please sign in to comment.