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

feat: Add Plugin for Detecting Non-Standard Cryptography Usage with Integrated Tests #766

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GitProxy Plugin: Detect the usage of Non-Standard Cryptography Implementation
1 participant