Uploaded image for project: 'Ruby Driver'
  1. Ruby Driver
  2. RUBY-2734

Prohibit embedded null bytes in strings used as BSON::Document hash keys, regexps and regexp options

    • Type: Icon: Spec Change Spec Change
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • bson-4.13.0
    • Affects Version/s: None
    • Component/s: Spec Comp
    • None
    • Fully Compatible

      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:
            neil.shweky@mongodb.com Neil Shweky (Inactive)
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: