Watchful1 / UpdateMeBot

u/UpdateMeBot on reddit
37 stars 4 forks source link

Special characters are not escaped, e.g. in submission titles #112

Open o11c opened 2 years ago

o11c commented 2 years ago

I experienced this with a title containing unbalanced ]s, but a quick glance at the code shows a lot more potential injection problems.

You should probably use a proper markdown model rather than concatenating the strings in the first place, but it's tricky since there are so many dialects floating around, including 2 on Reddit itself ...