open-vault/changelog/14501.txt
Chris Capurso 7c8e6676c0
Add input validation to getRuleInfo to prevent panic (#14501)
* return error from getRuleInfo if rule contains empty slice to prevent panic

* add changelog entry
2022-03-24 16:16:37 -04:00

4 lines
92 B
Plaintext

```release-note:bug
core: Fix panic caused by parsing policies with empty slice values.
```