https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41651
--- Comment #7 from HKS3 Tadeusz Sośnierz <[email protected]> --- Created attachment 195936 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195936&action=edit Bug 41651: (QA follow-up) Fix issues in plugin file copy We're focusing on reliability and security here, the improvements include: - Escape regex metacharacters in path using \Q...\E to prevent regex injection issues - Check copy() return value and collect errors, die if any copies fail to prevent silent partial installations - Make basename filter more specific to only skip cpanfile and META.json/META.yml, not files containing "META" anywhere Signed-off-by: Tadeusz „tadzik” Sośnierz <[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/
