|
|
|
|
|
by axod
5894 days ago
|
|
Unless I've misunderstood their description: * They got some data
* The data has a "description" field
* They naively displayed that description field
* They then found to our horror that sometimes this
description field contains CC numbers :/
I don't think you can really blame them too much for that.It would be another story if they were actually storing CC numbers and 'accidentally' published them, but that doesn't seem to be what happened. |
|
if(/\d{4}((\s|-)?\d{4}){3}/){
}n.b. not trying to be a smart-ass, just saying it can't be that hard.