validateBSON should assert that Array elements have indexes from 0...n

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Won't Do
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Networking
    • Platforms 2017-12-18, Platforms 2018-01-01, Platforms 2018-01-15, Security 2020-02-10, Security 2020-02-24, Security 2020-03-09, Security 2020-03-23
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      According to the BSON spec, "The document for an array is a normal BSON document with integer values for the keys, starting with 0 and continuing sequentially". Currently, we validate BSON in validateBSON. validateBSON treats arrays exactly like nested BSON. We should add an additional check, which verifies that the first index is '0', and each subsequent key is sequential.

              Assignee:
              Spencer Jackson
              Reporter:
              Spencer Jackson
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated:
                Resolved: