Commit: 35adc081075bc32c8f590c62060798af25cd11f8
Author: Kent Wang <email address hidden>
Date: Wed Dec 23 11:31:21 2015
Change Permanent Cookie Contain Sensitive Info
Right now, the 'csrftoken' cookie is stored on disk as a permanent
cookie. There is a risk for sensitive session information (cookies)
that are persisted on disk as permanent cookies.
This fixes this issue by storing the cookies in-memory instead of
in persistent storage.
Reviewed: https:/ /review. fuel-infra. org/15475 ci/fuel- 8.0/liberty
Submitter: Pkgs Jenkins <email address hidden>
Branch: openstack-
Commit: 35adc081075bc32 c8f590c62060798 af25cd11f8
Author: Kent Wang <email address hidden>
Date: Wed Dec 23 11:31:21 2015
Change Permanent Cookie Contain Sensitive Info
Right now, the 'csrftoken' cookie is stored on disk as a permanent
cookie. There is a risk for sensitive session information (cookies)
that are persisted on disk as permanent cookies.
This fixes this issue by storing the cookies in-memory instead of
in persistent storage.
Change-Id: Ia45b09571d495d 4f98b60545903af 72eb0f061c2
Closes-Bug: #1522850