eslint-plugin-secure-coding 2.3.1 → 2.3.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -412,7 +412,7 @@ A: Yes, fully compatible.
|
|
|
412
412
|
|
|
413
413
|
## 🔗 Related ESLint Plugins
|
|
414
414
|
|
|
415
|
-
Part of the **
|
|
415
|
+
Part of the **Interlace ESLint Ecosystem** — AI-native security plugins with LLM-optimized error messages:
|
|
416
416
|
|
|
417
417
|
### Migration Guide (v3.0.0)
|
|
418
418
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-secure-coding",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"description": "Security-focused ESLint plugin with 89 AI-parseable rules for detecting and preventing vulnerabilities. OWASP Top 10 2021 + Mobile Top 10 2024 coverage, CWE references, and AI-assisted fix guidance.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -83,4 +83,4 @@
|
|
|
83
83
|
"@vitest/coverage-v8": "^4.0.6",
|
|
84
84
|
"vitest": "^4.0.6"
|
|
85
85
|
}
|
|
86
|
-
}
|
|
86
|
+
}
|