Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-67877

Check BSON UUID type in validate command

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Execution Team 2022-07-25, Execution Team 2022-08-08

      Currently when we validate BSON Binary data type, we simply skip over it without further checking if the content comply to the specification. Valid UUIDs are 16-byte long but in BSON documents they can be arbitrary lengths and we do not check it. We need to make the validate command to catch this inconsistency while not for regular writes.

      We can already create BSON documents with an invalid UUID in the shell by 

      > db.test.insert({u: BinData(4, "deadbeaf")})
      WriteResult({ "nInserted" : 1 }) 

      We should also add unit tests for this.

            Assignee:
            richard.hausman@mongodb.com Richard Hausman (Inactive)
            Reporter:
            yuhong.zhang@mongodb.com Yuhong Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: