woocommerce / facebook-for-woocommerce

A first-party extension plugin built for WooCommerce. Development is managed by Ventures.
https://woocommerce.com/products/facebook/
GNU General Public License v2.0
211 stars 140 forks source link

Integer overflow in fb product ID #2825

Open rawdreeg opened 2 weeks ago

rawdreeg commented 2 weeks ago

🔎 Isolate the bug

✍️ Describe the bug

A user reported that the product ID 8643851039008202 returned by FB was being saved as 6.19203E+15 in their store due to a potential integer overflow: https://wordpress.org/support/topic/weird-fb-product-number-contains-a-e-like-a-calculator-error/

They may run on a 32 bit system, but maybe this ID should be explicitly cast as a string to avoid issues like this