We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308326d commit f30f563Copy full SHA for f30f563
lib/mongo/monitoring/event/secure.rb
@@ -58,7 +58,7 @@ def sensitive?(command_name:, document:)
58
# According to Command Monitoring spec,for hello/legacy hello commands
59
# when speculativeAuthenticate is present, their commands AND replies
60
# MUST be redacted from the events.
61
- # 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
62
true
63
else
64
false
0 commit comments