The audits found that " there were no monitoring controls in place that would enable " the pension agency " to detect potential unauthorized data modifications " like creating ghost retirees in its computers and sending them money.
12.
Arrays are passed by reference, and this mechanism is an advertised feature of the language to pass data back out of a subroutine in contrast, array slices are copied before being passed, so that data modifications do not flow back into array ranges ( after the subroutine exits ), violating the principle of least surprise.