#PR Ready for Review: Template Profile Improvements (#7148) — Awaiting Review (5 Days)

1 messages · Page 1 of 1 (latest)

wanton charm
#

not sure you need to post it multiple spots...

frail ruin
#

Hey @wanton charm — fair point, apologies for the double post earlier! Won't happen again.

Just a gentle follow-up on PR #7148 (Template Profile Improvements for #5567). It's been sitting in review for about a week now.

Quick status:
• All CI checks pass (Ubuntu, macOS, Windows)
• CodeRabbit AI — zero outstanding issues across 4 review rounds
• Neo Security Bot — no security issues found
• 18 unit tests covering every edge case

The implementation is a self-contained preprocessing layer in pkg/types/profile.go — no goflags fork needed, fully backward-compatible. Three files changed, zero dependencies added.

@dwisiswant0 @tarunKoyalwar — would really appreciate a review when you get a chance! Happy to address any feedback immediately. 🙏

PR: https://github.com/projectdiscovery/nuclei/pull/7148

GitHub

Proposed changes
This PR implements the complete Template Profile Improvements spec from #5567 via a backward-compatible preprocessing layer that runs before goflags.MergeConfigFile, requiring zero...