Opened 9 years ago
Closed 8 years ago
#36361 closed enhancement (fixed)
check_ajax_referer() lacks a _doing_it_wrong() call when the $action parameter is omitted
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | Security | Keywords: | has-patch |
Focuses: | Cc: |
Description
If the $action
parameter is omitted when calling check_admin_referer()
, a call to _doing_it_wrong()
is triggered. See [18195].
The same is not true for check_ajax_referer()
.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 38420: