Skip to content

Comments

Update dependency maximebf/debugbar to v1.19.0 [SECURITY]#40

Open
renovate[bot] wants to merge 2 commits intomasterfrom
renovate/packagist-maximebf-debugbar-vulnerability
Open

Update dependency maximebf/debugbar to v1.19.0 [SECURITY]#40
renovate[bot] wants to merge 2 commits intomasterfrom
renovate/packagist-maximebf-debugbar-vulnerability

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
maximebf/debugbar 1.15.1 -> 1.19.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2019-11358

jQuery from 1.1.4 until 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.

CVE-2020-11022

Impact

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.

Patches

This problem is patched in jQuery 3.5.0.

Workarounds

To workaround the issue without upgrading, adding the following to your code:

jQuery.htmlPrefilter = function( html ) {
	return html;
};

You need to use at least jQuery 1.12/2.2 or newer to be able to apply this workaround.

References

https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
https://jquery.com/upgrade-guide/3.5/

For more information

If you have any questions or comments about this advisory, search for a relevant issue in the jQuery repo. If you don't find an answer, open a new issue.


Release Notes

maximebf/php-debugbar (maximebf/debugbar)

v1.19.0

Compare Source

v1.18.2

Compare Source

v1.18.1

Compare Source

v1.18.0

Compare Source

Support Symfony VarDump 6

v1.17.3: Add ReturnTypeWillChange

Compare Source

v1.17.2

Compare Source

  • Support php-redis
  • Support psr/log v2/v3 also

v1.17.1

Compare Source

v1.17.0

Compare Source

  • Fix VarDumper typehint error
  • Wrap PDO with TraceablePDO
  • Start with CSP

v1.16.5

Compare Source

v1.16.4: Add PHP8 support

Compare Source

v1.16.3: Fix resize on ajax load

Compare Source

  • Fix resize after loading new dataset with json
  • Return value in measure()

v1.16.2: Various tweaks / compactness

Compare Source

v1.16.1

Compare Source

v1.16.0

Compare Source


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Nov 6, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant