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.