Skip to content

Commit d167932

Browse files
authored
Revert "Add deprecation-notice to rule CA2109" (#32980)
1 parent 5082ded commit d167932

File tree

1 file changed

+0
-5
lines changed
  • docs/fundamentals/code-analysis/quality-rules

1 file changed

+0
-5
lines changed

docs/fundamentals/code-analysis/quality-rules/ca2109.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ ms.author: gewarren
2424

2525
A public or protected event-handling method was detected.
2626

27-
> [!NOTE]
28-
> This rule has been deprecated. It last shipped with Microsoft.CodeAnalysis.Analyzers v3.3.0.
29-
>
30-
> 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.
31-
3227
## Rule description
3328

3429
An externally visible event-handling method presents a security issue that requires review.

0 commit comments

Comments
 (0)