Uploaded image for project: 'PHP Driver: Extension'
  1. PHP Driver: Extension
  2. PHPC-1897

Test serialization of BSON with embedded null bytes in strings

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.11.0
    • Affects Version/s: None
    • Component/s: Spec Comp
    • Labels:
      None

      Downstream changes: drivers should sync BSON corpus spec tests with mongodb/specifications@ff5d91f. Specifically:

      • There are new decodeErrors tests for document.json, regex.json, and top.json
      • There are new parseErrors tests for top.json
      • There are new prose tests for encoding BSON documents and regex types.

      Existing language in the spec was also relaxed to no longer require drivers to successfully parse parseErrors tests in binary.json and top.json with a non-Extended JSON parser (to check for general JSON syntax errors). Also, an allowance was made for drivers that parse Extended JSON directly into language types (with regard to evaluating parseErrors).


      Per DRIVERS-101, drivers are expected to validate that C strings do not contain embedded null bytes.

      We should add spec or prose tests to verify BSON C strings with embedded null bytes are rejected when serialized.

            Assignee:
            jmikola@mongodb.com Jeremy Mikola
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: