victims / victims-web

The victims web application.
GNU Affero General Public License v3.0
8 stars 5 forks source link

Invalid hash value #60

Closed abn closed 11 years ago

abn commented 11 years ago

During dev on victims-lib, came across a bad data.

{$where:"this.hash.length > 128"}

Returned:

{
  ...
  "hash" : "bc0b8aea95b8b10cb81ebff35f72d190124a83230c88171805bd2ce4d3ff4b79bd8870adfc79a9c9331622475ec06c9d8b593de12bb1c0890a4308ff61ec6fb6 ",
  ...
}

Which was of length 129.

abn commented 11 years ago

We might need data checks in victims-web.

For now corrected this in the database. Closing.