---
title: "Catatan terbitan Django 3.0.12"
version: 6.0
locale: id
source: https://docs.djangoproject.com/id/6.0/releases/3.0.12/
canonical: https://djangodocs.dev/id/6.0/releases/3.0.12/
---
# Catatan terbitan Django 3.0.12

*February 1, 2021*

Django 3.0.12 fixes a security issue with severity "low" in 3.0.11.

## CVE-2021-3281: Potential directory-traversal via `archive.extract()`

The `django.utils.archive.extract()` function, used by
[`startapp --template`](/id/6.0/ref/django-admin/#cmdoption-startapp-template) and [`startproject --template`](/id/6.0/ref/django-admin/#cmdoption-startproject-template), allowed
directory-traversal via an archive with absolute paths or relative paths with
dot segments.
