mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Autoformat
This commit is contained in:
@@ -86,9 +86,7 @@ class HttpCookiesElement extends XMLElement {
|
||||
/**
|
||||
* Holds if there any chance that `httpOnlyCookies` is set to `true`.
|
||||
*/
|
||||
predicate isHttpOnlyCookies() {
|
||||
getHttpOnlyCookies() = "true"
|
||||
}
|
||||
predicate isHttpOnlyCookies() { getHttpOnlyCookies() = "true" }
|
||||
|
||||
string getRequireSSL() { result = getAttribute("requireSSL").getValue().trim().toLowerCase() }
|
||||
|
||||
|
||||
@@ -322,7 +322,8 @@ class MicrosoftAspNetCoreBuilderCookiePolicyOptions extends RefType {
|
||||
/** The `Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions` class. */
|
||||
class MicrosoftAspNetCoreAuthenticationCookiesCookieAuthenticationOptions extends RefType {
|
||||
MicrosoftAspNetCoreAuthenticationCookiesCookieAuthenticationOptions() {
|
||||
this.hasQualifiedName("Microsoft.AspNetCore.Authentication.Cookies", "CookieAuthenticationOptions")
|
||||
this.hasQualifiedName("Microsoft.AspNetCore.Authentication.Cookies",
|
||||
"CookieAuthenticationOptions")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user