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

chore(deps): bump actionpack from 7.0.4.3 to 7.0.8.4 in /examples/datadog-propagation/quick_start_api_datadog #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps actionpack from 7.0.4.3 to 7.0.8.4.

Release notes

Sourced from actionpack's releases.

7.0.8.4

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Include the HTTP Permissions-Policy on non-HTML Content-Types [CVE-2024-28103]

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Commits
  • ec7f253 Preparing for 7.0.8.4 release
  • f12d5ae update changelog
  • b84cbec include the HTTP Permissions-Policy on non-HTML Content-Types
  • 08bc3ce Preparing for 7.0.8.3 release
  • 7c8d2a1 Preparing for 7.0.8.2 release
  • 506462a Preparing for 7.0.8.1 release
  • 030cd01 update changelog
  • 4c83b33 fix XSS vulnerability when using translation
  • fc734f2 Preparing for 7.0.8 release
  • f9175db Fix webdrivers on 7-0-stable branch for issue #48973. (#48977)
  • 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.

Bumps [actionpack](https://github.com/rails/rails) from 7.0.4.3 to 7.0.8.4.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/actionpack/CHANGELOG.md)
- [Commits](rails/rails@v7.0.4.3...v7.0.8.4)

---
updated-dependencies:
- dependency-name: actionpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 4, 2024
Copy link

dryrunsecurity bot commented Jun 4, 2024

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

DryRun Security Status Findings
Configured Codepaths Analyzer 0 findings
Sensitive Files Analyzer 1 finding
Authn/Authz Analyzer 0 findings
AppSec 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 changes in this pull request appear to be a routine update to the project's dependencies, with a shift from using OpenTelemetry to using Datadog for monitoring and tracing. The key changes include updates to the versions of several dependencies, the addition of the ddtrace gem for the Datadog APM service, and the removal of the opentelemetry-* gems. From an application security perspective, these changes are important to ensure that any known security vulnerabilities in the dependencies are addressed, and that the integration with Datadog is implemented securely.

Files Changed:

  • examples/datadog-propagation/quick_start_api_datadog/Gemfile.lock: This file has been updated to reflect the changes in the project's dependencies. The key changes include:
    1. Dependency Version Updates: The versions of several dependencies have been updated, including Rails (from 7.0.4.3 to 7.0.8.4), Nokogiri (from 1.16.2 to 1.16.5), and various other gems.
    2. New Dependencies Added: The ddtrace gem has been added, which is a Ruby client for the Datadog APM (Application Performance Monitoring) service.
    3. Removed Dependencies: The opentelemetry-* gems have been removed, suggesting a shift from using OpenTelemetry to using Datadog for monitoring and tracing.

As an application security engineer, I would recommend reviewing these changes to ensure that the updated dependencies do not introduce any new security risks, and that the integration with Datadog is implemented securely.

Powered by DryRun Security

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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants