Skip to content

Commit

Permalink
Merge pull request #1990 from dotpaul/anothersdlrule
Browse files Browse the repository at this point in the history
Include CA5358 in LegacyRulesets
  • Loading branch information
dotpaul committed Jan 9, 2019
2 parents 2ce6d7c + d833755 commit 759b72f
Showing 1 changed file with 3 additions and 0 deletions.
@@ -1,6 +1,9 @@
<?xml version="1.0"?>
<RuleSet Name="Microsoft SDL 7.1 Required" Description="This rule set contains all Microsoft SDL 7.1 required rules." ToolsVersion="10.0">
<Include Path="..\AllRulesDisabled.ruleset" Action="Default" />
<Rules AnalyzerId="Microsoft.NetCore.Analyzers" RuleNamespace="Microsoft.NetCore.Analyzers">
<Rule Id="CA5358" Action="Warning" /> <!-- Do Not Use Unsafe Cipher Modes -->
</Rules>
<Rules AnalyzerId="Microsoft.NetCore.CSharp.Analyzers" RuleNamespace="Microsoft.NetCore.CSharp.Analyzers">
<Rule Id="CA5350" Action="Warning" /> <!-- Do Not Use Weak Cryptographic Algorithms -->
<Rule Id="CA5351" Action="Warning" /> <!-- Do Not Use Broken Cryptographic Algorithms -->
Expand Down

0 comments on commit 759b72f

Please sign in to comment.