Files
Linux-Server-Management-Too…/modules
Developer dc6ce93eef CRITICAL FIX: Guard unprotected header_score comparison at line 1815
Line 1815: Changed from [ "$header_score" -ge 8 ] to [ "${header_score:-0}" -ge 8 ]
- This was another unprotected array variable access in the threat scoring loop
- Missed in previous fix - now ALL array accesses in scoring loop are guarded

This ensures script continues past 'Calculating threat scores...' phase.
2026-04-23 20:27:22 -04:00
..