File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
csharp/ql/src/experimental/dataflow/flowsources Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ class CookieOptionsTrackingConfiguration extends DataFlow::Configuration {
52
52
override predicate isSink ( DataFlow:: Node sink ) {
53
53
exists ( MicrosoftAspNetCoreHttpResponseCookies iResponse , MethodCall mc |
54
54
iResponse .getAppendMethod ( ) = mc .getTarget ( ) and
55
- mc .getNumberOfArguments ( ) > 2 and
56
55
mc .getArgument ( 2 ) = sink .asExpr ( )
57
56
)
58
57
}
@@ -144,7 +143,7 @@ class OnAppendCookieHttpOnlyTrackingConfig extends OnAppendCookieTrackingConfig
144
143
/**
145
144
* Tracks if a callback used in `OnAppendCookie` sets a cookie property to `true`.
146
145
*/
147
- abstract class OnAppendCookieTrackingConfig extends DataFlow:: Configuration {
146
+ private abstract class OnAppendCookieTrackingConfig extends DataFlow:: Configuration {
148
147
bindingset [ this ]
149
148
OnAppendCookieTrackingConfig ( ) { any ( ) }
150
149
You can’t perform that action at this time.
0 commit comments