SiteShadow
Back to vulnerability library

QP17 EditorConfig Presence

What this means

SiteShadow flagged that an .editorconfig (or equivalent shared editor settings) appears to be missing. This is a quality signal that can become a security signal when inconsistent whitespace/line endings make diffs noisier and reviews weaker.

Why it matters

Safer examples

1) Add a simple .editorconfig

Define indentation, line endings, and final newline rules once for the repo.

2) Combine with formatters/linters

Use Prettier/ESLint, Black/Ruff, gofmt, etc., and enforce in CI (see QP06).

3) Keep it minimal and universal

Start small; add language-specific overrides only when needed.

How SiteShadow detects it (high level)

References

---

← Back to Vulnerability Library

Request access View coverage