Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
b9ff6697
Kaydet (Commit)
b9ff6697
authored
Agu 30, 2007
tarafından
Lars Gustäbel
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Warn about possible risks when extracting untrusted archives.
üst
39f1f452
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
libtarfile.tex
Doc/lib/libtarfile.tex
+10
-0
No files found.
Doc/lib/libtarfile.tex
Dosyayı görüntüle @
b9ff6697
...
...
@@ -207,6 +207,12 @@ tar archive several times. Each archive member is represented by a
problems: A directory's modification time is reset each time a file is
created in it. And, if a directory's permissions do not allow writing,
extracting files to it will fail.
\begin{notice}
[warning]
Never extract archives from untrusted sources without prior inspection.
It is possible that files are created outside of
\var
{
path
}
, e.g. members
that have absolute filenames starting with
\code
{
"/"
}
or filenames with
two dots
\code
{
".."
}
.
\end{notice}
\versionadded
{
2.5
}
\end{methoddesc}
...
...
@@ -221,6 +227,10 @@ tar archive several times. Each archive member is represented by a
archive there are some issues you must take care of yourself. See the
description for
\method
{
extractall()
}
above.
\end{notice}
\begin{notice}
[warning]
See the warning for
\method
{
extractall()
}
.
\end{notice}
\end{methoddesc}
\begin{methoddesc}
{
extractfile
}{
member
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment