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