You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use our side bar or the **Command Palette** and type `flowscanner` to see the list of all available commands.
@@ -21,6 +31,8 @@ Use our side bar or the **Command Palette** and type `flowscanner` to see the li
21
31
**Privacy:** Zero user data collected. All processing is client-side.
22
32
→ See Data Handling in our [Security Policy](https://github.com/Flow-Scanner/lightning-flow-scanner-vsx?tab=security-ov-file).
23
33
34
+
---
35
+
24
36
## Configuration
25
37
26
38
It is recommended to set up a `.flow-scanner.yml` and define:
@@ -30,6 +42,8 @@ It is recommended to set up a `.flow-scanner.yml` and define:
30
42
- Rule properties such as REGEX expressions.
31
43
- Any known exceptions that should be ignored during scanning.
32
44
45
+
### Scanner Options
46
+
33
47
```json
34
48
{
35
49
"rules": {
@@ -118,9 +132,10 @@ If you’re developing or testing updates to the core module, you can link it lo
118
132
npm link @flow-scanner/lightning-flow-scanner-core
119
133
```
120
134
135
+
---
136
+
121
137
## VSCE to VSX
122
138
123
139
The `lightning-flow-scanner-vsce` package was unpublished from the Visual Studio and Open VSX Marketplaces due to a vulnerability stemming from unsafe rule loading. The issue was addressed in [core library v5](https://github.com/Flow-Scanner/lightning-flow-scanner-core/releases/tag/v5.1.0). This fork, created on 22/09/2025, emphasizes security and maintainability.
124
140
125
141
<p><strong>Want to help improve Lightning Flow Scanner? See our <ahref="https://github.com/Flow-Scanner/lightning-flow-scanner-core?tab=contributing-ov-file">Contributing Guidelines</a></strong></p>
0 commit comments