mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
SECURITY: jquery CVE-2019-11358
This commit is contained in:
parent
be88ac8b7e
commit
b484fe7626
3
vendor/assets/javascripts/jquery.js
vendored
3
vendor/assets/javascripts/jquery.js
vendored
@ -261,8 +261,9 @@ jQuery.extend = jQuery.fn.extend = function() {
|
||||
src = target[ name ];
|
||||
copy = options[ name ];
|
||||
|
||||
// Prevent Object.prototype pollution
|
||||
// Prevent never-ending loop
|
||||
if ( target === copy ) {
|
||||
if ( name === "__proto__" || target === copy ) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user