@flow-scanner/lightning-flow-scanner-core 6.6.0 → 6.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +31 -31
- package/LICENSE.md +21 -21
- package/README.md +443 -413
- package/SECURITY.md +47 -23
- package/main/models/Flow.js +8 -8
- package/main/models/FlowType.js +13 -13
- package/main/models/RuleCommon.js +4 -4
- package/main/models/RuleInfo.js +26 -26
- package/package.json +9 -53
- /package/assets/media/{bannerslim.png → banner.png} +0 -0
package/CONTRIBUTING.md
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
## Contributing Guidelines
|
|
2
|
-
|
|
3
|
-
Since 20201, the _Lightning Flow Scanner_ has grown from its roots as VS Code tool to empower Salesforce Developers across six free and open-source platforms—from developer tools to native Salesforce App—delivering a unified experience for robust static analysis of Flows. Our dedicated community has shared their expertise to deepen understanding of Flow optimization. Your support can amplify our impact. Here’s how you can contribute to the [Flow Scanner](https://github.com/Flow-Scanner) project:
|
|
4
|
-
|
|
5
|
-
- ⭐ Star
|
|
6
|
-
- 📢 Share our work with your network.
|
|
7
|
-
- 💬 Share feedback to help us improve.
|
|
8
|
-
- 💻 Contribute code by submitting pull requests.
|
|
9
|
-
- 🤝 [Join as a member](https://register.lightningflowscanner.org/) to connect.
|
|
10
|
-
|
|
11
|
-
### I have a Question/Feedback
|
|
12
|
-
|
|
13
|
-
For general questions, ideas, or seeking input on topics that might (or might not) turn into issues, we recommend to use our [Discussions](https://github.com/orgs/Flow-Scanner/discussions) forum. This is best for open-ended conversations, brainstorming, and gathering community input before creating a feature request.
|
|
14
|
-
|
|
15
|
-
If it's more specific like a bug or a new feature—use [GitHub Issues](https://github.com/features/issues) instead. Before creating a new issue, please take a moment to search the existing [Issues](https://github.com/Flow-Scanner/lightning-flow-scanner
|
|
16
|
-
|
|
17
|
-
###### Core Engine - For issues or requests related to the core functionality of the scanner, use the following links to submit your request:
|
|
18
|
-
|
|
19
|
-
- [Report Issue](https://github.com/Flow-Scanner/lightning-flow-scanner
|
|
20
|
-
- [Rule Request](https://github.com/Flow-Scanner/lightning-flow-scanner
|
|
21
|
-
- [Features/Other](https://github.com/Flow-Scanner/lightning-flow-scanner
|
|
22
|
-
|
|
23
|
-
###### Platforms - For issues or requests related to specific platforms, use the appropriate link below:
|
|
24
|
-
|
|
25
|
-
- [CLI Plugin](https://github.com/Flow-Scanner/lightning-flow-scanner
|
|
26
|
-
- [Copado Plugin](https://github.com/Flow-Scanner/lightning-flow-scanner-copado/issues)
|
|
27
|
-
- [GitHub Action](https://github.com/Flow-Scanner/lightning-flow-scanner
|
|
28
|
-
- [Salesforce App](https://github.com/Flow-Scanner/lightning-flow-scanner-app/issues)
|
|
29
|
-
- [VS Code/Code Builder](https://github.com/Flow-Scanner/lightning-flow-scanner-vsx/issues)
|
|
30
|
-
|
|
31
|
-
###### Thank you
|
|
1
|
+
## Contributing Guidelines
|
|
2
|
+
|
|
3
|
+
Since 20201, the _Lightning Flow Scanner_ has grown from its roots as VS Code tool to empower Salesforce Developers across six free and open-source platforms—from developer tools to native Salesforce App—delivering a unified experience for robust static analysis of Flows. Our dedicated community has shared their expertise to deepen understanding of Flow optimization. Your support can amplify our impact. Here’s how you can contribute to the [Flow Scanner](https://github.com/Flow-Scanner) project:
|
|
4
|
+
|
|
5
|
+
- ⭐ Star or follow the project.
|
|
6
|
+
- 📢 Share our work with your network.
|
|
7
|
+
- 💬 Share feedback to help us improve.
|
|
8
|
+
- 💻 Contribute code by submitting pull requests.
|
|
9
|
+
- 🤝 [Join as a member](https://register.lightningflowscanner.org/) to connect.
|
|
10
|
+
|
|
11
|
+
### I have a Question/Feedback
|
|
12
|
+
|
|
13
|
+
For general questions, ideas, or seeking input on topics that might (or might not) turn into issues, we recommend to use our [Discussions](https://github.com/orgs/Flow-Scanner/discussions) forum. This is best for open-ended conversations, brainstorming, and gathering community input before creating a feature request.
|
|
14
|
+
|
|
15
|
+
If it's more specific like a bug or a new feature—use [GitHub Issues](https://github.com/features/issues) instead. Before creating a new issue, please take a moment to search the existing [Issues](https://github.com/Flow-Scanner/lightning-flow-scanner/issues) to prevent duplicates. If you find something relevant, adding an upvote helps us understand demand and prioritize better. We've prepared a few templates to guide you through the process of issue reporting:
|
|
16
|
+
|
|
17
|
+
###### Core Engine - For issues or requests related to the core functionality of the scanner, use the following links to submit your request:
|
|
18
|
+
|
|
19
|
+
- [Report Issue](https://github.com/Flow-Scanner/lightning-flow-scanner/issues/new?template=bug_report.md): Report a bug or issue.
|
|
20
|
+
- [Rule Request](https://github.com/Flow-Scanner/lightning-flow-scanner/issues/new?template=rule-request.md): Submit a request for a new rule.
|
|
21
|
+
- [Features/Other](https://github.com/Flow-Scanner/lightning-flow-scanner/issues/new): Suggest a new feature or enhancement.
|
|
22
|
+
|
|
23
|
+
###### Platforms - For issues or requests related to specific platforms, use the appropriate link below:
|
|
24
|
+
|
|
25
|
+
- [CLI Plugin](https://github.com/Flow-Scanner/lightning-flow-scanner/issues)
|
|
26
|
+
- [Copado Plugin](https://github.com/Flow-Scanner/lightning-flow-scanner-copado/issues)
|
|
27
|
+
- [GitHub Action](https://github.com/Flow-Scanner/lightning-flow-scanner/issues)
|
|
28
|
+
- [Salesforce App](https://github.com/Flow-Scanner/lightning-flow-scanner-app/issues)
|
|
29
|
+
- [VS Code/Code Builder](https://github.com/Flow-Scanner/lightning-flow-scanner-vsx/issues)
|
|
30
|
+
|
|
31
|
+
###### Thank you
|
package/LICENSE.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2020
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2020
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|