Skip to content

Commit dfba6b9

Browse files
committed
Swift: Case consistency.
1 parent 42e708b commit dfba6b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

swift/ql/src/experimental/Security/CWE-022/UnsafeUnpack.qhelp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following examples unpacks a remote zip using `Zip.unzipFile()` which is vul
2727
<p>
2828
The following examples unpacks a remote zip using `fileManager.unzipItem()` which is vulnerable to symlink path traversal.
2929
</p>
30-
<sample src="ZIPFoundationBad.swift" />
30+
<sample src="ZipFoundationBad.swift" />
3131

3232

3333
<p>Consider using a safer module, such as: <code>ZIPArchive</code></p>

0 commit comments

Comments
 (0)