Skip to content

Commit 4634ec0

Browse files
committed
update readme
1 parent 4938f22 commit 4634ec0

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)