git-proxy
git-proxy copied to clipboard
Deploy custom push protections and policies on top of Git
### **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...
**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...
**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...
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...
**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...