JointJS+ v4.2.4

Released: Jul 1, 2026

v4.2.4 中的更新

修补程序

  • Util
    • Fixed a security issue where merge(), omit(), pick(), and assign() utility functions could be exploited via prototype pollution attacks (e.g. by passing an object with a __proto__ key). All four functions now guard against attempts to overwrite properties on Object.prototype.