Skip to content

Conversation

ChaitanyaD48
Copy link

Overview :

Closes #765
This PR introduces a new GitProxy plugin that analyzes code diff to identify the usage of non-standard cryptography or encryption techniques. The plugin aims to enhance code security by providing developers with advisory information about potentially vulnerable practices before their code is shared publicly. Additionally, this implementation includes comprehensive tests and is integrated into the main processing chain of the Push Action.

Proposed Plugin Details :

  1. Detection of Non-Standard Cryptography and encryption techniques.
  2. Tests for the Plugin
  3. Integration into Main Processing Chain of Push Action

Building on the Discussion Outlined in #754

Citi Hackathon
Team members :
Chaitanya Deshmukh @ChaitanyaD48
Prachit Ingle @Psingle20
Shabbir Kaderi @shabbirflow

…d cryptography

Signed-off-by: ChaitanyaD48 <chaitanya.d48@gmail.com>
Signed-off-by: ChaitanyaD48 <chaitanya.d48@gmail.com>
Signed-off-by: ChaitanyaD48 <chaitanya.d48@gmail.com>
Signed-off-by: ChaitanyaD48 <chaitanya.d48@gmail.com>
Copy link

netlify bot commented Oct 27, 2024

Deploy Preview for endearing-brigadeiros-63f9d0 canceled.

Name Link
🔨 Latest commit 60868de
🔍 Latest deploy log https://app.netlify.com/sites/endearing-brigadeiros-63f9d0/deploys/671df1cf75e8b40008c65aad

@ChaitanyaD48
Copy link
Author

Hi @JamieSlome! Could you please review this PR and share your thoughts?

@06kellyjac 06kellyjac added the citi-hackathon Related to the Citi India Hackathon (Oct '24) label Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
citi-hackathon Related to the Citi India Hackathon (Oct '24) feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GitProxy Plugin: Detect the usage of Non-Standard Cryptography Implementation
2 participants