Skip to content

Commit 46531e6

Browse files
hvitvedaschackmull
authored andcommitted
C#: Deprecate OnAppendCookieTrackingConfig
1 parent 4dd3ea3 commit 46531e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/experimental/dataflow/flowsources/AuthCookie.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ deprecated class OnAppendCookieHttpOnlyTrackingConfig extends OnAppendCookieTrac
159159
/**
160160
* Tracks if a callback used in `OnAppendCookie` sets a cookie property to `true`.
161161
*/
162-
abstract private class OnAppendCookieTrackingConfig extends DataFlow::Configuration {
162+
abstract deprecated private class OnAppendCookieTrackingConfig extends DataFlow::Configuration {
163163
bindingset[this]
164164
OnAppendCookieTrackingConfig() { any() }
165165

0 commit comments

Comments
 (0)