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-debug-toolbar from 4.4.4 to 4.4.5 #10527

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps django-debug-toolbar from 4.4.4 to 4.4.5.

Release notes

Sourced from django-debug-toolbar's releases.

4.4.5

What's Changed

Full Changelog: jazzband/django-debug-toolbar@4.4.4...4.4.5

Changelog

Sourced from django-debug-toolbar's changelog.

4.4.5 (2024-07-05)

  • Avoided crashing when the alerts panel was skipped.
  • Removed the inadvertently added hard dependency on Jinja2.
Commits

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 Jul 8, 2024
Copy link

dryrunsecurity bot commented Jul 8, 2024

Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.

DryRun Security Status Findings
Configured Codepaths Analyzer 0 findings
Server-Side Request Forgery Analyzer 0 findings
Authn/Authz Analyzer 0 findings
IDOR Analyzer 0 findings
SQL Injection Analyzer 0 findings
Secrets Analyzer 0 findings
Sensitive Files Analyzer 1 finding

Note

🟢 Risk threshold not exceeded.

Change Summary (click to expand)

The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective.

Summary:

The provided code represents the requirements.txt file for the DefectDojo application, a Python-based web application for managing and tracking software vulnerabilities. The changes in this pull request indicate that the version of the django-debug-toolbar package has been updated from 4.4.4 to 4.4.5.

From an application security perspective, it's important to regularly review and update the dependencies listed in the requirements.txt file to ensure that the application is using the latest versions with known security fixes. Additionally, the file includes sensitive information, such as database credentials and other configuration details, which must be properly secured and not publicly accessible. The update to the django-debug-toolbar package is also a security-relevant change, as the Debug Toolbar can expose sensitive information and increase the attack surface of the application if enabled in production environments.

Files Changed:

  • requirements.txt: This file lists the dependencies used by the DefectDojo application. The changes in this pull request update the version of the django-debug-toolbar package from 4.4.4 to 4.4.5. It's important to regularly review and update all dependencies to ensure that the application is using the latest versions with known security fixes. Additionally, the file includes sensitive information, such as database credentials and other configuration details, which must be properly secured and not publicly accessible.

Powered by DryRun Security

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

@mtesauro
Copy link
Contributor

mtesauro commented Jul 8, 2024

@dependabot rebase

1 similar comment
@mtesauro
Copy link
Contributor

mtesauro commented Jul 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/dev/django-debug-toolbar-4.4.5 branch from e13b58f to 943f32e Compare July 8, 2024 16:42
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 4.4.4 to 4.4.5.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](jazzband/django-debug-toolbar@4.4.4...4.4.5)

---
updated-dependencies:
- dependency-name: django-debug-toolbar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/dev/django-debug-toolbar-4.4.5 branch from 943f32e to a93c8f7 Compare July 8, 2024 16:43
@mtesauro mtesauro merged commit d7c6d9c into dev Jul 8, 2024
128 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dev/django-debug-toolbar-4.4.5 branch July 8, 2024 19:05
mwager added a commit to mwager/django-DefectDojo that referenced this pull request Jul 16, 2024
… kiuwan-sca

# By dependabot[bot] (13) and others
# Via GitHub
* 'kiuwan-sca' of github.com:mwager/django-DefectDojo: (39 commits)
  Deprecate Python-jose and migrate okta to python_social_auth (DefectDojo#10117)
  fix: dockerfile warnings (DefectDojo#10505)
  Ruff: Add and fix Q000 (DefectDojo#10095)
  Fix(django): Upgrade of 4.2 (DefectDojo#10553)
  fix(deps): build python psycopg3 dependency instead of use the pre-build binary (DefectDojo#10491)
  Bump coverage from 7.5.4 to 7.6.0 (DefectDojo#10560)
  Bump asteval from 1.0.0 to 1.0.1 (DefectDojo#10561)
  Bump djangorestframework from 3.14.0 to 3.15.2 (DefectDojo#10431)
  Bump boto3 from 1.34.142 to 1.34.143 (DefectDojo#10558)
  Bump django-debug-toolbar from 4.4.5 to 4.4.6 (DefectDojo#10557)
  Bump boto3 from 1.34.141 to 1.34.142 (DefectDojo#10551)
  Bump packageurl-python from 0.15.2 to 0.15.3 (DefectDojo#10541)
  Bump boto3 from 1.34.140 to 1.34.141 (DefectDojo#10542)
  Update helm lock file
  Update versions in application files
  Update versions in application files
  API: Convert get_filterset calls to get_queryset (DefectDojo#10543)
  Bump django-debug-toolbar from 4.4.4 to 4.4.5 (DefectDojo#10527)
  Fix ruff
  Ruff fix
  ...

# Conflicts:
#	dojo/settings/.settings.dist.py.sha256sum
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
2 participants