coderabbitai / coderabbit-docs

Official documentation of CodeRabbit: AI Code Reviews
https://docs.coderabbit.ai
9 stars 6 forks source link

How to use coderabbit for code auditing and does it support deadlock detection? - @coderabbitai #122

Closed wangzhong9999 closed 1 month ago

wangzhong9999 commented 1 month ago

How do I use coderabbit for code auditing? Are there any operation manuals or instructional videos available? Additionally, can coderabbit detect deadlock issues caused by different transactions accessing the same database table based on the source code?

请问下如何使用 coderabbit 的代码审计,是否有操作文档或指导视频之类的。另外 coderabbit 是否可跟进源代码检测出不同事务访问同一张数据库表导致的死锁缺陷。

linear[bot] commented 1 month ago

ENG-406 How to use coderabbit for code auditing and does it support deadlock detection? - @coderabbitai

NatoBoram commented 1 month ago

The auditing offered by CodeRabbit is limited to code reviews at the moment.

For deadlock issues, they can be detected if they are obvious, but it doesn't perform a formal proof. A human reviewer is still required to review issues of this level of complexity.

However, it can detect a wide range of security issues such as SQL injections and insufficient user input validations.

Our documentation and guides (including video tutorials) are available at https://docs.coderabbit.ai/