15 overrides of TaintedDataEnteringSinkDescriptor
Microsoft.CodeAnalysis.NetAnalyzers (15)
Microsoft.NetCore.Analyzers\Security\DoNotAddArchiveItemPathToTheTargetFileSystemPath.cs (1)
30protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\DoNotHardCodeCertificate.cs (1)
28protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\DoNotHardCodeEncryptionKey.cs (1)
28protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForCommandExecutionVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForDllInjectionVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForFilePathInjectionVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForInformationDisclosureVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForLdapInjectionVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForOpenRedirectVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForRegexInjectionVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForSqlInjectionVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForXamlInjectionVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForXmlInjectionVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForXPathInjectionVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
Microsoft.NetCore.Analyzers\Security\ReviewCodeForXssVulnerabilities.cs (1)
27protected override DiagnosticDescriptor TaintedDataEnteringSinkDescriptor => Rule;
4 references to TaintedDataEnteringSinkDescriptor
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Security\SourceTriggeredTaintedDataAnalyzerBase.cs (4)
45public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(TaintedDataEnteringSinkDescriptor); 75if (options.IsConfiguredToSkipAnalysis(TaintedDataEnteringSinkDescriptor, owningSymbol, compilation)) 227TaintedDataEnteringSinkDescriptor, 248this.TaintedDataEnteringSinkDescriptor,