Follow-up from "Add drawer for vulnerability management policy"
The following discussion from !162316 (merged) should be addressed:
-
@arfedoro started a discussion: (+4 comments) suggestion (non-blocking)
🏓 If
parsedYamlcomputed fails, it would returnnullfromcatchblock and this line would fail and break. the component.Do you think it make sense to add some safety check?
maybe a computed:
description() { return parsedYaml?.description || ''; }