Skip to content

Security: swift-nio-http2 advisory has no patched release yet — bump when 1.44.1 ships #37

Description

@testtest126

chess-server/Package.resolved pins swift-nio-http2 1.44.0, and GitHub security advisories flag all versions < 1.44.1. Dependabot's security-update job for it is failing on main (run 29064383475) because swift-nio-http2 is a transitive dependency (via Vapor) — SwiftPM Dependabot can't bump it directly.

Fix is a one-liner in /chess-server:

swift package update swift-nio-http2

then commit the regenerated Package.resolved (1.44.1 satisfies Vapor's version ranges). Worth doing promptly since this is the HTTP/2 stack of the public-facing server.

Note: coordinate with #21 (JWT 5 migration), which also touches Package.resolved — whichever lands second just re-resolves.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdependenciesPull requests that update a dependency filedocumentationImprovements or additions to documentationiosiOS appquestionFurther information is requestedserverVapor backendswift_package_managerPull requests that update swift_package_manager code

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions