Files
codeql/python/ql/test/query-tests/Security/CWE-614-InsecureCookie/InsecureCookie.expected
Joe Farebrother 9f5bfeb7f4 Update test output
2025-09-24 15:03:40 +01:00

4 lines
370 B
Plaintext

| test.py:8:5:8:40 | ControlFlowNode for Attribute() | Cookie is added to response without the 'secure' flag being set. |
| test.py:10:5:10:57 | ControlFlowNode for Attribute() | Cookie is added to response without the 'secure' flag being set. |
| test.py:11:5:11:60 | ControlFlowNode for Attribute() | Cookie is added to response without the 'secure' flag being set. |