22 Jun
2026
22 Jun
'26
11:40 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42404 --- Comment #22 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 200841 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200841&action=edit Bug 42404: (follow-up) Validate IDs are numeric before database lookup IDs from the mapping file are used directly in Koha::Items->find() and Koha::Biblios->find(). Add an explicit check that the value is all digits before passing it to the ORM layer so that non-numeric values produce a clear 'invalid_id' message rather than an ORM exception or silent failure. -- You are receiving this mail because: You are watching all bug changes.