Added
-
Add enterprise plugin system for ggshield, allowing organizations to install and manage plugins from GitGuardian.
-
hmsl: Secrets shorter than 6 characters are now filtered out before being sent to the HMSL API, reducing false positives from obvious non-secrets.
Changed
-
hmsl: Expand the list of excluded placeholder values (e.g.,changeme,placeholder,redacted) that are not sent to the HMSL API. -
Relax
urllib3dependency pin from~=2.2.2to>=2.2.2,<3, allowing compatibility with newer urllib3 versions (#1160).
Fixed
- Prevent docker scan stdout from leaking into JSON output.