jamespatriot / kaptcha

Automatically exported from code.google.com/p/kaptcha
Other
0 stars 0 forks source link

The kaptcha dictionary includes offensive language #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use it...
2.
3.

What is the expected output? What do you see instead?

Our users don't like being asked to type in swear words (prudish, I know). We 
are using the default word generator implementation.

What version of the product are you using? On what operating system?

2.3

Please provide any additional information below.

Original issue reported on code.google.com by oliver.e...@gmail.com on 5 Aug 2010 at 10:54

GoogleCodeExporter commented 9 years ago
ah, sorry. Please ignore - I have found the word source

SELECT  cw.word
FROM    site.captcha_word AS cw
where word like '%ucker%'

etc...

Original comment by oliver.e...@gmail.com on 5 Aug 2010 at 10:59

GoogleCodeExporter commented 9 years ago
I have no idea what the fuck you are talking about. There is no SQL in kaptcha. 

Original comment by latch...@gmail.com on 5 Aug 2010 at 11:29

GoogleCodeExporter commented 9 years ago
Sorry.. I didn't make myself clear. The bug can be ignored (i don't see a way 
to cancel bugs I raise myself, only delete my comments)

Yes, the bug is invalid - the word source is in our own database. Where-ever it 
was sourced from has been lost in the mists of tech-time, but it seemed to 
concentrate on racial and sexual slurs with a neat side line in right wing 
dictators. The only good/bad thing about it was I got to write an extremely 
offensive SQL update query to remove all the words we don't want to use in our 
kaptcha.

Original comment by oliver.e...@gmail.com on 5 Aug 2010 at 9:15