-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document new Roslyn Analyzer Rules for Wilson Token Validation #25911
Document new Roslyn Analyzer Rules for Wilson Token Validation #25911
Conversation
* CA5404: Do not disable token validation checks * CA5405: Do not always skip token validation in delegates New Roslyn Analyzer Rules PR: dotnet/roslyn-analyzers#5420
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding these. Please also add them to the TOC, the index for all CA rules, and the index for security rules.
Incorporating Genevieve Warren's feedback/suggestions (much appreciated!) Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
…hub.com/TimHannMSFT/docs into timhann/DocumentWilsonSecurityAnalyzers
Thanks for the pointer here (and the other suggestions). I think everything's incorporated now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple more small things to fix. I don't want to approve it until the analyzer itself is merged.
docs/fundamentals/code-analysis/quality-rules/security-warnings.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Analyzer code has now been merged (dotnet/roslyn-analyzers#5420) |
Summary
New Roslyn Analyzer Rules PR: dotnet/roslyn-analyzers#5420