19 references to Flagged
Microsoft.CodeAnalysis.NetAnalyzers (19)
Microsoft.NetCore.Analyzers\Security\DoNotDisableHttpClientCRLCheck.cs (4)
69
return PropertySetAbstractValue.GetInstance(PropertySetAbstractValueKind.
Flagged
, PropertySetAbstractValueKind.
Flagged
);
98
PropertySetAbstractValueKind.
Flagged
=> abstractValue[CheckCertificateRevocationListIndex] switch
100
PropertySetAbstractValueKind.
Flagged
=> HazardousUsageEvaluationResult.Flagged,
Microsoft.NetCore.Analyzers\Security\DoNotInstallRootCert.cs (1)
65
PropertySetAbstractValueKind.
Flagged
=> HazardousUsageEvaluationResult.Flagged,
Microsoft.NetCore.Analyzers\Security\DoNotUseCreateEncryptorWithNonDefaultIV.cs (1)
65
return PropertySetAbstractValueKind.
Flagged
;
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJavascriptSerializerWithSimpleTypeResolver.cs (2)
67
PropertySetAbstractValueKind.
Flagged
=> HazardousUsageEvaluationResult.Flagged,
119
kind = PropertySetAbstractValueKind.
Flagged
;
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJsonNetWithoutBinder.cs (1)
77
PropertySetAbstractValueKind.
Flagged
); // Binder / SerializationBinder defaults to null.
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerWithoutBinderBase.cs (1)
66
private static readonly ConstructorMapper ConstructorMapper = new(ImmutableArray.Create(PropertySetAbstractValueKind.
Flagged
));
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureSettingsForJsonNet.cs (1)
76
PropertySetAbstractValueKind.
Flagged
); // Binder / SerializationBinder defaults to null.
Microsoft.NetCore.Analyzers\Security\DoNotUseWeakKDFInsufficientIterationCount.cs (2)
63
PropertySetAbstractValueKind.
Flagged
=> HazardousUsageEvaluationResult.Flagged,
101
var kind = DefaultIterationCount >= sufficientIterationCount ? PropertySetAbstractValueKind.Unflagged : PropertySetAbstractValueKind.
Flagged
;
Microsoft.NetCore.Analyzers\Security\SetHttpOnlyForHttpCookie.cs (1)
46
return PropertySetAbstractValue.GetInstance(PropertySetAbstractValueKind.
Flagged
);
Microsoft.NetCore.Analyzers\Security\UseSecureCookiesASPNetCore.cs (2)
56
PropertySetAbstractValueKind.
Flagged
));
70
PropertySetAbstractValueKind.
Flagged
=> HazardousUsageEvaluationResult.Flagged,
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetCallbacks.cs (3)
27
NullAbstractValue.Null => PropertySetAbstractValueKind.
Flagged
,
83
return PropertySetAbstractValueKind.
Flagged
;
194
if (propertySetAbstractValue[i] != PropertySetAbstractValueKind.
Flagged
)