feat: update LFS core to 6.19.4 and apply warning severity threshold - #726
feat: update LFS core to 6.19.4 and apply warning severity threshold#726RubenHalman wants to merge 2 commits into
Conversation
|
Hi @RubenHalman Thank you for this!! |
|
Hi @VinceFINET, The official link for LFS Core 6.19.2 is: https://github.com/Flow-Scanner/lightning-flow-scanner/releases/tag/core-v6.19.2 This is the canonical tag for both the npm package and the UMD build. I didn’t create a full GitHub release with notes because it was primarily security patches (6.19.2). Let me know if you need the built UMD file. |
|
Hi @VinceFINET, refreshed this to Core 6.19.4, released today: https://github.com/Flow-Scanner/lightning-flow-scanner/releases/tag/core-v6.19.4 That release resolves a ReDoS (CWE-1333) in the UnusedVariable rule; Flow variable names are no longer compiled into regular expressions. Worth noting for Org Check's threat model: it is a hardening fix rather than an exploitable path here, since the variable names Org Check scans come from org metadata rather than untrusted input. On your question about an official URL for |
Hey @VinceFINET 👋
Following up on the previous discussion — this sets a default severity threshold.
Version 6.19.2 of lfs core ships filterByThreshold natively.
What changed:
No UI changes, no new options for users.