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.

Changes between revision 7 and 8

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

Commits

Summary ID Author
Add a Credential Checker tool for Review Bot
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 positive. Testing Done: Verified the functionality by installing the integration and manual testing. Reviewed at https://reviews.reviewboard.org/r/11206/
4b2a7b5a327ad3663b6cadb774d9152be2debf6f ceciliaccwei
Add a Credential Checker tool for Review Bot.
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 positive. Testing Done: Verified the functionality by installing the integration and manual testing. Reviewed at https://reviews.reviewboard.org/r/11206/
a9c1b08ef4a3db109c000f31e27d728411d999c9 ceciliaccwei
bot/setup.py
bot/reviewbot/tools/rbcredentialchecker.py
docs/reviewbot/tools/rbcredentialchecker.rst
Loading...