https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41619
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #6 from Jonathan Druart <[email protected]> --- xt/author/Text_CSV_Various.t .. 1/23 # Files using Text::CSV without formula protection: # Koha/CSV.pm # # CSV formula injection protection is required for security. # Add 'formula => "empty"' to Text::CSV constructor options. # Valid formula modes: 'empty' (recommended), 'die', 'croak', 'diag', or numeric 1-5 # Failed test 'All Text::CSV usage includes formula injection protection' # at xt/author/Text_CSV_Various.t line 157. # got: '1' # expected: '0' # Looks like you failed 1 test of 2. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
