Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add removal notice
  • Loading branch information
x789 committed Oct 16, 2022
commit a7b2841d74eaf500ae821bd1639b48c9c18f981b
5 changes: 5 additions & 0 deletions docs/fundamentals/code-analysis/quality-rules/ca2109.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ ms.author: gewarren

A public or protected event-handling method was detected.

> [!NOTE]
> This rule last shipped with Microsoft.CodeAnalysis.Analyzers v3.3.0.
>
> It was removed because the threat that the analyzer warned about (an untrusted intermediary hooking a privileged event handler to a privileged event invoker) did not exist since .NET 4.5.

## Rule description

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