Files
codeql/swift/ql/lib/change-notes/released/1.1.1.md
2024-08-07 14:02:38 +00:00

7 lines
396 B
Markdown

## 1.1.1
### Minor Analysis Improvements
* The model for `FileManager` no longer considers methods that return paths on the file system as taint sources. This is because these sources have been found to produce results of low value.
* An error in the model for `URL.withUnsafeFileSystemRepresentation(_:)` has been corrected. This may result in new data flow paths being found during analysis.