21 references to Unflagged
Microsoft.CodeAnalysis.NetAnalyzers (21)
Microsoft.NetCore.Analyzers\Security\DoNotDisableHttpClientCRLCheck.cs (1)
107
PropertySetAbstractValueKind.
Unflagged
=> HazardousUsageEvaluationResult.Unflagged,
Microsoft.NetCore.Analyzers\Security\DoNotInstallRootCert.cs (1)
103
var kind = PropertySetAbstractValueKind.
Unflagged
;
Microsoft.NetCore.Analyzers\Security\DoNotUseCreateEncryptorWithNonDefaultIV.cs (1)
57
return PropertySetAbstractValue.GetInstance(PropertySetAbstractValueKind.
Unflagged
);
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJavascriptSerializerWithSimpleTypeResolver.cs (6)
68
PropertySetAbstractValueKind.
Unflagged
=> HazardousUsageEvaluationResult.Unflagged,
102
kind = PropertySetAbstractValueKind.
Unflagged
;
113
kind = PropertySetAbstractValueKind.
Unflagged
;
131
kind = PropertySetAbstractValueKind.
Unflagged
;
143
kind = PropertySetAbstractValueKind.
Unflagged
;
150
kind = PropertySetAbstractValueKind.
Unflagged
;
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJsonNetWithoutBinder.cs (3)
76
PropertySetAbstractValueKind.
Unflagged
, // TypeNameHandling defaults to None.
83
PropertySetAbstractValueKind.
Unflagged
,
84
PropertySetAbstractValueKind.
Unflagged
);
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureSettingsForJsonNet.cs (3)
75
PropertySetAbstractValueKind.
Unflagged
, // TypeNameHandling defaults to None.
82
PropertySetAbstractValueKind.
Unflagged
,
83
PropertySetAbstractValueKind.
Unflagged
);
Microsoft.NetCore.Analyzers\Security\DoNotUseWeakKDFInsufficientIterationCount.cs (1)
101
var kind = DefaultIterationCount >= sufficientIterationCount ? PropertySetAbstractValueKind.
Unflagged
: PropertySetAbstractValueKind.Flagged;
Microsoft.NetCore.Analyzers\Security\SetHttpOnlyForHttpCookie.cs (1)
55
PropertySetAbstractValueKind.
Unflagged
));
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetCallbacks.cs (4)
29
NullAbstractValue.NotNull => PropertySetAbstractValueKind.
Unflagged
,
58
return PropertySetAbstractValueKind.
Unflagged
;
93
return PropertySetAbstractValueKind.
Unflagged
;
199
if (propertySetAbstractValue[i] == PropertySetAbstractValueKind.
Unflagged
)