mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update class name
This commit is contained in:
@@ -104,8 +104,8 @@ class CookieTaintPreservingConstructor extends Constructor, TaintPreservingCalla
|
||||
}
|
||||
|
||||
/** The method call `toString` to get a stringified cookie representation. */
|
||||
class CookieInstanceExpr extends TaintPreservingCallable {
|
||||
CookieInstanceExpr() {
|
||||
class CookieToString extends TaintPreservingCallable {
|
||||
CookieToString() {
|
||||
this.getDeclaringType() instanceof CookieClass and
|
||||
this.hasName("toString")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user