diff --git a/README.md b/README.md
index 6be67cd..20cfe2c 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,11 @@
-Scans for unsafe contexts, hardcoded IDs, and other issues to optimize your Flows.
+Scans for unsafe contexts, hardcoded IDs, and other issues to optimize your Flows.
-[](https://github.com/Flow-Scanner)
+
+
+
## Features/Commands
@@ -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
@@ -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).
diff --git a/package-lock.json b/package-lock.json
index d7455da..b833b4d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,16 +1,16 @@
{
"name": "lightning-flow-scanner-vsx",
- "version": "1.8.0",
+ "version": "1.8.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lightning-flow-scanner-vsx",
- "version": "1.8.0",
+ "version": "1.8.1",
"license": "AGPL-3.0",
"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",
diff --git a/package.json b/package.json
index 30ed119..88eedc7 100644
--- a/package.json
+++ b/package.json
@@ -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"
},
@@ -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",