x-fidelity 5.4.0 → 5.7.4
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/README.md +11 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/demoConfig/node-fullstack.json +0 -1
- package/dist/index.js +11338 -4846
- package/dist/index.js.map +3 -3
- package/dist/xfidelity +11338 -4846
- package/package.json +8 -7
- package/dist/demoConfig/rules/extractPackageVersion-iterative-rule.json +0 -23
package/README.md
CHANGED
|
@@ -106,6 +106,17 @@ The tool is designed to be highly customizable, allowing teams to define their o
|
|
|
106
106
|
- **Enhanced Remote Validation:** Support for remote string validation via the `invalidRemoteValidation` operator. This operator allows x‑fidelity to send extracted string values to an external API (with interpolated parameters such as "#MATCH#") to validate them. (See the sample rule `invalidSystemIdConfigured-iterative-rule.json` in the demo config.)
|
|
107
107
|
- **GitHub Webhook Integration:** The config server now exposes endpoints (e.g. `/github-config-update` and `/github-pull-request-check`) that let you trigger configuration reloads and validation checks automatically when a GitHub event (push or pull request) occurs.
|
|
108
108
|
|
|
109
|
+
### Rule Builder GUI
|
|
110
|
+
|
|
111
|
+
Create X-Fidelity rules visually with our interactive web-based Rule Builder:
|
|
112
|
+
|
|
113
|
+
- **Visual Editor**: Build rules using a tree and form interface
|
|
114
|
+
- **Live JSON Sync**: Edit JSON directly with bidirectional updates
|
|
115
|
+
- **Templates**: Start from pre-built templates for common use cases
|
|
116
|
+
- **Simulation**: Test rules against sample code before deployment
|
|
117
|
+
|
|
118
|
+
[Launch Rule Builder](https://zotoio.github.io/x-fidelity/rule-builder/) | [Documentation](https://zotoio.github.io/x-fidelity/docs/rules/rule-builder-guide)
|
|
119
|
+
|
|
109
120
|
## Components and entity names to understand
|
|
110
121
|
|
|
111
122
|
- **Archetype**: A predefined configuration template for a specific type of project or technology stack. It defines the rules, operators, facts, and other settings to be applied during analysis.
|