Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a60202

Browse files
Update python/ql/src/experimental/Security/CWE-022bis/UnsafeUnpack.qhelp
Co-authored-by: intrigus-lgtm <[email protected]>
1 parent c22c0b5 commit 9a60202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/experimental/Security/CWE-022bis/UnsafeUnpack.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<overview>
77
<p>Extracting files from a malicious tarball without validating that the destination file path
8-
is within the destination directory using `shutil.unpack_archive()` can cause files outside the
8+
is within the destination directory using <code>shutil.unpack_archive()</code> can cause files outside the
99
destination directory to be overwritten, due to the possible presence of directory traversal elements
1010
(<code>..</code>) in archive path names.</p>
1111

0 commit comments

Comments
 (0)