- fix: XSS Vulnerability in WikiPage titles
- Depricated the random array function in WebGUI::Utility in favor of List::Utils per the WebGUI Best Practices.
This commit is contained in:
parent
945be4a2de
commit
e42a744ed9
7 changed files with 38 additions and 19 deletions
|
|
@ -296,13 +296,9 @@ sub randint {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 randomizeArray ( array )
|
||||
=head2 randomizeArray ( )
|
||||
|
||||
Resorts an array in random order.
|
||||
|
||||
=head3 array
|
||||
|
||||
A reference to the array to randomize.
|
||||
Don't use this function, it is depricated and will be removed at some point in the future. Instead use List::Util::shuffle()
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue