|
| 1 | +extensions: |
| 2 | + - addsTo: |
| 3 | + pack: codeql/rust-all |
| 4 | + extensible: sinkModel |
| 5 | + data: |
| 6 | + - ["<poem::web::cookie::CookieJar>::add", "Argument[0]", "cookie-use", "manual"] |
| 7 | + - ["<poem::web::cookie::SignedCookieJar>::add", "Argument[0]", "cookie-use", "manual"] |
| 8 | + - ["<poem::web::cookie::PrivateCookieJar>::add", "Argument[0]", "cookie-use", "manual"] |
| 9 | + - ["<poem::session::server_session::ServerSession>::new", "Argument[0]", "cookie-use", "manual"] |
| 10 | + - addsTo: |
| 11 | + pack: codeql/rust-all |
| 12 | + extensible: summaryModel |
| 13 | + data: |
| 14 | + - ["<poem::web::cookie::Cookie>::set_secure", "Argument[self].OptionalBarrier[cookie-secure-arg0]", "Argument[self]", "taint", "manual"] |
| 15 | + - ["<poem::session::cookie_config::CookieConfig>::secure", "Argument[self].OptionalBarrier[cookie-secure-arg0]", "ReturnValue", "taint", "manual"] |
| 16 | + - ["<poem::session::cookie_config::CookieConfig>::partitioned", "Argument[self].OptionalBarrier[cookie-partitioned-arg0]", "ReturnValue", "taint", "manual"] |
| 17 | + - ["<poem::session::cookie_config::CookieConfig>::name", "Argument[self]", "ReturnValue", "taint", "manual"] |
| 18 | + - ["<poem::session::cookie_config::CookieConfig>::path", "Argument[self]", "ReturnValue", "taint", "manual"] |
| 19 | + - ["<poem::session::cookie_config::CookieConfig>::domain", "Argument[self]", "ReturnValue", "taint", "manual"] |
| 20 | + - ["<poem::session::cookie_config::CookieConfig>::http_only", "Argument[self]", "ReturnValue", "taint", "manual"] |
| 21 | + - ["<poem::session::cookie_config::CookieConfig>::same_site", "Argument[self]", "ReturnValue", "taint", "manual"] |
| 22 | + - ["<poem::session::cookie_config::CookieConfig>::max_age", "Argument[self]", "ReturnValue", "taint", "manual"] |
0 commit comments