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

Deploy custom push protections and policies on top of Git

Results 107 git-proxy issues
Sort by recently updated
recently updated
newest added

### **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...

feature

**Issue :** Currently, GitProxy lacks specific checks to detect the use of non-standard or potentially insecure cryptography practices within codebases. It is concerning when code containing these practices is pushed...

### Background GitProxy currently supports commit message, commit diff and commit e-mail domain scanning. A common use case that is not supported is file name filtering and scanning. ### Vision...

enhancement
good first issue
hacktoberfest
citi-hackathon

**Is your feature request related to a problem? Please describe.** It's very common in organizations to have web proxies configured for developer machines for security. Currently, GitProxy itself does not...

documentation
enhancement

This update introduces a "Scroll to Top" button that appears when users scroll down the page, enhancing navigation on long pages. The button, when clicked, smoothly scrolls the user back...

hacktoberfest

**Is your feature request related to a problem? Please describe.** Currently the code which loads default and user configuration has little in the way of validation. Additionally the method of...

Hello Team, I have been trying to execute git-proxy utility in our company environment which is sitting behind a Proxy Server. Doing a standalone curl works fine with 'https://github.com' as...

bug
question