pub fn finding_id(
category: &str,
path: &str,
related_path: Option<&str>,
) -> StringExpand description
Build a stable finding id from category and affected paths.
The database layer uses the same id contract when it builds health findings through SQL instead of materializing the complete node list.