You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Topology Graph Support (pkg/topology/): Complete network topology graph builder with gateway identification, device clustering by subnet, and graph export capabilities.
OS/Device Fingerprinting Enhancements:
OUI (Organizationally Unique Identifier) module with zero-allocation lookup for MAC vendor identification.
TTL (Time To Live) fingerprinting module for OS detection.
Banner fingerprinting support for service identification.
Comprehensive test suites and benchmarks for all fingerprinting modules.
DevSecOps Documentation: Added docs/devsecops.md with security practices, vulnerability scanning procedures, and fuzzing guidelines.
Enhanced CI/CD Infrastructure:
Golangci-lint configuration (.golangci.yml) with strict linting rules.
Dependabot automation for dependency updates (dependabot.yml).
Fuzz testing CI workflow for automatic fuzzing on pull requests.
Govulncheck PR workflow for automated vulnerability scanning.
GPG-signed commit workflow for supply chain security.
Automated develop→main merge workflow with GPG signing.
Port Scanner Improvements: Enhanced port scanning logic with better concurrency handling and timeout calculations.
CI Workflow Updates: Refactored CI workflows for better separation of concerns and improved maintainability.
Dependency Updates:
actions/checkout: Bumped from v4 to v7 for enhanced features and security fixes.
actions/setup-go: Bumped from v5 to v6 for improved Go version handling.
Fixed
POSIX osPing Enhancement: Improved timeout parameter handling to properly convert milliseconds to whole seconds for Linux (-W flag) and milliseconds for macOS.
Golangci-lint Version Mismatch: Fixed CI compilation issue by compiling golangci-lint from source when necessary.
Security
All commits are now GPG-signed via automated workflow for supply chain integrity.
Added regular vulnerability scanning with govulncheck.
Enhanced CI linting with golangci-lint and security-focused configuration.