fix(fuzz): use normalized path parameter for frequency dedupe#7031
fix(fuzz): use normalized path parameter for frequency dedupe#7031juzigu40-ui wants to merge 2 commits intoprojectdiscovery:devfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
WalkthroughA frequency checking mechanism in the HTTP fuzzing execution logic was updated to evaluate actual parameter values instead of raw parameter values when determining if a request should be skipped. A corresponding test was added to verify this behavior. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Neo - PR Security ReviewCaution Review could not be completed Review could not be completed. Please retry with Suggestion: Try again with Comment |
Summary
actualParameter) in fuzz frequency checksValidation
go test ./pkg/fuzz -run TestExecWithInputUsesActualParameterForFrequency -count=1Ref: #6398
Summary by CodeRabbit
Bug Fixes
Tests