Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/mongo/monitoring/event/secure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def sensitive?(command_name:, document:)
# According to Command Monitoring spec,for hello/legacy hello commands
# when speculativeAuthenticate is present, their commands AND replies
# MUST be redacted from the events.
# See https://github.com/mongodb/specifications/blob/master/source/command-monitoring/command-monitoring.rst#security
# See https://github.com/mongodb/specifications/blob/master/source/command-logging-and-monitoring/command-logging-and-monitoring.rst#security
true
else
false
Expand Down