Closed jackwk closed 3 years ago
Thank you for the report @jackwk . The linked issue looks like it has something to do with the .js part of the Bootstrap 4.1.3. Namely the tooltip and popover plugins. In the dash-uploader there is no direct Bootstrap dependency; just some css styles copied to
to get nice-looking buttons and progressbar. I am quite sure there is no security risk related to these files.
In dash_uploader.min.js bootstrap with vulnerability is used (CVE-2019-8331).
Details: https://github.com/twbs/bootstrap/pull/28236
Solution: upgrade bootstrap version from 4.1.3 to 4.3.1