Add a Credential Checker tool for Review Bot

Review Request #11206 — Created Sept. 27, 2020 and submitted — Latest diff uploaded

Information

ReviewBot
master

Reviewers

This change adds a tool for Review Bot to check for hard-coded security
credentials. I used regex to search on the patterns of the known
credential types. The result may include false positives.

Verified the functionality by installing the tool and manual
testing.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 11. See what's changed.

orig
1
2
3
4
5
6
7
8
9
10
11

Commits

First Last Summary ID Author
Add AWS Credential Checker Tool for Review Bot
This change adds an integration for Review Bot to detect if an AWS Access Key or Secret Key is included in the commit. I used regex to search on the pattern of the keys. The result may include false positive. Testing Done: Verified the functionality by installing the integration and manual testing. Reviewed at https://reviews.reviewboard.org/r/11206/
0b17b93380d4313fd62a3bcfa6547c8ddb32184b ceciliaccwei
bot/setup.py
bot/reviewbot/tools/AWS_Credential_Checker.py
Loading...