Skip to:
Content

bbPress.org

Opened 8 years ago

Last modified 4 months ago

#2950 new defect (bug)

Duplicate reply detection can be fooled with a return

Reported by: rmens's profile rmens Owned by:
Milestone: 2.7 Priority: low
Severity: minor Version:
Component: General - Content Creation Keywords: good-first-bug needs-patch
Cc:

Description

bbPress duplicate replies can be fooled by adding a return at the end of a post. bbPress strips this return in the final submission, but it's not considered at duplicate reply detection.

I tested it here:

https://bbpress.org/forums/topic/php7-compatibility/#post-174704

http://i.imgur.com/I6Gxztg.png

Change History (2)

#1 @thebrandonallen
8 years ago

  • Component changed from General to Component - Replies
  • Milestone changed from Awaiting Review to Under Consideration

This could probably be improved to handle basic cases like this.

#2 @johnjamesjacoby
7 years ago

  • Component changed from Component - Replies to General - Content Creation
  • Keywords good-first-bug needs-patch added
  • Milestone changed from Under Consideration to 2.7
  • Priority changed from normal to low
  • Severity changed from normal to minor

Let’s not get too crazy. Situations like punycode can deepen this rabbit hole by a mile.

Moving to 2.7.

Note: See TracTickets for help on using tickets.