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 #11580

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 16, 2025
Copy link

dryrunsecurity bot commented Jan 16, 2025

DryRun Security Summary

The code change updates the Django version in the requirements.txt file from 5.1.4 to 5.1.5, highlighting the importance of maintaining up-to-date dependencies and reviewing third-party libraries for potential security risks.

Expand for full summary

Summary:

The provided code change is an update to the requirements.txt file for the DefectDojo project. The key change is the update of the Django version from 5.1.4 to 5.1.5, which is a minor version update that typically includes bug fixes and security improvements. While this update is a positive step, it's important to note that the project is using a wide range of third-party libraries, which increases the attack surface. As an application security engineer, it's crucial to ensure that all dependencies are kept up-to-date and that any known vulnerabilities are addressed in a timely manner. Additionally, the project is using several libraries that integrate with external services, such as Slack and Prometheus, and these integrations should be reviewed to ensure they do not introduce any security risks, such as data leakage or unauthorized access.

Files Changed:

  • requirements.txt: This file has been updated to include the following changes:
    • The Django version has been updated from 5.1.4 to 5.1.5.
    • The project is using a wide range of third-party libraries, including django-slack, django-tagging, django-watson, and django-prometheus, which should be reviewed for potential security implications.
    • It's important to ensure that all dependencies are kept up-to-date and that any known vulnerabilities are addressed in a timely manner to maintain the security of the DefectDojo application.

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
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/dev/django-5.1.5 branch from 1511b35 to 1689bfb Compare January 16, 2025 20:02
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

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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dev/django-5.1.5 branch from 1689bfb to 6cf5b10 Compare January 17, 2025 01:14
@mtesauro mtesauro merged commit 2b5577f into dev Jan 17, 2025
74 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dev/django-5.1.5 branch January 17, 2025 03:15
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.

2 participants