This release fixes a security issue in the Decodable implementation of FilePath.
What's Fixed
This release fixes FilePath decoding. Internal invariants of FilePath are now enforced in the initializer used by the Decodable protocol, FilePath.init(from:).
Fixed: 1.2.0 introduced a regression with dependency conflicts due to the package name changing. The package name has been reverted for backwards compatibility for now (pointfreeco/swift-issue-reporting#97). It will be updated to swift-issue-reporting again the next major release.
XCTest Dynamic Overlay is now Issue Reporting, a general purpose library for reporting issues in your application and library code as Xcode runtime warnings, breakpoints, assertions, and more, and do so in a testable manner, with support for both XCTest and Swift's new native Testing framework.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the swift-dependencies group with 2 updates: github.com/apple/swift-system and github.com/pointfreeco/xctest-dynamic-overlay.
Updates
github.com/apple/swift-system
from 1.3.1 to 1.3.2Release notes
Sourced from github.com/apple/swift-system's releases.
Commits
d2ba781
Merge pull request #190 from glessard/enforce-file-path-invariants-in-decode-...a1f77d0
Cherry-pick: ensure invariants are enforced when decodingUpdates
github.com/pointfreeco/xctest-dynamic-overlay
from 1.1.2 to 1.2.1Release notes
Sourced from github.com/pointfreeco/xctest-dynamic-overlay's releases.
Commits
c850923
Fix for backwards compatibility of package name. (#97)e40ce9d
Update README.md (#95)9eb1160
Fix badges in README.md (#94)beb520e
Format GitHub actionb711f20
Run swift-formateb910d0
Bump formatf921077
Fix compile error Swift 6/Linux (#93)6adee68
Fix library evolution. (#90)8a9ed5d
Create release.yml926f438
Introducing: Issue Reporting (#87)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show