finos / git-proxy

Deploy custom push protections and policies on top of Git
https://git-proxy.finos.org
Apache License 2.0
123 stars 117 forks source link

GitProxy Plugin: Detect PII in code checkins #791

Open SameerSamant opened 1 week ago

SameerSamant commented 1 week ago

Problem

Protecting PII in one of the important obligation of financial institutions. A robust PII detection mechanism will give financial institutions and developers the requited confidence while contributing to opensource.

Solution

Detect PII such as Credit card numbers, names, locations, social security numbers, bitcoin wallets in code or images.

Proof of concept to be implemented using Microsoft Presidio for PII detection and see if it can be trained for Securities and Ticker prices detection in the future.

### Tasks
SameerSamant commented 1 week ago

Hi @JamieSlome does above sound a feasible idea to start working on ?