Skip to content

feat(detector): add Maven pom.xml drift detection (v0.1.10) - #3

Merged
yunaremaia merged 2 commits into
mainfrom
feat/maven-drift
Sep 4, 2026
Merged

feat(detector): add Maven pom.xml drift detection (v0.1.10)#3
yunaremaia merged 2 commits into
mainfrom
feat/maven-drift

Conversation

@yunaremaia

Copy link
Copy Markdown
Owner

Summary

  • Adds Maven drift detection: , , , vs README mentions (major-version comparison).
  • Bumps version to 0.1.10.

Test plan

  • 7 new unit tests covering parsing, no-drift, drift detection, and scan integration
  • All 58 tests pass
  • Version bumped to 0.1.10

Checks in v0.1.10

  • Maven (pom.xml vs README)
  • Docker (Dockerfile FROM tag vs README)
  • Java/Gradle (build.gradle sourceCompatibility/jvmTarget vs README)
  • Rust (rust-toolchain.toml + Cargo.toml vs README)
  • Node (package.json engines vs README)
  • Python (pyproject.toml requires-python vs README)
  • Go (go.mod directive vs README)
  • Line endings (.gitattributes)
  • Count (skills/ directory vs README)
  • Actions (GitHub Actions Node 20 → Node 24)
  • External resources (CDN links in delivered HTML)

Detects Java version drift between pom.xml (java.version,
maven.compiler.source/target, release) and README mentions.
Major-version comparison. 7 new tests covering parsing,
no-drift, drift detection, and scan integration.
@yunaremaia
yunaremaia merged commit 851b061 into main Sep 4, 2026
2 checks passed
@yunaremaia
yunaremaia deleted the feat/maven-drift branch September 4, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant