freeipa / freeipa-healthcheck

Check the health of a freeIPA installation
GNU General Public License v3.0
50 stars 28 forks source link

Restrict the length of JSON output indent to 32 #288

Closed rcritten closed 1 year ago

rcritten commented 1 year ago

Too big a value and the system will exhause memory. Normally I trust users not to do things like but it doesn't hurt to constrain sometimes.

Fixes: https://github.com/freeipa/freeipa-healthcheck/issues/197