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 40e8a90 commit e790ee7Copy full SHA for e790ee7
csharp/ql/src/experimental/dataflow/flowsources/AuthCookie.qll
@@ -175,7 +175,8 @@ abstract private class OnAppendCookieTrackingConfig extends DataFlow::Configurat
175
node2.asExpr() =
176
any(PropertyRead pr |
177
pr.getQualifier() = node1.asExpr() and
178
- pr.getProperty().getDeclaringType() instanceof MicrosoftAspNetCoreCookiePolicyAppendCookieContext
+ pr.getProperty().getDeclaringType() instanceof
179
+ MicrosoftAspNetCoreCookiePolicyAppendCookieContext
180
)
181
}
182
0 commit comments