1712n / challenge

Challenge Program
65 stars 27 forks source link

[Solution] Sensitive information in GitHub #99

Closed AbduazizZiyodov closed 1 year ago

AbduazizZiyodov commented 1 year ago

Hello! I hope you are doing well. My solution is based on regular expressions. We just need to use the rest API of Github. I created a small client for GitHub Rest API. My code first collects all issues(+pulls) with descriptions and comments. Then by using a regular expression, code is able to manipulate raw data. In the end, I created some reports which can be displayed on the terminal or saved some files. If someone wants, they can write a notify function for sending this report through Slack or Telegram.

Result Screenshot from 2023-05-20 13-31-58

Test Repo

Let me know if something is wrong/missing. Thanks.

evgenydmitriev commented 1 year ago

Hello @AbduazizZiyodov, thanks for your submission. Unfortunately, your solution does not meet the challenge requirements, specifically the automation part.