Files
nomad/.changelog/25294.txt
Juana De La Cuesta 69c2ed55d5 Check for nil values when parsing HCL strings (#25294)
* fix: when parsing hcl durations, check for nil values and fail validation if present

* docs: add changelog

* style: remove unnecesary function
2025-03-06 10:38:33 +01:00

4 lines
79 B
Plaintext

```release-note:bug
hcl: Avoid panics by checking null values on durations
```