Patch: Missing Fault Path
Action tag: action-v3.4.1
CLI tag: v6.17.2
Core tag: core-v6.17.3
VSX Version: v3.2.3
This patch release contains no major breaking changes or new rules. The focus has been on reducing false positives in the following rules:
-
Missing Fault Path rule:
Reduced false positives by excluding elements that are already part of defined fault paths.
Also improved handling to skip scenarios where a formula is used as a condition (avoiding unnecessary flags on valid conditional logic).
(Related commits: patch(core): exclude results when a formula is used as a condition and patch(core): improve Missing Fault Path to exclude elements already part of fault paths) -
Missing Trigger Filter rule:
Fixed false positives (specific details on the adjustment are internal to the core engine updates in this release).