Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfad79 commit 13755adCopy full SHA for 13755ad
1 file changed
swift/ql/lib/codeql/swift/frameworks/StandardLibrary/FilePath.qll
@@ -30,8 +30,6 @@ private class FilePathSummaries extends SummaryModelCsv {
30
";FilePath;true;init(platformString:);;;Argument[0];ReturnValue;taint",
31
";FilePath;true;init(root:_:);;;Argument[0..1];ReturnValue;taint",
32
";FilePath;true;init(root:components:);;;Argument[0..1];ReturnValue;taint",
33
- ";FilePath;true;init();;;Argument[0];ReturnValue;taint",
34
35
";FilePath;true;encode(to:);;;Argument[-1];Argument[0];taint",
36
";FilePath;true;withCString(_:);;;Argument[-1];Argument[0].Parameter[0];taint",
37
";FilePath;true;withPlatformString(_:);;;Argument[-1];Argument[0].Parameter[0];taint",
0 commit comments