Skip to content

Commit 8fce12a

Browse files
committed
[SE-0219] Add security section
1 parent 65b86d4 commit 8fce12a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proposals/0219-package-manager-dependency-mirroring.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ SwiftPM will allow overriding the path of the configuration file using the envir
7272

7373
The `Package.resolved` file will contain the mirror URLs that were used during dependency resolution.
7474

75+
## Security
76+
77+
There is no security impact since mirrors only work for the top-level package, and dependencies can't add mirrors on downstream packages. There is a potential privacy concern in case someone accidentally commits their private mirror configuration file in a public package.
78+
7579
## Impact on existing packages
7680

7781
This is an additive feature and doesn't impact existing packages.

0 commit comments

Comments
 (0)