Files
codeql/javascript/ql/test/query-tests/Security/CWE-614/ClearTextCookie.expected
2025-02-28 13:29:39 +01:00

17 lines
1.8 KiB
Plaintext

| tst-cleartextCookie.js:5:5:10:10 | res.coo ... }) | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:20:5:20:43 | res.coo ... ptions) | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:35:1:35:52 | js_cook ... alse }) | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:43:37:43:51 | "authKey=ninja" | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:63:13:63:27 | "authKey=ninja" | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:96:13:96:25 | "authKey=foo" | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:107:9:110:2 | session ... se }\\n}) | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:112:9:114:2 | session ... ret'\\n}) | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:116:9:119:2 | session ... : {}\\n}) | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:126:9:126:21 | session(sess) | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:150:9:158:2 | session ... Date\\n}) | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:162:33:162:58 | `authKe ... key()}` | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:175:5:175:19 | document.cookie | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:179:5:179:41 | cookies ... hkey()) | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:184:5:184:46 | cookie. ... hkey()) | Sensitive cookie sent without enforcing SSL encryption. |
| tst-cleartextCookie.js:193:33:193:74 | cookie. ... hkey()) | Sensitive cookie sent without enforcing SSL encryption. |