Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-73149 Literal and field name redaction for find command
  3. SERVER-74217

Literal abstraction and field name redaction for find command arguments

    • Type: Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • QO 2023-02-06, QO 2023-02-20, QO 2023-03-06, QO 2023-03-20, QO 2023-04-03

      The following arguments to find should have literal values abstracted.

      filter: <document>,
      projection: <document>,
      skip: <int>,
      limit: <int>,
      batchSize: <int>,
      maxTimeMS: <int>,
      max: <document>,
      min: <document>,
      noCursorTimeout: <bool>,
      let: <document> 

      The following arguments to find should have field names redacted.

      find: <string>
      filter: <document>
      sort: <document>
      projection: <document>
      hint: <document or string>,
      max: <document>,
      min: <document>,
      let: <document>

      All other arguments should be preserved.

            Assignee:
            ted.tuckman@mongodb.com Ted Tuckman
            Reporter:
            joshua.lapacik@mongodb.com Joshua Lapacik (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: