DanElbert / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-password: RepeatCharacterRegexRule doesnt find all repeted characters #139

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Evaluate the following password with RepeatCharacterRegexRule with sequence 
length set to 3: "111111aaaaaaAAAAA"
2.When rule is validated look for the "match" parameter.
3.Only "111" is set as matched.

What is the expected output? What do you see instead?
It should be "11111", "aaaaa", "AAAA"

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

Please provide any additional information below.

Original issue reported on code.google.com by chepech@gmail.com on 3 Oct 2012 at 6:48

GoogleCodeExporter commented 8 years ago

Original comment by dfis...@gmail.com on 5 Dec 2012 at 4:22

GoogleCodeExporter commented 8 years ago
Can you provide a regular expression that does the grouping you want?

Original comment by dfis...@gmail.com on 5 Dec 2012 at 4:56

GoogleCodeExporter commented 8 years ago
Issue abandoned by the reporter.

Original comment by dfis...@gmail.com on 24 Apr 2013 at 9:10