crashappsec / crashappsec/chalk
Create a plugin for identification of PII data
Open
- Dominant language
- Nim
- Stars
- 436
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
## Description
There are several cases where PII data is available within a repository, and some (credit cards, cloud account ids, emails etc) are easily identifiable via regexes. We could develop a plugin to detect PII data, and their categories, and embed this information within the chalkmark.
## Result
A field that exposes whether PII data is available, their category, and potentially the values redacted.
## Dependencies
There should be minimal dependencies for such plugin, only PCRE/regex support is needed
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.