[PR #597] [MERGED] Bump django from 4.2.27 to 4.2.28 #594

Closed
opened 2026-02-26 10:32:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/597
Author: @dependabot[bot]
Created: 2/3/2026
Status: Merged
Merged: 2/3/2026
Merged by: @ThomasWaldmann

Base: masterHead: dependabot/pip/django-4.2.28


📝 Commits (1)

  • 485761e Bump django from 4.2.27 to 4.2.28

📊 Changes

1 file changed (+9 additions, -9 deletions)

View changed files

📝 Pipfile.lock (+9 -9)

📄 Description

Bumps django from 4.2.27 to 4.2.28.

Commits
  • 20c71f6 [4.2.x] Bumped version for 4.2.28 release.
  • 881ff2c [4.2.x] Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases...
  • 90f5b10 [4.2.x] Fixed CVE-2026-1312 -- Protected order_by() from SQL injection via al...
  • f75f8f3 [4.2.x] Fixed CVE-2026-1287 -- Protected against SQL injection in column alia...
  • b40cfc6 [4.2.x] Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.T...
  • a143631 [4.2.x] Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookup...
  • f578acc [4.2.x] Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI req...
  • 6dc2350 [4.2.x] Fixed CVE-2025-13473 -- Standardized timing of check_password() in mo...
  • a28c3c7 [4.2.x] Refs #36499 -- Adjusted test_strip_tags to run on Python 3.8.
  • 4a439c6 [4.2.x] Added stub release notes and release date for 4.2.28.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nsupdate-info/nsupdate.info/pull/597 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Base:** `master` ← **Head:** `dependabot/pip/django-4.2.28` --- ### 📝 Commits (1) - [`485761e`](https://github.com/nsupdate-info/nsupdate.info/commit/485761e0adf0ddbb08dada0af9ba6c75f232d568) Bump django from 4.2.27 to 4.2.28 ### 📊 Changes **1 file changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Pipfile.lock` (+9 -9) </details> ### 📄 Description Bumps [django](https://github.com/django/django) from 4.2.27 to 4.2.28. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/20c71f6b91324cf401056c72136c14e0ec2bf7bf"><code>20c71f6</code></a> [4.2.x] Bumped version for 4.2.28 release.</li> <li><a href="https://github.com/django/django/commit/881ff2c4830f95fa844d8de5977c06205d45368f"><code>881ff2c</code></a> [4.2.x] Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases...</li> <li><a href="https://github.com/django/django/commit/90f5b10784ba5bf369caed87640e2b4394ea3314"><code>90f5b10</code></a> [4.2.x] Fixed CVE-2026-1312 -- Protected order_by() from SQL injection via al...</li> <li><a href="https://github.com/django/django/commit/f75f8f3597e1ce351d5ac08b6ba7ebd9dadd9b5d"><code>f75f8f3</code></a> [4.2.x] Fixed CVE-2026-1287 -- Protected against SQL injection in column alia...</li> <li><a href="https://github.com/django/django/commit/b40cfc6052ced26dcd8166a58ea6f841d0d2cac8"><code>b40cfc6</code></a> [4.2.x] Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.T...</li> <li><a href="https://github.com/django/django/commit/a14363102d98fa29b8cced578eb3a0fadaa5bcb7"><code>a143631</code></a> [4.2.x] Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookup...</li> <li><a href="https://github.com/django/django/commit/f578acc8c54530fffabd52d2db654c8669b011af"><code>f578acc</code></a> [4.2.x] Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI req...</li> <li><a href="https://github.com/django/django/commit/6dc23508f3395e1254c315084c7334ef81c4c09a"><code>6dc2350</code></a> [4.2.x] Fixed CVE-2025-13473 -- Standardized timing of check_password() in mo...</li> <li><a href="https://github.com/django/django/commit/a28c3c739564ccc2aabc7b20211f54d838c7b582"><code>a28c3c7</code></a> [4.2.x] Refs <a href="https://redirect.github.com/django/django/issues/36499">#36499</a> -- Adjusted test_strip_tags to run on Python 3.8.</li> <li><a href="https://github.com/django/django/commit/4a439c65aabc3ea5c70c1fdcc1f9d59efe9260d8"><code>4a439c6</code></a> [4.2.x] Added stub release notes and release date for 4.2.28.</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/4.2.27...4.2.28">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.27&new-version=4.2.28)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nsupdate-info/nsupdate.info/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:32:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#594
No description provided.