mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
import rust
|
|
import codeql.rust.dataflow.DataFlow
|
|
import codeql.rust.security.InsecureCookieExtensions
|
|
|
|
from DataFlow::Node node, string state, boolean value
|
|
where InsecureCookie::cookieSetNode(node, state, value)
|
|
select node, state, value
|