-
Notifications
You must be signed in to change notification settings - Fork 118
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
feat: Citi Hackathon code submission #810
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: ChaitanyaD48 <[email protected]>
…d cryptography Signed-off-by: ChaitanyaD48 <[email protected]>
Signed-off-by: ChaitanyaD48 <[email protected]>
Signed-off-by: ChaitanyaD48 <[email protected]>
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
@JamieSlome @coopernetes we were working on some refactor on #798 PR and due to some merge conflicts we had to rollback and the PR got closed this PR contains all the commits we have done till 14-11-2024 please consider this as our submission . We will demonstrate it during our presentation. you can check the commit history for the dates of hackathon period. |
@rgmz I have updated the gitleaks rules can you review it and suggest any other changes if needed? |
This PR can be considered as a submission for the FinOS CitiHackathon.
Team members:
This PR solves issue #745 #788 #796 #797 #765
GITPROXY PLUGINS
We have worked on the following features :
.json
,.xlsx
,.csv
).jpg
,.jpeg
,.tiff
)Some Modifications Non-Standard Cryptography Usage are required.
Add the path to your local repository or working directory in the localRepoRoot in the authorisedList to give git-proxy access to your files.
Sensitive Data Detection ( in files like
.json
,.xlsx
,.csv
)Features:
This solves issue #745
proxy.config.json
with the file types for which sensitive data detection is required, for ex:Check EXIF Metadata from Images (
.jpg
,.jpeg
,.tiff
)Features:
This solves issue #796
proxy.config.json
with the file types for which EXIF Metadata needs to be detected.Detection of AI/ML usage (incl. weights, models etc.)
Features:
This solves issue #788
proxy.config.json
with the parameters for which detection needs to be carried out.Vulnerability Detection using GitLeaks
Features:
This solves issue #797
gitleaks.toml
fileproxy.config.json
to enable / disable the plugin.gitleaks_reports.json
Detection of Non-Standard Cryptography Usage
This solves issue #765
Features: