I noticed this when reviewing #3657. The use of rawdata here is not necessary and as such should be avoided for safety.
Note that the existing code is not a security flaw, since the callnum value is validated to be an integer above.
callnum
:thumbsup:
Commit e0b48d3e fixes this pull-request
Pull-Request has been merged by tkopecek
I noticed this when reviewing #3657. The use of rawdata here is not necessary and as such should be avoided for safety.
Note that the existing code is not a security flaw, since the
callnumvalue is validated to be an integer above.