Swift: Case consistency.

This commit is contained in:
Geoffrey White
2024-02-13 17:45:55 +00:00
parent 42e708b387
commit dfba6b97ac
2 changed files with 1 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ The following examples unpacks a remote zip using `Zip.unzipFile()` which is vul
<p>
The following examples unpacks a remote zip using `fileManager.unzipItem()` which is vulnerable to symlink path traversal.
</p>
<sample src="ZIPFoundationBad.swift" />
<sample src="ZipFoundationBad.swift" />
<p>Consider using a safer module, such as: <code>ZIPArchive</code></p>