We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafdd47 commit 4a34f3dCopy full SHA for 4a34f3d
docs/exception_architecture.md
@@ -187,10 +187,8 @@ void func() try {
187
```
188
189
**As with invariant, be very careful when putting `noexcept` on a function that
190
-interacts with untrusted input.** This has caused bugs, such as
191
-[SERVER-94316](https://jira.mongodb.org/browse/SERVER-94316), where an error
192
-parsing untrusted input was able to cause an exception to reach a `noexcept`
193
-boundary.
+interacts with untrusted input.** This has been the root cause of serious past
+bugs.
194
195
### Adding or Removing noexcept
196
0 commit comments