Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718
  1. =========================
  2. Oscar 0.5.2 release notes
  3. =========================
  4. This is Oscar 0.5.2, a security release for Oscar 0.5.
  5. Insecure use of ``SECRET_KEY`` in basket cookie
  6. -----------------------------------------------
  7. For anonymous users, the basket ID is stored in a cookie. Previously, the
  8. value was signed using a simples CRC32 hash using the ``SECRET_KEY``.
  9. However, a good rule of thumb is to never roll your own encryption, and it is
  10. possible that this method weakens the security of the ``SECRET_KEY``.
  11. `The fix`_ uses Django's cryptographic signing functionality to sign the cookie
  12. in a more secure manner.
  13. .. _`The fix`: https://github.com/tangentlabs/django-oscar/commit/876f723