Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update terminal-table version to use latest #1901

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

presidentbeef
Copy link
Owner

Doesn't appear to be any breaking changes in 2.0 or 3.0. Allowing any versions before the next major version.

Copy link

DryRun Security Summary

The pull request updates the version constraint for the terminal-table gem in the Brakeman project from ~>1.4 to < 4.0 to ensure compatibility with newer versions, without directly impacting the tool's security.

Expand for full summary

Summary:

The code change in this pull request updates the version constraint for the terminal-table gem used in the Brakeman project, a static code analysis tool for Ruby on Rails applications. The change updates the constraint from ~>1.4 to < 4.0, which is likely done to ensure compatibility with newer versions of the terminal-table gem.

From an application security perspective, this change does not directly impact the security of the Brakeman tool itself, as the terminal-table gem is a dependency used for formatting tabular data in the command-line interface and does not have a direct impact on the security analysis capabilities of Brakeman. However, it's important to review the change logs and release notes when updating dependencies to ensure that the new version does not introduce any security vulnerabilities or breaking changes that could impact the functionality of the application.

Files Changed:

  • gem_common.rb: This file is part of the Brakeman project and the change updates the version constraint for the terminal-table gem from ~>1.4 to < 4.0. This change is likely made to ensure compatibility with newer versions of the terminal-table gem, and it does not raise any immediate security concerns.

Code Analysis

We ran 9 analyzers against 1 file and 0 analyzers had findings. 9 analyzers had no findings.

View PR in the DryRun Dashboard.

@presidentbeef presidentbeef merged commit cbd1881 into main Dec 30, 2024
18 checks passed
@presidentbeef presidentbeef deleted the update_terminal-table branch December 30, 2024 01:04
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant