We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8234a50 commit e3bfc4bCopy full SHA for e3bfc4b
csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImplSpecific.qll
@@ -201,6 +201,8 @@ private string getContentSpecificCsv(Content c) {
201
string getComponentSpecificCsv(SummaryComponent sc) {
202
exists(Content c | sc = TContentSummaryComponent(c) and result = getContentSpecificCsv(c))
203
or
204
+ exists(Content c | sc = TWithoutContentSummaryComponent(c) and result = "WithoutElement")
205
+ or
206
exists(ReturnKind rk |
207
sc = TReturnSummaryComponent(rk) and
208
result = "ReturnValue[" + rk + "]" and
0 commit comments