https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42080
--- Comment #19 from Jonathan Druart <[email protected]> --- Created attachment 199236 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199236&action=edit Bug 42080: (follow-up) limit data sent to libmagic to 100 characters By limiting the data sent to libmagic to 100 characters, we make the test faster and we avoid situations where a large or malicious file causes too many resources to be used. 100 characters is more than enough for the file types we're allowing. Signed-off-by: Jonathan Druart <[email protected]> -- 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/
