We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
found in bootstrap 3.3.7
$('.js-affixed-element-top').affix({ offset: { top: $('.js-page-header').outerHeight(true) - 10 , bottom: $('.js-footer').outerHeight(true) + 10 }, target: '<img src=x onerror=alert(0)>' })
https://jsbin.com/palokaxina/edit?html,output
Win 7 x64 Chrome 67.0.3396.99 Firefox 61.0.1 (64-Bit)
The text was updated successfully, but these errors were encountered:
fix(affix): XSS on target config
ae29b6a
Fixes twbs#27045
Fix/xss issues on data attributes (#27047)
2a5ba23
* fix(collapse): xss CVE-2018-14040 Fixes #26625 * fix(tooltip): xss CVE-2018-14042 Fixes #26628 * fix(tooltip): XSS on data-viewport attribute Fixes #27044 * fix(affix): XSS on target config Fixes #27045
Apply fix for CVE-2018-20677 from twbs/bootstrap#27045
b13a6cc
No branches or pull requests
found in bootstrap 3.3.7
$('.js-affixed-element-top').affix({ offset: { top: $('.js-page-header').outerHeight(true) - 10 , bottom: $('.js-footer').outerHeight(true) + 10 }, target: '<img src=x onerror=alert(0)>' })
https://jsbin.com/palokaxina/edit?html,output
Win 7 x64
Chrome 67.0.3396.99
Firefox 61.0.1 (64-Bit)
The text was updated successfully, but these errors were encountered: