zikula / core

Zikula Core Framework
GNU Lesser General Public License v3.0
237 stars 66 forks source link

fix(deps): update dependency symfony/http-client to v7.1.7 [security] - autoclosed #5385

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
symfony/http-client (source) 7.1.6 -> 7.1.7 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-50342

Description

When using the NoPrivateNetworkHttpClient, some internal information is still leaking during host resolution, which leads to possible IP/port enumeration.

Resolution

The NoPrivateNetworkHttpClient now filters blocked IPs earlier to prevent such leaks.

The patch for this issue is available here for branch 5.4.

Credits

We would like to thank Linus Karlsson for reporting the issue and Nicolas Grekas for providing the fix.


Release Notes

symfony/http-client (symfony/http-client) ### [`v7.1.7`](https://redirect.github.com/symfony/http-client/compare/v7.1.6...v7.1.7) [Compare Source](https://redirect.github.com/symfony/http-client/compare/v7.1.6...v7.1.7)

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.



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