move away from reading $_REQUEST directly
the linked commit in YetiForce https://github.com/YetiForceCompany/YetiForceCRM/commit/4746cda904c88a26cce22194fb76f64d3df9893d removes direct reads of $_REQUEST variables and implements them through a safer technique which can prevent SQL injection attempts and other attacks.