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 djangorestframework from 3.14.0 to 3.15.2 #10431

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2024

Bumps djangorestframework from 3.14.0 to 3.15.2.

Release notes

Sourced from djangorestframework's releases.

Version 3.15.1

What's Changed

New Contributors

Full Changelog: encode/django-rest-framework@3.15.0...3.15.1

Commits
  • c7a7eae Version 3.15.2 (#9439)
  • 3b41f01 Fix potential XSS vulnerability in break_long_headers template filter (#9435)
  • fe92f0d Add __hash__ method for permissions.OperandHolder class (#9417)
  • fbdab09 docs: Correct some evaluation results and a httpie option in Tutorial1 (#9421)
  • 36d5c0e tests: Check urlpatterns after cleanups (#9400)
  • 9d4ed05 Don't use Windows line endings
  • b34bde4 Fix typo in setup.cfg setting
  • ab681f2 Update requirements in docs
  • 2237724 bump pygments (security hygiene)
  • d58b8da Update deprecation hints
  • 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 Jun 19, 2024
Copy link

dryrunsecurity bot commented Jun 19, 2024

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

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

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 change is an update to the requirements.txt file for the DefectDojo application, which specifies the Python dependencies required for the project. The key change is an update to the djangorestframework package from version 3.14.0 to 3.15.2, which is a minor version update that typically includes bug fixes and minor improvements, but no major breaking changes.

From an application security perspective, the update to djangorestframework is worth reviewing, as newer versions may include security fixes. It's a good practice to keep dependencies up-to-date to ensure you're benefiting from the latest security improvements. Additionally, the file contains a large number of dependencies, which is common for a complex web application like DefectDojo. It's important to regularly review the dependency list and ensure that all packages are up-to-date and maintained, as outdated or unmaintained dependencies can introduce security vulnerabilities. Overall, this code change appears to be a routine update to the project's dependencies, which is a necessary and important task for maintaining the security and stability of the application.

Files Changed:

  • requirements.txt: This file has been updated to include a newer version of the djangorestframework package, from 3.14.0 to 3.15.2. This is a minor version update that typically includes bug fixes and minor improvements, but no major breaking changes. It's important to review this update to ensure that any security fixes are included and that the application continues to function as expected.

Powered by DryRun Security

@Maffooch
Copy link
Contributor

Maffooch commented Jul 3, 2024

Tests should pass with the merge/release of #10503

@cneill
Copy link
Contributor

cneill commented Jul 11, 2024

@dependabot rebase

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.2.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.14.0...3.15.2)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dev/djangorestframework-3.15.2 branch from e4fa1f7 to c2f83f9 Compare July 11, 2024 16:38
Copy link

dryrunsecurity bot commented Jul 11, 2024

DryRun Security Summary

This pull request updates the djangorestframework library from version 3.14.0 to version 3.15.2, and it's important to review the release notes and change logs for the new version to understand any security-related updates or fixes, as well as to review the versions and release notes for all the other dependencies used in the project to ensure they are up-to-date and do not contain any known vulnerabilities.

Expand for full summary

Summary:

The code change in this pull request updates the djangorestframework library from version 3.14.0 to version 3.15.2. This is a minor version upgrade, which typically includes bug fixes, performance improvements, and potentially some new features or enhancements. From an application security perspective, it's important to review the release notes and change logs for the new version of djangorestframework to understand if there are any security-related updates or fixes included. Additionally, the file includes a number of other dependencies, some of which may also have security implications. It's recommended to review the versions and release notes for all the libraries used in the project to ensure they are up-to-date and do not contain any known vulnerabilities.

Files Changed:

  • requirements.txt: The changes in this file indicate an upgrade of the djangorestframework library from version 3.14.0 to version 3.15.2. This is a minor version upgrade, which typically includes bug fixes, performance improvements, and potentially some new features or enhancements. It's important to review the release notes and change logs for the new version of djangorestframework to understand if there are any security-related updates or fixes included. Additionally, the file includes a number of other dependencies, some of which may also have security implications, and it's recommended to review the versions and release notes for all the libraries used in the project to ensure they are up-to-date and do not contain any known vulnerabilities.

Code Analysis

We ran 7 analyzers against 1 file and 1 analyzer had findings. 6 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

Copy link

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 mtesauro merged commit 68ff68d into dev Jul 11, 2024
125 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dev/djangorestframework-3.15.2 branch July 11, 2024 17:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants