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

Skip to content

Commit 4896e62

Browse files
committed
Use of more generic terms
1 parent 58570b4 commit 4896e62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ the file may be written to an unexpected location. This can result in sensitive
1717
revealed or deleted, or an attacker being able to influence behavior by modifying unexpected
1818
files.</p>
1919

20-
<p>For example, if a tarball contains a file entry <code>../sim4n6.txt</code>, and the tarball
20+
<p>For example, if a tarball contains a file entry <code>../sneaky-file.txt</code>, and the tarball
2121
is extracted to the directory <code>/tmp/tmp123</code>, then naively combining the paths would result
22-
in an output file path of <code>/tmp/tmp123/../sim4n6.txt</code>, which would cause the file to be
22+
in an output file path of <code>/tmp/tmp123/../sneaky-file.txt</code>, which would cause the file to be
2323
written to <code>/tmp/</code>.</p>
2424

2525
</overview>

0 commit comments

Comments
 (0)