Skip to content

Commit 31d7087

Browse files
add to list and changelog
1 parent eb7e5b8 commit 31d7087

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ description: The latest updates and changes to CodeRabbit.
55
sidebar_position: 13
66
---
77

8+
## May 25, 2025
9+
10+
### New Security and Code Quality Tools
11+
12+
We're excited to announce the addition of two powerful tools to our static analysis arsenal:
13+
14+
- **Brakeman**: A static analysis security vulnerability scanner for Ruby on Rails applications. It helps identify security issues in your Ruby codebase by analyzing Gemfile, Ruby files (_.rb), and ERB templates (_.erb).
15+
16+
- **Clippy**: The official linter for Rust code, helping catch common mistakes and improve your Rust code quality. It analyzes \*.rs files and supports configuration through clippy.toml files.
17+
18+
Both tools can be configured through their respective config files or through CodeRabbit's settings page. See our [tools documentation](https://docs.coderabbit.ai/tools/) for more details.
19+
820
## May 19, 2025
921

1022
### Lua Support with Luacheck

docs/tools/list.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ For an overview of how CodeRabbit uses these tools when generating code reviews,
3535
| Protobuf | [Buf][Buf] | Code Quality |
3636
| Python | [Ruff][Ruff] | Code Quality |
3737
| Regal | [Regal][Regal] | Code Quality |
38-
| Ruby | [RuboCop][RuboCop] | Code Quality |
38+
| Ruby | [RuboCop][RuboCop], [Brakeman][Brakeman] | Code Quality, Code Security |
39+
| Rust | [Clippy][Clippy] | Code Quality |
3940
| Semgrep | [Semgrep][Semgrep] | Code Security |
4041
| Shell (sh, bash, ksh, dash) | [ShellCheck][ShellCheck] | Code Quality |
4142
| Shopify | [Shopify CLI][ShopifyCLI] | Code Quality |
@@ -74,3 +75,5 @@ For an overview of how CodeRabbit uses these tools when generating code reviews,
7475
[oxlint]: /tools/oxlint.md
7576
[ShopifyCLI]: /tools/shopify-cli.md
7677
[Luacheck]: /tools/luacheck.md
78+
[Brakeman]: /tools/brakeman.md
79+
[Clippy]: /tools/clippy.md

0 commit comments

Comments
 (0)