Skip to content

Commit 56f5214

Browse files
committed
Remove invalid MaD row
1 parent bf023b0 commit 56f5214

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swift/ql/lib/codeql/swift/security/PathInjection.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ private class PathInjectionSinks extends SinkModelCsv {
7979
";FileManager;true;trashItem(at:resultingItemURL:);;;Argument[0];path-injection",
8080
";FileManager;true;replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:);;;Argument[0..1];path-injection",
8181
";FileManager;true;replaceItemAt(_:withItemAt:backupItemName:options:);;;Argument[0..1];path-injection",
82-
";FileManager;true;replaceItemAt(_:withItemAt:backupItemName:options:resultingItemURL:);;;Argument[0..1];path-injection",
8382
";FileManager;true;copyItem(at:to:);;;Argument[0..1];path-injection",
8483
";FileManager;true;copyItem(atPath:toPath:);;;Argument[0..1];path-injection",
8584
";FileManager;true;moveItem(at:to:);;;Argument[0..1];path-injection",

0 commit comments

Comments
 (0)