Skip to content

Patch: Missing Fault Path

Choose a tag to compare

@RubenHalman RubenHalman released this 21 Jan 08:09
· 2282 commits to main since this release

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:

  1. 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)

  2. Missing Trigger Filter rule:
    Fixed false positives (specific details on the adjustment are internal to the core engine updates in this release).