Replies: 1 comment
-
Please add the request to the discussion here: #3 Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This plugin identifies strings above a certain entropy threshold and can throw an error.
For example, if the code contains a secret/key/token:
It can throw an error. Then usually developers use env variables.
A really important plugin from a security perspective.
Very useful if combined with precommit hook with husky.
Has saved countless open-source and proprietary projects.
Beta Was this translation helpful? Give feedback.
All reactions