Contributed a fix to improve project documentation by updating the README.md.
Issue: #2839
🔗 Pull Request #2840
Added a built-in function get_plugin_components to list the tags available for a component.
Due to the modular structure of Zeek, the change involved modifying 7 files.
Issue: #4221
- Initial Implementation: PR #4543
- Squashed and Merged: PR #4604
- Final Renaming of Functions: PR #4606
Refactored Windows exec payload CMD handling into a shared mixin to reduce duplicated logic across payload implementations. Issue: #21365
- Refactor and Initial Implementation: PR #21460
Added CVE-2026-46333 Linux post-exploitation support and unified hash reporting via a shared mixin. Issue: #21471
- Implementation: PR #21472