github projectdiscovery/vulnx v2.0.0

8 hours ago

v2.0.0

Breaking Changes

  • Renamed project from cvemap to vulnx (#432)
  • Binary renamed from cvemap to vulnx
  • Go module path changed to github.com/projectdiscovery/vulnx
  • Environment variable renamed from CVEMAP_API_URL to VULNX_API_URL
  • Migrated to v2 API endpoints (/v2/vulnerability/search, /v2/vulnerability/{id})
  • CLI restructured to use subcommand format (vulnx id, vulnx search, vulnx analyze)

What's Changed

  • Renamed binary entrypoint to cmd/vulnx/, removed cmd/cvemap/
  • Updated all internal imports, types, and client packages from cvemap to vulnx
  • Updated CI/CD: build/test paths, Docker build/push (projectdiscovery/vulnx)
  • Updated GoReleaser, Makefile, Dockerfile for vulnx binary
  • Reworked integration tests for v2 API mock server
  • Updated README, USAGE, DEVELOPMENT docs with new branding and commands

Full Changelog: v1.0.0...v2.0.0

Don't miss a new vulnx release

NewReleases is sending notifications on new releases.