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.
OnAppendCookieTrackingConfig
1 parent 4dd3ea3 commit 46531e6Copy full SHA for 46531e6
csharp/ql/src/experimental/dataflow/flowsources/AuthCookie.qll
@@ -159,7 +159,7 @@ deprecated class OnAppendCookieHttpOnlyTrackingConfig extends OnAppendCookieTrac
159
/**
160
* Tracks if a callback used in `OnAppendCookie` sets a cookie property to `true`.
161
*/
162
-abstract private class OnAppendCookieTrackingConfig extends DataFlow::Configuration {
+abstract deprecated private class OnAppendCookieTrackingConfig extends DataFlow::Configuration {
163
bindingset[this]
164
OnAppendCookieTrackingConfig() { any() }
165
0 commit comments