mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
C#: Deprecate OnAppendCookieTrackingConfig
This commit is contained in:
committed by
Anders Schack-Mulligen
parent
4dd3ea3798
commit
46531e653d
@@ -159,7 +159,7 @@ deprecated class OnAppendCookieHttpOnlyTrackingConfig extends OnAppendCookieTrac
|
||||
/**
|
||||
* Tracks if a callback used in `OnAppendCookie` sets a cookie property to `true`.
|
||||
*/
|
||||
abstract private class OnAppendCookieTrackingConfig extends DataFlow::Configuration {
|
||||
abstract deprecated private class OnAppendCookieTrackingConfig extends DataFlow::Configuration {
|
||||
bindingset[this]
|
||||
OnAppendCookieTrackingConfig() { any() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user