-
Notifications
You must be signed in to change notification settings - Fork 77
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
fix: security vulnerabilities RCE on 8.x.x #638
Conversation
}) | ||
end | ||
|
||
private | ||
|
||
def count(value) | ||
uniq = @params[:aggregator].downcase == 'count' | ||
def aggregate(value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method aggregate
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
84dc3ff
to
fc79c71
Compare
Task linked: CU-860t2tddx Rails v1 - Security vulnerabilities |
}) | ||
end | ||
|
||
private | ||
|
||
def count(value) | ||
uniq = @params[:aggregator].downcase == 'count' | ||
def aggregate(value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method aggregate
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Code Climate has analyzed commit 061a8dc and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 90.0% (55% is the threshold). This pull request will bring the total coverage in the repository to 48.8%. View more on Code Climate. |
## [8.0.17](v8.0.16...v8.0.17) (2023-12-05) ### Bug Fixes * security vulnerabilities RCE on 8.x.x ([#638](#638)) ([02679b5](02679b5))
🎉 This PR is included in version 8.0.17 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
## [8.0.17](ForestAdmin/forest-rails@v8.0.16...v8.0.17) (2023-12-05) ### Bug Fixes * security vulnerabilities RCE on 8.x.x ([#638](ForestAdmin/forest-rails#638)) ([02679b5](ForestAdmin/forest-rails@02679b5))
Definition of Done
General
Security