| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ggshield-1.52.2-x86_64-pc-windows-msvc.msi | 2026-06-17 | 26.8 MB | |
| ggshield-1.52.2-x86_64-unknown-linux-gnu.tar.gz | 2026-06-17 | 29.7 MB | |
| ggshield-1.52.2-x86_64-apple-darwin.tar.gz | 2026-06-17 | 28.2 MB | |
| ggshield-1.52.2-aarch64-unknown-linux-gnu.tar.gz | 2026-06-17 | 27.2 MB | |
| ggshield-1.52.2-arm64-apple-darwin.tar.gz | 2026-06-17 | 27.1 MB | |
| ggshield.1.52.2.nupkg | 2026-06-17 | 31.5 MB | |
| ggshield-1.52.2-1.x86_64.rpm | 2026-06-17 | 31.2 MB | |
| ggshield-1.52.2-x86_64-pc-windows-msvc.zip | 2026-06-17 | 31.4 MB | |
| ggshield-1.52.2-1.aarch64.rpm | 2026-06-17 | 28.4 MB | |
| ggshield-1.52.2-arm64-apple-darwin.pkg | 2026-06-17 | 27.2 MB | |
| ggshield-1.52.2-x86_64-apple-darwin.pkg | 2026-06-17 | 28.3 MB | |
| ggshield_1.52.2-1_amd64.deb | 2026-06-17 | 30.3 MB | |
| ggshield_1.52.2-1_arm64.deb | 2026-06-17 | 27.8 MB | |
| 1.52.2 source code.tar.gz | 2026-06-17 | 855.1 kB | |
| 1.52.2 source code.zip | 2026-06-17 | 1.2 MB | |
| README.md | 2026-06-17 | 864 Bytes | |
| Totals: 16 Items | 377.0 MB | 4 | |
Added
- Install and uninstall scripts under
scripts/install/: a one-linecurl | bash(Linux/macOS) andirm | iex(Windows) installer for the standalone ggshield build that authenticates and optionally installs plugins, plus a matching uninstaller that removes the install it created.
Changed
-
Clarified the description of the
ggshield honeytoken plantcommand. -
Widened the
marshmallowdependency constraint to>=3.18,<5, so ggshield is now compatible with marshmallow 4. This unblocks environments (such as nixpkgs) that ship marshmallow 4.
Fixed
- macOS:
ggshield machine scanis no longer several times slower than on other platforms. The signed launcher now carries thecom.apple.security.cs.allow-jitentitlement, so the scanner's PCRE2 JIT works under the hardened runtime instead of silently falling back to the interpreter.