fdce4ccd07
QA scan found duplicate show_progress function in analyze-historical-attacks.sh that's already available in lib/common-functions.sh. Changes: - Added source for lib/common-functions.sh - Removed local show_progress() definition - Added comment noting function is now sourced This reduces code duplication and ensures consistent progress display across all toolkit scripts.