Skip to content

Commit 46dfaec

Browse files
authored
Update NPM dependencies & Readme (#10)
* update readme
1 parent 4938f22 commit 46dfaec

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<img src="media/bannerslim.png" style="width: 41%;" />
44
</a>
55
</p>
6-
<p align="center">Scans for unsafe contexts, hardcoded IDs, and other issues to optimize your Flows.</p>
6+
<p align="center">Scans for unsafe contexts, hardcoded IDs, and other issues to optimize your Flows.</p>
77

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

1012
## Features/Commands
1113

@@ -36,7 +38,7 @@ Use our side bar or the **Command Palette** and type `Flow Scanner` to see the l
3638
```bash
3739
npm install
3840
```
39-
3. run locally
41+
3. run dev environment
4042

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

50-
## Note on the original project
52+
## This is a fork
5153

5254
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.
5355

54-
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).
56+
Want to help improve Lightning Flow Scanner? See our [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/CONTRIBUTING.md).

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"icon": "media/lightningflow.png",
1111
"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.",
12-
"version": "1.8.0",
12+
"version": "1.8.1",
1313
"engines": {
1414
"vscode": "^1.99.1"
1515
},
@@ -175,7 +175,7 @@
175175
},
176176
"dependencies": {
177177
"convert-array-to-csv": "^2.0.0",
178-
"lightning-flow-scanner-core": "5.9.4",
178+
"lightning-flow-scanner-core": "^5.9.4",
179179
"tabulator-tables": "^6.3.1",
180180
"uuid": "^11.0.5",
181181
"xml2js": "^0.6.2",

0 commit comments

Comments
 (0)