Module CookieWithoutSecure
Provides classes and predicates for identifying HTTP cookies without the Secure attribute.
Import path
import semmle.go.security.CookieWithoutSecureImports
| DataFlow | Provides a library for local (intra-procedural) and global (inter-procedural) data flow analysis: deciding whether data can flow from a source to a sink. |
| HTTP | Provides classes for working with HTTP-related concepts such as requests and responses. |
| go | Provides classes for working with Go programs. |
Predicates
| isInsecureCookie | Holds if |
| isInsecureDefault | Holds if |
| isInsecureDirect | Holds if |
Aliases
| BooleanCookieSecureFlow | Tracks flow from boolean expressions to the |