Skip to content
New issue

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

Bump django from 5.1.4 to 5.1.5 #11567

Merged
merged 2 commits into from
Jan 15, 2025
Merged

Bump django from 5.1.4 to 5.1.5 #11567

merged 2 commits into from
Jan 15, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2025

Bumps django from 5.1.4 to 5.1.5.

Commits
  • 3d3d7f5 [5.1.x] Bumped version for 5.1.5 release.
  • 4806731 [5.1.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
  • d6749de [5.1.x] Made cosmetic edits to 5.1.5 release notes.
  • b325864 [5.1.x] Fixed #36077 -- Corrected docs on pk value where Model.save() execute...
  • 8d81c47 [5.1.x] Fixed #35999 -- Removed #django IRC channel references where appropri...
  • 6b9d5ac [5.1.x] Strengthened wording on supported Python versions in FAQ.
  • 0966cc7 [5.1.x] Added stub release notes and release date for 5.1.5, 5.0.11, and 4.2.18.
  • 638547b [5.1.x] Fixed typo in tutorial 5.
  • 2ee6ca6 [5.1.x] Fixed #34856 -- Fixed references to index_together in historical migr...
  • 85c3550 [5.1.x] Refs #27236 -- Removed references to index_together from ModelState.f...
  • 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.

* update Pro changelog 2.42.0

* qa 'share your Findings'

* changelog 2.42.2

* fix typo working_with_generated_reports.md

---------

Co-authored-by: Paul Osinski <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 14, 2025
Copy link

dryrunsecurity bot commented Jan 14, 2025

DryRun Security Summary

The code change updates Django to version 5.1.5 in the requirements.txt file, which is a routine security practice to address potential vulnerabilities and ensure the application uses the latest framework version.

Expand for full summary

Summary:

The code change in the provided requirements.txt file updates the Django version from 5.1.4 to 5.1.5, which is a minor version update. This is a positive change from a security perspective, as it ensures the application is using the latest version of Django with known security vulnerabilities addressed. Keeping the framework up-to-date is a crucial security practice, as it helps protect the application from newly discovered vulnerabilities.

Additionally, the requirements.txt file lists a wide range of third-party libraries and dependencies used in the DefectDojo application. Regularly reviewing and updating these dependencies is also an important security practice, as vulnerabilities in these libraries can potentially be exploited to compromise the application. Overall, this code change appears to be a routine update to the application's dependencies, which is a good security practice. However, it's always important to thoroughly test the application after any dependency updates to ensure there are no regressions or unexpected behavior changes.

Files Changed:

  • requirements.txt: This file has been updated to use Django version 5.1.5 instead of the previous 5.1.4. This is a minor version update that typically includes bug fixes and security improvements, but does not introduce major new features or breaking changes. Keeping the framework up-to-date is a crucial security practice, as it helps protect the application from newly discovered vulnerabilities.

Code Analysis

We ran 9 analyzers against 1 file and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

View PR in the DryRun Dashboard.

@mtesauro mtesauro changed the base branch from master to bugfix January 15, 2025 03:41
@mtesauro
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2025

The base commit for this pull request has not changed.

@mtesauro
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot changed the base branch from bugfix to master January 15, 2025 03:49
Bumps [django](https://github.com/django/django) from 5.1.4 to 5.1.5.
- [Commits](django/django@5.1.4...5.1.5)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-5.1.5 branch from c7344ed to 7cca0e4 Compare January 15, 2025 03:49
Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@Maffooch Maffooch changed the base branch from master to bugfix January 15, 2025 17:00
@Maffooch
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2025

The base commit for this pull request has not changed.

@Maffooch Maffooch merged commit d6d1b55 into bugfix Jan 15, 2025
73 of 74 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-5.1.5 branch January 15, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants