Skip to content

Commit a0a1dde

Browse files
committed
Update class name
1 parent f0ddfc9 commit a0a1dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/experimental/Security/CWE/CWE-1004/SensitiveCookieNotHttpOnly.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ class CookieTaintPreservingConstructor extends Constructor, TaintPreservingCalla
104104
}
105105

106106
/** The method call `toString` to get a stringified cookie representation. */
107-
class CookieInstanceExpr extends TaintPreservingCallable {
108-
CookieInstanceExpr() {
107+
class CookieToString extends TaintPreservingCallable {
108+
CookieToString() {
109109
this.getDeclaringType() instanceof CookieClass and
110110
this.hasName("toString")
111111
}

0 commit comments

Comments
 (0)