Skip to content

Commit

Permalink
Run pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Dec 13, 2022
1 parent d5f98d0 commit 79dcefc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 33 deletions.
60 changes: 30 additions & 30 deletions src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif
Original file line number Diff line number Diff line change
Expand Up @@ -4803,7 +4803,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "DoNotAddSchemaByURL",
"typeName": "DoNotAddSchemaByURLAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand Down Expand Up @@ -4963,7 +4963,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "DoNotDisableCertificateValidation",
"typeName": "DoNotDisableCertificateValidationAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -4983,7 +4983,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "DoNotCallDangerousMethodsInDeserialization",
"typeName": "DoNotCallDangerousMethodsInDeserializationAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand Down Expand Up @@ -5046,7 +5046,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "DoNotDisableRequestValidation",
"typeName": "DoNotDisableRequestValidationAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5066,7 +5066,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "DoNotUseDeprecatedSecurityProtocols",
"typeName": "DoNotUseDeprecatedSecurityProtocolsAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5086,7 +5086,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "DoNotDisableHTTPHeaderChecking",
"typeName": "DoNotDisableHTTPHeaderCheckingAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5106,7 +5106,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "UseXmlReaderForDataSetReadXml",
"typeName": "UseXmlReaderForDataSetReadXmlAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand Down Expand Up @@ -5147,7 +5147,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "SetViewStateUserKey",
"typeName": "SetViewStateUserKeyAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5167,7 +5167,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "UseXmlReaderForDeserialize",
"typeName": "UseXmlReaderForDeserializeAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5187,7 +5187,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "UseXmlReaderForValidatingReader",
"typeName": "UseXmlReaderForValidatingReaderAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5207,7 +5207,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "UseXmlReaderForSchemaRead",
"typeName": "UseXmlReaderForSchemaReadAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5227,7 +5227,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "UseXmlReaderForXPathDocument",
"typeName": "UseXmlReaderForXPathDocumentAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5247,7 +5247,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "DoNotUseObsoleteKDFAlgorithm",
"typeName": "DoNotUseObsoleteKDFAlgorithmAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5267,7 +5267,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "DoNotUseXslTransform",
"typeName": "DoNotUseXslTransformAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5287,7 +5287,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "DoNotUseAccountSAS",
"typeName": "DoNotUseAccountSASAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5307,7 +5307,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "UseSharedAccessProtocolHttpsOnly",
"typeName": "UseSharedAccessProtocolHttpsOnlyAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5328,7 +5328,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "UseContainerLevelAccessPolicy",
"typeName": "UseContainerLevelAccessPolicyAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand Down Expand Up @@ -5370,7 +5370,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "DoNotUseWeakKDFAlgorithm",
"typeName": "DoNotUseWeakKDFAlgorithmAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand Down Expand Up @@ -5478,7 +5478,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "DoNotUseDSA",
"typeName": "DoNotUseDSAAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5498,7 +5498,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": true,
"typeName": "UseRSAWithSufficientKeySize",
"typeName": "UseRSAWithSufficientKeySizeAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5518,7 +5518,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "DoNotUseDeprecatedSecurityProtocols",
"typeName": "DoNotUseDeprecatedSecurityProtocolsAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand Down Expand Up @@ -5582,7 +5582,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "DoNotAddArchiveItemPathToTheTargetFileSystemPath",
"typeName": "DoNotAddArchiveItemPathToTheTargetFileSystemPathAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5603,7 +5603,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "DoNotHardCodeEncryptionKey",
"typeName": "DoNotHardCodeEncryptionKeyAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5624,7 +5624,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "UseAutoValidateAntiforgeryToken",
"typeName": "UseAutoValidateAntiforgeryTokenAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5645,7 +5645,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "UseDefaultDllImportSearchPathsAttribute",
"typeName": "UseDefaultDllImportSearchPathsAttributeAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5665,7 +5665,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "UseDefaultDllImportSearchPathsAttribute",
"typeName": "UseDefaultDllImportSearchPathsAttributeAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5685,7 +5685,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "DoNotUseInsecureRandomness",
"typeName": "DoNotUseInsecureRandomnessAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5705,7 +5705,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "UseAutoValidateAntiforgeryToken",
"typeName": "UseAutoValidateAntiforgeryTokenAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand All @@ -5726,7 +5726,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "SetHttpOnlyForHttpCookie",
"typeName": "SetHttpOnlyForHttpCookieAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand Down Expand Up @@ -5876,7 +5876,7 @@
"properties": {
"category": "Security",
"isEnabledByDefault": false,
"typeName": "DoNotHardCodeCertificate",
"typeName": "DoNotHardCodeCertificateAnalyzer",
"languages": [
"C#",
"Visual Basic"
Expand Down
3 changes: 0 additions & 3 deletions src/NetAnalyzers/RulesMissingDocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ CA1510 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-
CA1511 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1511> | Use ArgumentException throw helper |
CA1512 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1512> | Use ArgumentOutOfRangeException throw helper |
CA1513 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1513> | Use ObjectDisposedException throw helper |
CA1852 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852> | Seal internal types |
CA1853 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1853> | Unnecessary call to 'Dictionary.ContainsKey(key)' |
CA1855 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1855> | Prefer 'Clear' over 'Fill' |
CA1856 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1856> | Incorrect usage of ConstantExpected attribute |
CA1857 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1857> | A constant is expected for the parameter |

0 comments on commit 79dcefc

Please sign in to comment.