mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Add .expected
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
| django_bad.py:6:5:6:49 | Attribute() | Cookie is added to response without the 'secure' flag being set. |
|
||||
| django_bad.py:12:5:12:50 | Attribute() | Cookie is added to response without the 'secure' flag being set. |
|
||||
| flask_bad.py:9:5:9:56 | Attribute() | Cookie is added to response without the 'secure' flag being set. |
|
||||
| flask_bad.py:16:5:16:55 | Attribute() | Cookie is added to response without the 'secure' flag being set. |
|
||||
| flask_bad.py:23:5:23:30 | Subscript | Cookie is added to response without the 'secure' flag being set. |
|
||||
| flask_bad.py:30:5:30:30 | Subscript | Cookie is added to response without the 'secure' flag being set. |
|
||||
Reference in New Issue
Block a user