File tree Expand file tree Collapse file tree
swift/ql/lib/codeql/swift/security Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments