Skip to content

Add Builder Sanitization Note - #186

Open
shuangela wants to merge 2 commits into
10gen:mainfrom
shuangela:add-note-java
Open

Add Builder Sanitization Note#186
shuangela wants to merge 2 commits into
10gen:mainfrom
shuangela:add-note-java

Conversation

@shuangela

@shuangela shuangela commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

Add note for https://jira.mongodb.org/browse/DOCSP-62724

PR to add this note to the JVM drivers (except for Scala, which does not have a builders page. A fast follow for a Scala builders page is planned): https://github.com/10gen/docs-mongodb-internal/pull/23264

@norareidy norareidy left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with wording suggestion

Comment thread dbx/jvm/builders-note.rst Outdated
Comment on lines +3 to +4
The builder classes pass values to the underlying MongoDB
operation. The builders are not a security sanitization layer.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: the connection between these two sentences is a little unclear, could reword to:

Suggested change
The builder classes pass values to the underlying MongoDB
operation. The builders are not a security sanitization layer.
The builder classes pass input values to the underlying MongoDB
operation and do not sanitize these values.

@shuangela shuangela changed the title Add Note Add Builder Sanitization Note Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants