autoremediator 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,6 +44,23 @@ Core pipeline behavior:
44
44
 
45
45
  Safety and policy controls are applied through each stage.
46
46
 
47
+ ## Trust and Advisory Sources
48
+
49
+ The remediation engine relies on public vulnerability intelligence sources and deterministic policy checks.
50
+
51
+ Primary sources:
52
+
53
+ - [OSV](https://osv.dev)
54
+ - [GitHub Advisory Database](https://github.com/advisories)
55
+ - [NVD](https://nvd.nist.gov)
56
+
57
+ Trust controls:
58
+
59
+ - correlate advisory data with local dependency inventory before action
60
+ - prefer safe version remediation when fixed versions are available
61
+ - emit structured evidence so every remediation attempt is traceable
62
+ - preserve unresolved status when confidence or validation gates fail
63
+
47
64
  ## Surfaces
48
65
 
49
66
  - CLI: workflow and CI execution
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "autoremediator",
3
3
  "private": false,
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "description": "Automated CVE remediation for Node.js dependencies with CLI, SDK, MCP, and scanner-to-fix workflows.",
6
6
  "keywords": [
7
7
  "security-remediation",