Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase security scan to check for PII #435

Open
JordoHeffernan opened this issue Feb 13, 2024 · 0 comments · Fixed by #496
Open

Increase security scan to check for PII #435

JordoHeffernan opened this issue Feb 13, 2024 · 0 comments · Fixed by #496
Assignees
Labels
story New feature or request

Comments

@JordoHeffernan
Copy link
Contributor

JordoHeffernan commented Feb 13, 2024

As a securLi user, I want increased security to prevent me from accidentally committing PII into my maintained repo

AC

  1. SecureLi checks entire repo on first scan and all future committed code for emails
    a. may need to add an option for files to ignore, or auto-ignore .md files for this check?
  2. SecureLi checks entire repo on first scan and all future committed code for phone numbers
  3. SecureLi checks entire repo on first scan and all future committed code for Social security numbers

Notes

Current functionality utilizes regex for matching patterns. Feel free to continue that and/or find existing library that can accomplish this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants