diff --git a/docs/fundamentals/code-analysis/quality-rules/ca2109.md b/docs/fundamentals/code-analysis/quality-rules/ca2109.md index b6d783497c154..cb94d249700d6 100644 --- a/docs/fundamentals/code-analysis/quality-rules/ca2109.md +++ b/docs/fundamentals/code-analysis/quality-rules/ca2109.md @@ -24,11 +24,6 @@ ms.author: gewarren A public or protected event-handling method was detected. -> [!NOTE] -> This rule has been deprecated. It last shipped with Microsoft.CodeAnalysis.Analyzers v3.3.0. -> -> The rule was removed because the threat that the analyzer warned about (an untrusted intermediary hooking a privileged event handler to a privileged event invoker) hasn't existed since .NET Framework 4.5. - ## Rule description An externally visible event-handling method presents a security issue that requires review.