git-proxy icon indicating copy to clipboard operation
git-proxy copied to clipboard

feat: Sensitive Data Detection in files like (.csv , .xlsx , json)

Open Psingle20 opened this issue 1 year ago • 3 comments

This PR introduces the checkSensitiveData feature, which enhances the security by scanning files like .csv for vulnerabilities and sensitive information. The implementation includes:

Functionality:

  • Created a push-action CheckSensitiveData which take this diff and scan the changed files for Sensitive Information.
  • Integrated it push_action chain .
  • Implemented a Test file for the push-action and modified the chain test file to make sure it works with feature added.

I think this Functionality Solves the issue #745 you can run the custom test implemented using command npx mocha test/SensitiveData.test.js @JamieSlome Please review this PR and suggest any changes necessary

Citi Hackathon Team Members Prachit Ingle Psingle20 Shabbir Kaderi shabbirflow Chaitanya Deshmukh ChaitanyaD48

Psingle20 avatar Oct 26 '24 18:10 Psingle20