1. ===========================
    
  2. Django 3.2.10 release notes
    
  3. ===========================
    
  4. 
    
  5. *December 7, 2021*
    
  6. 
    
  7. Django 3.2.10 fixes a security issue with severity "low" and a bug in 3.2.9.
    
  8. 
    
  9. CVE-2021-44420: Potential bypass of an upstream access control based on URL paths
    
  10. =================================================================================
    
  11. 
    
  12. HTTP requests for URLs with trailing newlines could bypass an upstream access
    
  13. control based on URL paths.
    
  14. 
    
  15. Bugfixes
    
  16. ========
    
  17. 
    
  18. * Fixed a regression in Django 3.2 that caused a crash of ``setUpTestData()``
    
  19.   with ``BinaryField`` on PostgreSQL, which is ``memoryview``-backed
    
  20.   (:ticket:`33333`).