eslint-plugin-secure-coding 2.3.1 → 2.3.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 +1 -1
  2. package/package.json +1 -1
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 **Forge-JS ESLint Ecosystem** — AI-native security plugins with LLM-optimized error messages:
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.1",
3
+ "version": "2.3.2",
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",