Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
<img src="media/bannerslim.png" style="width: 41%;" />
</a>
</p>
<p align="center">Scans for unsafe contexts, hardcoded IDs, and other issues to optimize your Flows.</p>
<p align="center">Scans for unsafe contexts, hardcoded IDs, and other issues to optimize your Flows.</p>

[![Flow Overview](media/demo.gif)](https://github.com/Flow-Scanner)
<p align="center">
<img src="media/demo.gif" alt="Flow Overview" width="88%" />
</p>

## Features/Commands

Expand Down Expand Up @@ -36,7 +38,7 @@ Use our side bar or the **Command Palette** and type `Flow Scanner` to see the l
```bash
npm install
```
3. run locally
3. run dev environment

```
npm run watch
Expand All @@ -47,8 +49,8 @@ Use our side bar or the **Command Palette** and type `Flow Scanner` to see the l
npm run build
```

## Note on the original project
## This is a fork

The original `lightning-flow-scanner-vsce` package was unpublished from the Visual Studio Marketplace after a Remote Code Execution (RCE) vulnerability was identified in its core dependency, `lightning-flow-scanner-core`. This issue, caused by unsafe custom rule loading, has been fully resolved in the [v5.1.0 release of the core library](https://github.com/Flow-Scanner/lightning-flow-scanner-core/releases/tag/v5.1.0). The [lightning-flow-scanner-vsx](https://github.com/Flow-Scanner/lightning-flow-scanner-vsx) fork, focusses on security and maintainability.

If you'd like to help us enhance Lightning Flow Scanner, please consider having a look at the [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/CONTRIBUTING.md).
Want to help improve Lightning Flow Scanner? See our [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/CONTRIBUTING.md).
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"icon": "media/lightningflow.png",
"description": "A VS Code Extension for analysis and optimization of Salesforce Flows. Scans metadata for 20+ issues such as hardcoded IDs, unsafe contexts, inefficient SOQL/DML operations, recursion risks, and missing fault handling. Supports auto-fixes, rule configurations, and tests integration.",
"version": "1.8.0",
"version": "1.8.1",
"engines": {
"vscode": "^1.99.1"
},
Expand Down Expand Up @@ -175,7 +175,7 @@
},
"dependencies": {
"convert-array-to-csv": "^2.0.0",
"lightning-flow-scanner-core": "5.9.4",
"lightning-flow-scanner-core": "^5.9.4",
"tabulator-tables": "^6.3.1",
"uuid": "^11.0.5",
"xml2js": "^0.6.2",
Expand Down
Loading