mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
396 B
396 B
1.1.1
Minor Analysis Improvements
- The model for
FileManagerno 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.