Skip to content

Commit c8a7f48

Browse files
committed
Add .expected
1 parent 9834659 commit c8a7f48

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
| django_bad.py:6:5:6:49 | Attribute() | Cookie is added to response without the 'secure' flag being set. |
2+
| django_bad.py:12:5:12:50 | Attribute() | Cookie is added to response without the 'secure' flag being set. |
3+
| flask_bad.py:9:5:9:56 | Attribute() | Cookie is added to response without the 'secure' flag being set. |
4+
| flask_bad.py:16:5:16:55 | Attribute() | Cookie is added to response without the 'secure' flag being set. |
5+
| flask_bad.py:23:5:23:30 | Subscript | Cookie is added to response without the 'secure' flag being set. |
6+
| flask_bad.py:30:5:30:30 | Subscript | Cookie is added to response without the 'secure' flag being set. |

0 commit comments

Comments
 (0)