Skip to content

Upgrade: Bump github.com/fatih/color from 1.17.0 to 1.18.0#207

Merged
santoshkal merged 1 commit intopre-mainfrom
dependabot/go_modules/pre-main/github.com/fatih/color-1.18.0
Nov 7, 2024
Merged

Upgrade: Bump github.com/fatih/color from 1.17.0 to 1.18.0#207
santoshkal merged 1 commit intopre-mainfrom
dependabot/go_modules/pre-main/github.com/fatih/color-1.18.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 4, 2024

Bumps github.com/fatih/color from 1.17.0 to 1.18.0.

Release notes

Sourced from github.com/fatih/color's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

Commits
  • 1c8d870 Update README.md
  • 546c2d0 Merge pull request #225 from fatih/add-rgb-api
  • 1ff0f97 Apply suggestions from code review
  • 5723903 Add RGB API support
  • f203fbc Merge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0
  • 60aa7fb Bump golang.org/x/sys from 0.24.0 to 0.25.0
  • 741c2f4 Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0
  • 0d24b42 Bump golang.org/x/sys from 0.18.0 to 0.24.0
  • cb154c0 Merge pull request #235 from deining/fix-typo
  • 9b9653e Bump GitHub workflow actions
  • See full diff 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)

Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.17.0...v1.18.0)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 4, 2024
@dryrunsecurity
Copy link
Copy Markdown

dryrunsecurity Bot commented Nov 4, 2024

DryRun Security Summary

The pull request updates the version of the github.com/fatih/color library from v1.17.0 to v1.18.0 in the go.mod and go.sum files, which is a routine dependency update that should be reviewed for potential security implications or breaking changes.

Expand for full summary

Summary:

The changes in this pull request are focused on updating the version of the github.com/fatih/color library from v1.17.0 to v1.18.0 in the go.mod and go.sum files. This is a routine dependency update, which is generally considered a low-risk operation. However, it's important to review the release notes of the new version to understand any potential security implications or breaking changes that may impact the application.

As an application security engineer, it's crucial to review code changes not only for security vulnerabilities but also to ensure that the application's dependencies are kept up-to-date and secure. When reviewing code changes, it's important to pay attention to the introduction of new dependencies, changes in dependency versions, sensitive data handling, input validation and sanitization, access control and authorization, and cryptographic practices.

In this specific case, the change appears to be a straightforward dependency update, which is generally considered a low-risk operation. However, it's still a good practice to review the release notes of the new version of the github.com/fatih/color library to understand any potential security-related changes.

Files Changed:

  • go.mod: The go.mod file has been updated to use the v1.18.0 version of the github.com/fatih/color library, which is a minor version update.
  • go.sum: The go.sum file has been updated to reflect the new version of the github.com/fatih/color library.

Code Analysis

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

Analyzer Findings
Sensitive Files Analyzer 2 findings

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

@santoshkal santoshkal merged commit d60aa58 into pre-main Nov 7, 2024
@santoshkal santoshkal deleted the dependabot/go_modules/pre-main/github.com/fatih/color-1.18.0 branch November 7, 2024 10:11
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant