Fix security bug, Ticket Number data filtered. (#879)

This commit is contained in:
LautaroCesso 2020-08-19 23:45:47 -03:00 committed by GitHub
parent 4077dac8c7
commit 7a803dd7ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class TicketGetController extends Controller {
'requestData' => [
'ticketNumber' => [
'validation' => DataValidator::validTicketNumber(),
'error' => ERRORS::INVALID_TICKET
'error' => ERRORS::NO_PERMISSION
]
]
];