v2.0.0
Breaking Changes
- Renamed project from cvemap to vulnx (#432)
- Binary renamed from
cvemaptovulnx - Go module path changed to
github.com/projectdiscovery/vulnx - Environment variable renamed from
CVEMAP_API_URLtoVULNX_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/, removedcmd/cvemap/ - Updated all internal imports, types, and client packages from
cvemaptovulnx - Updated CI/CD: build/test paths, Docker build/push (
projectdiscovery/vulnx) - Updated GoReleaser, Makefile, Dockerfile for
vulnxbinary - 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