VYPR

Packagist (Composer) package

maximebf/debugbar

pkg:composer/maximebf/debugbar

Vulnerabilities (2)

  • CVE-2020-11022MedApr 29, 2020
    affected < 1.19.0fixed 1.19.0

    In jQuery starting with 1.12.0 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.

  • CVE-2019-11358Apr 19, 2019
    affected < 1.19.0fixed 1.19.0

    jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.