ts-deepmerge paketinin 8.0.0'dan önceki sürümleri, yerleşik Object.prototype yöntemlerinin (toString, valueOf gibi) hatalı işlenmesi nedeniyle Yakalanmayan İstisna'ya karşı savunmasızdır. Kullanıcı kontrollü giriş, işlev dışı değerlere sahip bu anahtarları içerdiğinde, sonuçta ortaya çıkan birleştirilmiş nesne bozulur; herhangi bir dize bağlamı işlemi, uygulamanın çökmesine neden olan bir TypeError oluşturur.
Versions of the package ts-deepmerge before 8.0.0 are vulnerable to Uncaught Exception due to the improper handling of built-in Object.prototype methods (such as toString, valueOf). When user-controlled input contains these keys with non-function values, the resulting merged object becomes broken — any string context operation throws a TypeError, crashing the application.