fix(macos): block quoted shell substitution in allowlist checks

This commit is contained in:
Peter Steinberger
2026-02-21 22:51:38 +01:00
parent 861718e4dc
commit 90a378ca3a
9 changed files with 53 additions and 6 deletions

View File

@@ -53,6 +53,10 @@ import Testing
}
}
func sendPing(pongReceiveHandler: @escaping @Sendable (Error?) -> Void) {
pongReceiveHandler(nil)
}
func receive() async throws -> URLSessionWebSocketTask.Message {
let delayMs: Int
let msg: URLSessionWebSocketTask.Message