Skip to content

Commit

Permalink
Add missing sanitization
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Anne <cedric.anne@gmail.com>
  • Loading branch information
RomainLvr and cedric-anne committed May 21, 2024
1 parent 9af9631 commit 8e10a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommonITILTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ private function addToMergedTickets()
$input['uuid'] = \Ramsey\Uuid\Uuid::uuid4();

$task = new static();
$task->add($input);
$task->add(Sanitizer::sanitize($input));
}
}

Expand Down

0 comments on commit 8e10a5b

Please sign in to comment.