mahmoud / awesome-python-applications

💿 Free software that works great, and also happens to be open-source Python.
ftp://you:relookin@it#readme
16.59k stars 2.68k forks source link

add project: detect-secrets #172

Closed deronnax closed 1 year ago

deronnax commented 1 year ago

Basic info

Application name: detect-secrets Application repo link: https://github.com/Yelp/detect-secrets Application home link: https://github.com/Yelp/detect-secrets Application description: An enterprise friendly way of detecting and preventing secrets in code.

Qualifications

There are a ton of great Python projects out there, but what makes an application "Awesome™"? Please check that all of the following criteria apply:

Note that installability via pip/PyPI and a developer-audience focus may warrant a higher standard for inclusion, in keeping with the spirit of the list: http://sedimental.org/awesome_python_applications.html

Additional notability info


An application meant to be used as a git hook to detect secrets committed in code before they get pushed (and thus definitely leaked). Very well done, simple and efficient. An industry standard. If you are not using it, your secrets probably already leaked and you are already at risk of being hacked (or already have and you don't know).

mahmoud commented 1 year ago

Another great entry, thanks for this, @deronnax!