diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bf95a16..fb0f31a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -11,7 +11,7 @@ on: jobs: analyze: name: Analyze (${{ matrix.language }}) - runs-on: ${{ (matrix.language == 'swift' && 'macos-26') || 'ubuntu-latest' }} + runs-on: ${{ (matrix.language == 'swift' && 'xcode-27') || 'ubuntu-latest' }} permissions: security-events: write packages: read @@ -24,20 +24,15 @@ jobs: include: - language: actions build-mode: none - # Disable this until CodeQL supports Xcode 26 builds. - # - language: swift - # build-mode: manual steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - if: matrix.build-mode == 'manual' - name: "Select Xcode" - run: sudo xcrun xcode-select -s /Applications/Xcode_26.4.app - if: matrix.build-mode == 'manual' name: "Build" run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 112f5fb..aea9a4d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: macos-26 + runs-on: xcode-27 permissions: id-token: write contents: write @@ -25,8 +25,6 @@ jobs: APPLE_API_KEY_DATA: ${{ secrets.APPLE_API_KEY_DATA }} APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} run: ./.github/scripts/signing.sh - - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_26.4.app - name: Update Build Number env: RUN_ID: ${{ github.run_id }} diff --git a/.github/workflows/oneoff.yml b/.github/workflows/oneoff.yml index 9b1dbcf..e67b021 100644 --- a/.github/workflows/oneoff.yml +++ b/.github/workflows/oneoff.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: macos-26 + runs-on: xcode-27 permissions: id-token: write contents: write @@ -24,8 +24,6 @@ jobs: APPLE_API_KEY_DATA: ${{ secrets.APPLE_API_KEY_DATA }} APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} run: ./.github/scripts/signing.sh - - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_26.4.app - name: Update Build Number env: RUN_ID: ${{ github.run_id }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a88efe6..8a811de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: test: permissions: contents: read - runs-on: macos-26 + runs-on: xcode-27 timeout-minutes: 10 steps: - uses: actions/checkout@v5 @@ -21,8 +21,6 @@ jobs: APPLE_API_KEY_DATA: ${{ secrets.APPLE_API_KEY_DATA }} APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} run: ./.github/scripts/signing.sh - - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_26.4.app - name: Test run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme PackageTests test # SPM doesn't seem to pick up on the tests currently? @@ -34,7 +32,7 @@ jobs: attestations: write artifact-metadata: write actions: read - runs-on: macos-26 + runs-on: xcode-27 timeout-minutes: 10 steps: - uses: actions/checkout@v5 @@ -47,8 +45,6 @@ jobs: APPLE_API_KEY_DATA: ${{ secrets.APPLE_API_KEY_DATA }} APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} run: ./.github/scripts/signing.sh - - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_26.4.app - name: Update Build Number env: TAG_NAME: ${{ github.ref }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ec1d21..3866087 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,12 +5,10 @@ jobs: test: permissions: contents: read - runs-on: macos-26 + runs-on: xcode-27 timeout-minutes: 10 steps: - uses: actions/checkout@v5 - - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_26.4.app - name: Test Main Packages run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme PackageTests test # SPM doesn't seem to pick up on the tests currently? diff --git a/Sources/Packages/Resources/Localizable.xcstrings b/Sources/Packages/Resources/Localizable.xcstrings index fc6fea2..e10998b 100644 --- a/Sources/Packages/Resources/Localizable.xcstrings +++ b/Sources/Packages/Resources/Localizable.xcstrings @@ -500,8 +500,8 @@ }, "pt-BR" : { "stringUnit" : { - "state" : "new", - "value" : "Build Log" + "state" : "translated", + "value" : "Log de Build" } }, "ro" : { @@ -685,8 +685,8 @@ }, "pt-BR" : { "stringUnit" : { - "state" : "new", - "value" : "About Secretive" + "state" : "translated", + "value" : "Sobre o Secretive" } }, "ro" : { @@ -870,8 +870,8 @@ }, "pt-BR" : { "stringUnit" : { - "state" : "new", - "value" : "Secretive is Open Source and MIT Licensed" + "state" : "translated", + "value" : "O Secretive é Open Source e distribuído sob a licença MIT" } }, "ro" : { @@ -1055,8 +1055,8 @@ }, "pt-BR" : { "stringUnit" : { - "state" : "new", - "value" : "Special thanks our [Contributors](%1$(contributorsLink)@) and [Sponsors](%2$(sponsorsLink)@)" + "state" : "translated", + "value" : "Agradecimentos especiais aos nossos [Contribuidores](%1$(contributorsLink)@) e [Patrocinadores](%2$(sponsorsLink)@)" } }, "ro" : { @@ -1240,8 +1240,8 @@ }, "pt-BR" : { "stringUnit" : { - "state" : "new", - "value" : "View on GitHub" + "state" : "translated", + "value" : "Ver no GitHub" } }, "ro" : { @@ -1426,7 +1426,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Secretive não foi capaz de obter o SecretAgent para iniciar. Por favor tente reiniciar seu Mac e se isso não resolver, registre um problema em nosso GitHub." + "value" : "O Secretive não foi capaz de iniciar o SecretAgent. Por favor, tente reiniciar seu Mac e, se isso não resolver, registre uma issue no GitHub." } }, "ro" : { @@ -1611,7 +1611,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Desabilitar o Agente" + "value" : "Desativar o Agente" } }, "ro" : { @@ -2166,7 +2166,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Caminho do Socket" + "value" : "Caminho do socket" } }, "ro" : { @@ -2536,7 +2536,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Agente iniciando" + "value" : "Iniciando Agente" } }, "ro" : { @@ -2906,7 +2906,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "SecretAgent é um processo que é executado em segundo plano para assinar pedidos, então não há necessidade de manter Secretive aberto o tempo todo.\n\n**Secretive não funcionará corretamente a menos que o agente esteja instalado e executando.**" + "value" : "O SecretAgent é um processo que roda em segundo plano para assinar pedidos, sem precisar manter o Secretive aberto o tempo todo.\n\n**O Secretive não funcionará corretamente a menos que o agente esteja instalado e rodando.**" } }, "ro" : { @@ -3091,7 +3091,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Agent não está rodando" + "value" : "O Agente não está rodando" } }, "ro" : { @@ -3276,7 +3276,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "SecretAgent é um processo que roda em background para assinar requisições para que você não precise manter o Secretive aberto a todo momento.\n\n**Você pode fechar o Secretive e tudo continuará funcionando.**" + "value" : "O SecretAgent é um processo que roda em segundo plano para assinar pedidos, sem precisar manter o Secretive aberto o tempo todo.\n\n**Você pode fechar o Secretive e tudo continuará funcionando.**" } }, "ro" : { @@ -3461,7 +3461,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Secret Agent está rodando" + "value" : "O SecretAgent está rodando" } }, "ro" : { @@ -3646,7 +3646,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Agent está rodando" + "value" : "O Agente está rodando" } }, "ro" : { @@ -4385,8 +4385,8 @@ }, "pt-BR" : { "stringUnit" : { - "state" : "new", - "value" : "Later" + "state" : "translated", + "value" : "Depois" } }, "ro" : { @@ -4571,7 +4571,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Secretive necessita estar no seu diretório de Aplicações para funcionar corretamente. Por favor mova-o e abra novamente." + "value" : "O Secretive precisa estar no seu diretório de Aplicativos para funcionar corretamente. Por favor, mova-o e abra novamente." } }, "ro" : { @@ -4755,8 +4755,8 @@ }, "pt-BR" : { "stringUnit" : { - "state" : "new", - "value" : "Quit" + "state" : "translated", + "value" : "Encerrar" } }, "ro" : { @@ -4941,7 +4941,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Secretive não está no diretório de Aplicações" + "value" : "O Secretive não está no diretório de Aplicativos" } }, "ro" : { @@ -5127,7 +5127,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "destravar segredo “%1$(secretName)@” for %2$(duration)@" + "value" : "destrancar o segredo “%1$(secretName)@” por %2$(duration)@" } }, "ro" : { @@ -5510,7 +5510,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "assinar requisição a partir do “%1$(appName)@” utilizando o segredo “%2$(secretName)@”" + "value" : "assinar um pedido de “%1$(appName)@” usando o segredo “%2$(secretName)@”" } }, "ro" : { @@ -5569,6 +5569,378 @@ } } }, + "auth_context_request_signature_for_connection_description" : { + "comment" : "When the user performs a signature action using a secret, they are shown a prompt to approve the action. This is the description, showing which secret will be used, and where the request is coming from. The first placeholder is the name of the app requesting the operation. The second placeholder is the name of the secret.", + "extractionState" : "manual", + "localizations" : { + "af" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "ar" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "ca" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "signa una petición de “%1$(appName)@” usant el secret “%2$(targetName)@”" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "eine Anfrage von “%1$(appName)@” mit dem Secret “%2$(targetName)@” signieren" + } + }, + "el" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "sign a request from “%1$(appName)@” to connect to “%2$(targetName)@” using secret “%3$(secretName)@”" + } + }, + "es" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "fi" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "allekirjoita pyyntö lähteestä “%1$(appName)@” käyttäen salaisuutta “%2$(targetName)@”" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "signer une requête de “%1$(appName)@” en utilisant le secret “%2$(targetName)@”" + } + }, + "he" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "hu" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "firma la richiesta di “%1$(appName)@” usando il Segreto “%2$(targetName)@”" + } + }, + "ja" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "シークレット“%2$(targetName)@”を使って“%1$(appName)@”の要求に署名します" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "비밀 “%2$(targetName)@”를 사용해서 “%1$(appName)@”의 요청에 서명" + } + }, + "nb" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "podpisz zapytanie od “%1$(appName)@” za pomocą sekretu “%2$(targetName)@”" + } + }, + "pt" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "assinar requisição a partir do “%1$(appName)@” utilizando o segredo “%2$(targetName)@”" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "подписать запрос от “%1$(appName)@” используя секрет “%2$(targetName)@”" + } + }, + "sr" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "sv" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(appName)@” using secret “%2$(targetName)@”" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "用密钥串“%2$(targetName)@”认证来自“%1$(appName)@”的请求" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "用Secret「%2$(targetName)@」認證来自「%1$(appName)@」的请求" + } + } + } + }, + "auth_context_request_signature_for_signature_description" : { + "comment" : "When the user performs a signature action using a secret, they are shown a prompt to approve the action. This is the description, showing which secret will be used, and where the request is coming from. The first placeholder is the name of the app requesting the operation. The second placeholder is the name of the secret.", + "extractionState" : "manual", + "localizations" : { + "af" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "ar" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "ca" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "signa una petición de “%1$(namespace)@” usant el secret “%2$(appName)@”" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "eine Anfrage von “%1$(namespace)@” mit dem Secret “%2$(appName)@” signieren" + } + }, + "el" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "sign a %1$(namespace)@“ request from “%2$(appName)@” using secret “%3$(secretName)@”" + } + }, + "es" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "fi" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "allekirjoita pyyntö lähteestä “%1$(namespace)@” käyttäen salaisuutta “%2$(appName)@”" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "signer une requête de “%1$(namespace)@” en utilisant le secret “%2$(appName)@”" + } + }, + "he" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "hu" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "firma la richiesta di “%1$(namespace)@” usando il Segreto “%2$(appName)@”" + } + }, + "ja" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "シークレット“%2$(appName)@”を使って“%1$(namespace)@”の要求に署名します" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "비밀 “%2$(appName)@”를 사용해서 “%1$(namespace)@”의 요청에 서명" + } + }, + "nb" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "podpisz zapytanie od “%1$(namespace)@” za pomocą sekretu “%2$(appName)@”" + } + }, + "pt" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "assinar requisição a partir do “%1$(namespace)@” utilizando o segredo “%2$(appName)@”" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "подписать запрос от “%1$(namespace)@” используя секрет “%2$(appName)@”" + } + }, + "sr" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "sv" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "sign a request from “%1$(namespace)@” using secret “%2$(appName)@”" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "用密钥串“%2$(appName)@”认证来自“%1$(namespace)@”的请求" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "用Secret「%2$(appName)@」認證来自「%1$(namespace)@」的请求" + } + } + } + }, "certificate_detail_critical_options_label" : { "extractionState" : "manual", "localizations" : { @@ -5577,6 +5949,12 @@ "state" : "translated", "value" : "Critical Options" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opções críticas" + } } } }, @@ -5588,6 +5966,12 @@ "state" : "translated", "value" : "Extensions" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Extensões" + } } } }, @@ -5599,6 +5983,12 @@ "state" : "translated", "value" : "Key ID" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "ID da Chave" + } } } }, @@ -5610,6 +6000,12 @@ "state" : "translated", "value" : "Certificate Path" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Caminho do Certificado" + } } } }, @@ -5621,6 +6017,12 @@ "state" : "translated", "value" : "Principals" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entidades Principais" + } } } }, @@ -5632,6 +6034,12 @@ "state" : "translated", "value" : "Serial Number" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Número de Série" + } } } }, @@ -5643,6 +6051,12 @@ "state" : "translated", "value" : "Public Key Fingerprint" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impressão Digital da Chave Pública" + } } } }, @@ -5654,6 +6068,12 @@ "state" : "translated", "value" : "Signing CA Fingerprint" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impressão Digital da AC de Assinatura" + } } } }, @@ -5665,6 +6085,12 @@ "state" : "translated", "value" : "Valid After" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Válido após" + } } } }, @@ -5676,6 +6102,12 @@ "state" : "translated", "value" : "Valid Until" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Válido até" + } } } }, @@ -5687,6 +6119,12 @@ "state" : "translated", "value" : "Validity Range" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Intervalo de validade" + } } } }, @@ -5819,7 +6257,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Clique para Copiar" + "value" : "Clique para copiar" } }, "ro" : { @@ -6374,7 +6812,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Se você mudar suas configurações de biometria de _qualquer forma_, incluindo adicionar uma nova impressão digital, esta chave não estará mais acessível." + "value" : "Se você mudar suas configurações de biometria de _qualquer forma_, incluindo adicionar uma nova impressão digital, esta chave não será mais acessível." } }, "ro" : { @@ -6929,7 +7367,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Isto é exibido ao final da sua chave pública. É geralmente um endereço de email." + "value" : "Isso é exibido ao final da sua chave pública. É geralmente um endereço de email." } }, "ro" : { @@ -7483,8 +7921,8 @@ }, "pt-BR" : { "stringUnit" : { - "state" : "new", - "value" : "Unavailable on this version of macOS" + "state" : "translated", + "value" : "Indisponível nessa versão do macOS" } }, "ro" : { @@ -7669,7 +8107,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Aviso: Chaves ML-DSA são muito novas e não são suportadas por muitos servidores ainda. Por favor, verifique se o servidor que você estará utilizando esta chave aceita chaves ML-DSA." + "value" : "Aviso: Chaves ML-DSA são muito novas e ainda não suportadas por vários servidores. Por favor, verifique se o servidor em que você usará essa chave aceita chaves ML-DSA." } }, "ro" : { @@ -8224,7 +8662,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Autenticação não é requerida enquanto seu Mac estiver destravado, mas você será notificado quando um segredo for utilizado." + "value" : "Nenhuma autenticação é solicitada enquanto seu Mac estiver desbloqueado, mas você será notificado quando um segredo for usado." } }, "ro" : { @@ -9149,7 +9587,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Você será requerido a autenticar utilizando Touch ID, Apple Watch ou senha antes de cada uso." + "value" : "Você será solicitado a autenticar usando Touch ID, Apple Watch ou senha a cada uso." } }, "ro" : { @@ -9334,7 +9772,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Requer Autenticação" + "value" : "Requer autenticação" } }, "ro" : { @@ -9519,7 +9957,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Criar um Novo Segredo" + "value" : "Criar um novo Segredo" } }, "ro" : { @@ -9704,7 +10142,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Não Apagar" + "value" : "Não apagar" } }, "ro" : { @@ -10074,7 +10512,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Se você deletar %1$(secretName)@, você não será permitido recuperá-lo. Digite “%2$(confirmSecretName)@” para confirmar." + "value" : "Se você apagar %1$(secretName)@, não poderá recuperá-lo. Digite “%2$(confirmSecretName)@” para confirmar." } }, "ro" : { @@ -10259,7 +10697,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Deletar %1$(name)@?" + "value" : "Apagar %1$(name)@?" } }, "ro" : { @@ -10629,7 +11067,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Renomear" + "value" : "Salvar" } }, "ro" : { @@ -10814,7 +11252,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Criar um novo clicando aqui." + "value" : "Crie um novo clicando aqui." } }, "ro" : { @@ -11184,7 +11622,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Parece que você pode ter atualizado recentemente o macOS. Às vezes, isto coloca o Secure Enclave em um estado estranho, e talvez você precise reiniciar seu Mac antes que as coisas comecem a funcionar novamente." + "value" : "Parece que você pode ter atualizado o macOS recentemente. Às vezes, isso coloca o Secure Enclave em um estado estranho, e talvez você precise reiniciar seu Mac antes que as coisas comecem a funcionar novamente." } }, "ro" : { @@ -11369,7 +11807,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Credenciais faltando?" + "value" : "Segredos faltando?" } }, "ro" : { @@ -11554,7 +11992,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Utilize sua ferramenta de gestão de Smart Card para criar um segredo." + "value" : "Use a ferramenta de gestão do seu Smart Card para criar um segredo." } }, "ro" : { @@ -11739,7 +12177,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Secretive suporta chaves EC256, EC384, RSA1024 e RSA2048." + "value" : "O Secretive suporta chaves EC256, EC384 e RSA2048." } }, "ro" : { @@ -12837,7 +13275,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Há uma lista de instruções para aplicativos no GitHub, mantida pela comunidade. Se o aplicativo que você está procurando não é suportado, registre um ticket para que a comunidade possa ajudar." + "value" : "Há uma lista de instruções para aplicativos no GitHub, mantida pela comunidade. Se o aplicativo que você está procurando não é suportado, registre uma issue e a comunidade deve conseguir ajudar." } }, "ro" : { @@ -13022,7 +13460,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Há uma lista de instruções para aplicativos no GitHub, mantida pela comunidade. Se o aplicativo que você está procurando não é suportado, registre um ticket para que a comunidade possa ajudar." + "value" : "Há uma lista de instruções para shells no GitHub, mantida pela comunidade. Se o shell que você está procurando não é suportado, registre uma issue e a comunidade deve conseguir ajudar." } }, "ro" : { @@ -13090,6 +13528,12 @@ "state" : "translated", "value" : "your_email@example.com" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "seu_email@exemplo.com.br" + } } } }, @@ -13101,6 +13545,12 @@ "state" : "translated", "value" : "The email address you set when you configured git (visible in gitconfig)." } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "O endereço de email que você definiu quando configurou o git (visível no gitconfig)." + } } } }, @@ -13112,6 +13562,12 @@ "state" : "translated", "value" : "Email Address" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Endereço de email" + } } } }, @@ -13241,7 +13697,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Você precisará criar uma Credencial antes de configurar esta ação." + "value" : "Você precisará criar um Segredo antes de configurar essa ação." } }, "ro" : { @@ -13426,7 +13882,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Configurar Usando Credencial" + "value" : "Configurar usando Segredo" } }, "ro" : { @@ -13611,7 +14067,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Sem Credenciais" + "value" : "Sem Segredo" } }, "ro" : { @@ -13796,7 +14252,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Credencial" + "value" : "Segredo" } }, "ro" : { @@ -13981,7 +14437,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Você pode configurar mais de uma ferramenta, eles geralmente não interferem uns com os outros." + "value" : "Você pode configurar mais de uma ferramenta, elas geralmente não interferem umas com as outras." } }, "ro" : { @@ -14536,7 +14992,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Se você estiver tentando registrar seus commits no git, configure o Git Signing." + "value" : "Se você estiver tentando assinar seus commits no git, configure Assinatura no Git." } }, "ro" : { @@ -14721,7 +15177,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Se você está tentando configurar qualquer coisa em sua linha de comando para usar com Secretive, configure seu shell." + "value" : "Se você está tentando configurar qualquer coisa em sua linha de comando para usar o Secretive, configure seu shell." } }, "ro" : { @@ -14906,7 +15362,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Se você não sabia qual shell você usa e não alterou, você provavelmente está usando `%(shellName)@`." + "value" : "Se você não sabe qual shell usa e não o alterou, você provavelmente está usando `%(shellName)@`." } }, "ro" : { @@ -15276,7 +15732,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Configurando Ferramentas para Secretive" + "value" : "Configurando ferramentas para o Secretive" } }, "ro" : { @@ -15461,7 +15917,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "A maioria das ferramentas tentará procurar chaves SSH no disco em `~/.ssh`. Para usar o Secretive, precisamos configurar essas ferramentas para comunicar com o Secretive." + "value" : "A maioria das ferramentas tentará procurar chaves SSH no disco em `~/.ssh`. Para usar o Secretive, precisamos configurar essas ferramentas para falarem com o Secretive ao invés disso." } }, "ro" : { @@ -15646,7 +16102,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "O que devo Configurar?" + "value" : "O que devo configurar?" } }, "ro" : { @@ -16757,7 +17213,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Arquivo de Configuração" + "value" : "Arquivo de configuração" } }, "ro" : { @@ -17127,7 +17583,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Você pode pedir ao SSH para usar uma chave específica para um determinado host. Consulte a documentação na web para mais detalhes." + "value" : "Você pode dizer ao SSH para usar uma chave específica com determinado host. Consulte a documentação na web para mais detalhes." } }, "ro" : { @@ -17869,7 +18325,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Assinatura Git" + "value" : "Assinatura no Git" } }, "ro" : { @@ -18426,7 +18882,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Visualizar no GitHub" + "value" : "Ver no GitHub" } }, "ro" : { @@ -18611,7 +19067,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Ver Documentação na Web" + "value" : "Ver documentação na web" } }, "ro" : { @@ -19169,7 +19625,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Sem Armazenamento Seguro Disponível" + "value" : "Sem Armazenamento Seguro disponível" } }, "ro" : { @@ -19354,7 +19810,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Se você está buscando adicionar um para seu Mac, o YubiKey 5 Series é muito bom." + "value" : "Se você procura adicionar um para seu Mac, o YubiKey 5 Series é muito bom." } }, "ro" : { @@ -19540,7 +19996,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Deixar Destrancado" + "value" : "Manter destrancado" } }, "ro" : { @@ -19726,7 +20182,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Não Destravar" + "value" : "Não destrancar" } }, "ro" : { @@ -19793,6 +20249,12 @@ "state" : "translated", "value" : "Name" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nome" + } } } }, @@ -19804,6 +20266,12 @@ "state" : "translated", "value" : "Certificate Name" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nome do Certificado" + } } } }, @@ -20006,6 +20474,12 @@ "state" : "translated", "value" : "Matching Certificates" } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Certificados correspondentes" + } } } }, @@ -21060,7 +21534,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Renomear" + "value" : "Editar" } }, "ro" : { @@ -21609,7 +22083,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Este aplicativo de ajuda é chamado **Secret Agent** e você pode vê-lo no Monitor de Atividades de tempo em tempo." + "value" : "Esse aplicativo auxiliar se chama **Secret Agent** e você pode vê-lo no Monitor de Atividades de tempos em tempos." } }, "ro" : { @@ -21794,7 +22268,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Secretive precisa configurar um aplicativo de ajuda para funcionar corretamente. Isso irá assinar requisições de clientes SSH no plano de fundo para que você não precise manter o aplicativo Secretive aberto." + "value" : "O Secretive precisa configurar um aplicativo auxiliar para funcionar corretamente. Ele irá assinar pedidos de clientes SSH em segundo plano, para que você não precise manter o aplicativo principal do Secretive aberto." } }, "ro" : { @@ -22164,7 +22638,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Configurar Agent" + "value" : "Configurar Agente" } }, "ro" : { @@ -23089,7 +23563,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Secretive irá periodicamente verificar com o GitHub para verificar se existe uma nova versão. Se você ver alguma requisição de rede para o GitHub, este é o porque." + "value" : "O Secretive vai verificar o GitHub periodicamente para saber se há uma nova versão. Se notar requisições de rede para o GitHub, esse é o motivo." } }, "ro" : { @@ -23703,6 +24177,192 @@ } } }, + "signed_connection_notification_description" : { + "comment" : "When the user performs an action using a secret, they're shown a notification describing what happened. This is the description, showing which secret was used. The placeholder is the name of the secret.", + "extractionState" : "manual", + "localizations" : { + "af" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "ar" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Usant secret %1$(secretName)@" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Benutze Secret %1$(secretName)@" + } + }, + "el" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Using secret %1$(secretName)@ connecting to %2$(username)@@%3$(host)@" + } + }, + "es" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "fi" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Käytetään salaisuutta %1$(secretName)@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Utilisation du secret %1$(secretName)@" + } + }, + "he" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "hu" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Usato il Segreto %1$(secretName)@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%1$(secretName)@を使用中" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "비밀 %1$(secretName)@ 사용됨" + } + }, + "nb" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Użyto sekretu %1$(secretName)@" + } + }, + "pt" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Utilizando o segredo %1$(secretName)@" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Используя секрет %1$(secretName)@" + } + }, + "sr" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "sv" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "使用密钥串 %1$(secretName)@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "使用Secret「%1$(secretName)@」" + } + } + } + }, "signed_notification_description" : { "comment" : "When the user performs an action using a secret, they're shown a notification describing what happened. This is the description, showing which secret was used. The placeholder is the name of the secret.", "extractionState" : "manual", @@ -23830,7 +24490,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Utilizando o segredo %1$(secretName)@" + "value" : "Usando o segredo %1$(secretName)@" } }, "ro" : { @@ -24016,7 +24676,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Requisição Assinada fr %1$(appName)@" + "value" : "Assinado pedido de %1$(appName)@" } }, "ro" : { @@ -24075,6 +24735,192 @@ } } }, + "signed_signature_notification_description" : { + "comment" : "When the user performs an action using a secret, they're shown a notification describing what happened. This is the description, showing which secret was used. The placeholder is the name of the secret.", + "extractionState" : "manual", + "localizations" : { + "af" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "ar" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Usant secret %1$(secretName)@" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Benutze Secret %1$(secretName)@" + } + }, + "el" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Using secret %1$(secretName)@ for %2$(namespace)@" + } + }, + "es" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "fi" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Käytetään salaisuutta %1$(secretName)@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Utilisation du secret %1$(secretName)@" + } + }, + "he" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "hu" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Usato il Segreto %1$(secretName)@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%1$(secretName)@を使用中" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "비밀 %1$(secretName)@ 사용됨" + } + }, + "nb" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Użyto sekretu %1$(secretName)@" + } + }, + "pt" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Utilizando o segredo %1$(secretName)@" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Используя секрет %1$(secretName)@" + } + }, + "sr" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "sv" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "Using secret %1$(secretName)@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "使用密钥串 %1$(secretName)@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "使用Secret「%1$(secretName)@」" + } + } + } + }, "smart_card" : { "extractionState" : "manual", "localizations" : { @@ -24201,7 +25047,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Cartões com chip" + "value" : "Smart Card" } }, "ro" : { @@ -24386,7 +25232,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Sem Nome" + "value" : "Sem nome" } }, "ro" : { @@ -24571,7 +25417,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Atualização Crítica de Segurança Requerida" + "value" : "Atualização Crítica de Segurança necessária" } }, "ro" : { @@ -24941,7 +25787,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Atualização Disponível" + "value" : "Atualização disponível" } }, "ro" : { @@ -25685,7 +26531,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Clique para Atualizar" + "value" : "Clique para atualizar" } }, "ro" : { @@ -26056,7 +26902,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Notas de Mudanças" + "value" : "Notas de Lançamento" } }, "ro" : { @@ -26241,7 +27087,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Versão de Teste" + "value" : "Build de Teste" } }, "ro" : { @@ -26796,7 +27642,7 @@ "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Baixar a última Nightly Build" + "value" : "Baixar a Nightly Build mais recente" } }, "ro" : { @@ -26856,5 +27702,5 @@ } } }, - "version" : "1.0" + "version" : "1.2" } \ No newline at end of file diff --git a/Sources/Packages/Sources/Brief/Updater.swift b/Sources/Packages/Sources/Brief/Updater.swift index a53b853..cbb41fa 100644 --- a/Sources/Packages/Sources/Brief/Updater.swift +++ b/Sources/Packages/Sources/Brief/Updater.swift @@ -34,16 +34,14 @@ import XPCWrappers ) { self.osVersion = osVersion self.currentVersion = currentVersion - Task { - do { - if checkOnLaunch { - try await checkForUpdates() - } - while !Task.isCancelled { - try? await Task.sleep(for: .seconds(Int(checkFrequency))) - try await checkForUpdates() - } - } catch {} + _ = Task { + if checkOnLaunch { + try await checkForUpdates() + } + while true { + try await Task.sleep(for: .seconds(Int(checkFrequency))) + try await checkForUpdates() + } } } diff --git a/Sources/Packages/Sources/Common/MultilineInfoView.swift b/Sources/Packages/Sources/Common/MultilineInfoView.swift index cae84e8..394e9cf 100644 --- a/Sources/Packages/Sources/Common/MultilineInfoView.swift +++ b/Sources/Packages/Sources/Common/MultilineInfoView.swift @@ -22,37 +22,37 @@ public struct MultilineInfoView: View { self.items = items() } - public init(title: LocalizedStringResource, subtitle: LocalizedStringResource, image: Image, items: [String]) where TitleView == HStack> , ItemView == Text { - self.init { - HStack { - image - .renderingMode(.template) -// .imageScale(.large) - .foregroundColor(primaryTextColor) - Text(title) - .font(.headline) - .foregroundColor(primaryTextColor) - Spacer() - } - } items: { - [Text("Hello")] - } - +// public init(title: LocalizedStringResource, subtitle: LocalizedStringResource, image: Image, items: [String]) where ItemView == Text { // self.init { -// } items: { -// ForEach(items) { item in -// return HStack { -// Text(item) -// Spacer() -// // if let (image, _) = $0.1 { -// // image -// // .foregroundStyle(.secondary) -// // } -// } +// HStack { +// image +// .renderingMode(.template) +//// .imageScale(.large) +// .foregroundColor(primaryTextColor) +// Text(title) +// .font(.headline) +// .foregroundColor(primaryTextColor) +// Spacer() // } +// } items: { +// [Text("Hello")] // } - - } +// +//// self.init { +//// } items: { +//// ForEach(items) { item in +//// return HStack { +//// Text(item) +//// Spacer() +//// // if let (image, _) = $0.1 { +//// // image +//// // .foregroundStyle(.secondary) +//// // } +//// } +//// } +//// } +// +// } @State private var interactionState: InteractionState = .normal @State private var interactionStateIndex: Int? @@ -61,31 +61,31 @@ public struct MultilineInfoView: View { VStack(alignment: .leading, spacing: 0) { titleView .safeAreaPadding(20) - ForEach(Array(items.enumerated()), id: \.offset) { item in - Divider() - .ignoresSafeArea() - .opacity(item.offset == 0 ? 1 : 0.75) - items.element - .safeAreaPadding(20) - .onHover { hovering in - withAnimation { - guard item.element.action != nil else { return } - interactionState = hovering ? .hovering : .normal - interactionStateIndex = item.offset - } - } - .gesture( - TapGesture() - .onEnded { - item.element.action?.1() - withAnimation { - interactionState = .normal - interactionStateIndex = nil - } - } - ) - - } +// ForEach(Array(items.enumerated()), id: \.offset) { item in +// Divider() +// .ignoresSafeArea() +// .opacity(item.offset == 0 ? 1 : 0.75) +// items.element +// .safeAreaPadding(20) +// .onHover { hovering in +// withAnimation { +// guard item.element.action != nil else { return } +// interactionState = hovering ? .hovering : .normal +// interactionStateIndex = item.offset +// } +// } +// .gesture( +// TapGesture() +// .onEnded { +// item.element.action?.1() +// withAnimation { +// interactionState = .normal +// interactionStateIndex = nil +// } +// } +// ) +// +// } } ._background(interactionState: .normal) .frame(minWidth: 150, maxWidth: .infinity) diff --git a/Sources/Packages/Sources/SSHProtocolKit/OpenSSHPublicKeyWriter.swift b/Sources/Packages/Sources/SSHProtocolKit/OpenSSHPublicKeyWriter.swift index 16854a3..cbc105b 100644 --- a/Sources/Packages/Sources/SSHProtocolKit/OpenSSHPublicKeyWriter.swift +++ b/Sources/Packages/Sources/SSHProtocolKit/OpenSSHPublicKeyWriter.swift @@ -19,7 +19,7 @@ public struct OpenSSHPublicKeyWriter: Sendable { ("nistp" + String(describing: secret.keyType.size)).lengthAndData + secret.publicKey.lengthAndData case .mldsa: - // https://www.ietf.org/archive/id/draft-sfluhrer-ssh-mldsa-04.txt + // https://datatracker.ietf.org/doc/html/draft-sfluhrer-ssh-mldsa-05 openSSHIdentifier(for: secret.keyType).lengthAndData + secret.publicKey.lengthAndData case .rsa: diff --git a/Sources/Packages/Sources/SSHProtocolKit/OpenSSHReader.swift b/Sources/Packages/Sources/SSHProtocolKit/OpenSSHReader.swift index e33d738..bdcc1a9 100644 --- a/Sources/Packages/Sources/SSHProtocolKit/OpenSSHReader.swift +++ b/Sources/Packages/Sources/SSHProtocolKit/OpenSSHReader.swift @@ -42,6 +42,18 @@ public final class OpenSSHReader { return convertEndianness ? T(value.bigEndian) : T(value) } + public func readNextByteAsBool() throws(OpenSSHReaderError) -> Bool { + let size = MemoryLayout.size + guard remaining.count >= size else { throw .beyondBounds } + let lengthRange = 0.. String { try String(decoding: readNextChunk(convertEndianness: convertEndianness), as: UTF8.self) } @@ -53,5 +65,6 @@ public final class OpenSSHReader { } public enum OpenSSHReaderError: Error, Codable { + case incorrectFormat case beyondBounds } diff --git a/Sources/Packages/Sources/SSHProtocolKit/OpenSSHSignatureWriter.swift b/Sources/Packages/Sources/SSHProtocolKit/OpenSSHSignatureWriter.swift index 25397db..8bdb939 100644 --- a/Sources/Packages/Sources/SSHProtocolKit/OpenSSHSignatureWriter.swift +++ b/Sources/Packages/Sources/SSHProtocolKit/OpenSSHSignatureWriter.swift @@ -17,7 +17,7 @@ public struct OpenSSHSignatureWriter: Sendable { // https://datatracker.ietf.org/doc/html/rfc5656#section-3.1 ecdsaSignature(signature, keyType: secret.keyType) case .mldsa: - // https://datatracker.ietf.org/doc/html/draft-sfluhrer-ssh-mldsa-00#name-public-key-algorithms + // https://datatracker.ietf.org/doc/html/draft-sfluhrer-ssh-mldsa-05 mldsaSignature(signature, keyType: secret.keyType) case .rsa: // https://datatracker.ietf.org/doc/html/rfc4253#section-6.6 diff --git a/Sources/Packages/Sources/SSHProtocolKit/SSHAgentInputParser.swift b/Sources/Packages/Sources/SSHProtocolKit/SSHAgentInputParser.swift index d219a35..c547aaa 100644 --- a/Sources/Packages/Sources/SSHProtocolKit/SSHAgentInputParser.swift +++ b/Sources/Packages/Sources/SSHProtocolKit/SSHAgentInputParser.swift @@ -3,6 +3,8 @@ import OSLog import SecretKit import CertificateKit +import CryptoKit + public protocol SSHAgentInputParserProtocol { func parse(data: Data) async throws -> SSHAgent.Request @@ -53,8 +55,8 @@ public struct SSHAgentInputParser: SSHAgentInputParserProtocol { return .unlock case SSHAgent.Request.addSmartcardKeyConstrained.protocolID: return .addSmartcardKeyConstrained - case SSHAgent.Request.protocolExtension.protocolID: - return .protocolExtension + case SSHAgent.Request.protocolExtension(.empty).protocolID: + return .protocolExtension(try protocolExtension(from: body)) default: return .unknown(rawRequestInt) } @@ -64,12 +66,150 @@ public struct SSHAgentInputParser: SSHAgentInputParserProtocol { extension SSHAgentInputParser { + private enum Constants { + static let userAuthMagic: UInt8 = 50 // SSH2_MSG_USERAUTH_REQUEST + static let sshSigMagic = Data("SSHSIG".utf8) + } + func signatureRequestContext(from data: Data) throws(OpenSSHReaderError) -> SSHAgent.Request.SignatureRequestContext { let reader = OpenSSHReader(data: data) let rawKeyBlob = try reader.readNextChunk() let keyBlob = certificatePublicKeyBlob(from: rawKeyBlob) ?? rawKeyBlob - let dataToSign = try reader.readNextChunk() - return SSHAgent.Request.SignatureRequestContext(keyBlob: keyBlob, dataToSign: dataToSign) + let rawPayload = try reader.readNextChunk() + let payload: SSHAgent.Request.SignatureRequestContext.SignaturePayload + do { + if rawPayload.count > 6 && rawPayload[0..<6] == Constants.sshSigMagic { + payload = .init(raw: rawPayload, decoded: .sshSig(try sshSigPayload(from: rawPayload[6...]))) + } else { + payload = .init(raw: rawPayload, decoded: .sshConnection(try sshConnectionPayload(from: rawPayload))) + } + } catch { + payload = .init(raw: rawPayload, decoded: nil) + } + return SSHAgent.Request.SignatureRequestContext(keyBlob: keyBlob, dataToSign: payload) + } + + func sshSigPayload(from data: Data) throws(OpenSSHReaderError) -> SSHAgent.Request.SignatureRequestContext.SignaturePayload.DecodedPayload.SSHSigPayload { + // https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.sshsig#L79 + let payloadReader = OpenSSHReader(data: data) + let namespace = try payloadReader.readNextChunkAsString() + _ = try payloadReader.readNextChunk() // reserved + let hashAlgorithm = try payloadReader.readNextChunkAsString() + let hash = try payloadReader.readNextChunk() + return .init( + namespace: namespace, + hashAlgorithm: hashAlgorithm, + hash: hash + ) + } + + func sshConnectionPayload(from data: Data) throws(OpenSSHReaderError) -> SSHAgent.Request.SignatureRequestContext.SignaturePayload.DecodedPayload.SSHConnectionPayload { + let payloadReader = OpenSSHReader(data: data) + _ = try payloadReader.readNextChunk() + let magic = try payloadReader.readNextBytes(as: UInt8.self, convertEndianness: false) + guard magic == Constants.userAuthMagic else { throw .incorrectFormat } + let username = try payloadReader.readNextChunkAsString() + _ = try payloadReader.readNextChunkAsString() // "ssh-connection" + _ = try payloadReader.readNextChunkAsString() // "publickey-hostbound-v00@openssh.com" + let hasSignature = try payloadReader.readNextByteAsBool() + let algorithm = try payloadReader.readNextChunkAsString() + let publicKeyReader = try payloadReader.readNextChunkAsSubReader() + _ = try publicKeyReader.readNextChunk() + _ = try publicKeyReader.readNextChunk() + let publicKey = try publicKeyReader.readNextChunk() + let hostKeyReader = try payloadReader.readNextChunkAsSubReader() + _ = try hostKeyReader.readNextChunk() + let hostKey = try hostKeyReader.readNextChunk() + return .init( + username: username, + hasSignature: hasSignature, + publicKeyAlgorithm: algorithm, + publicKey: publicKey, + hostKey: hostKey, + ) + } + + func protocolExtension(from data: Data) throws(AgentParsingError) -> SSHAgent.ProtocolExtension { + do { + let reader = OpenSSHReader(data: data) + let nameRaw = try reader.readNextChunkAsString() + let nameSplit = nameRaw.split(separator: "@") + guard nameSplit.count == 2 else { + throw AgentParsingError.invalidData + } + let (name, domain) = (nameSplit[0], nameSplit[1]) + switch domain { + case SSHAgent.ProtocolExtension.OpenSSHExtension.domain: + switch name { + case SSHAgent.ProtocolExtension.OpenSSHExtension.sessionBind(.empty).name: + let hostkeyBlob = try reader.readNextChunkAsSubReader() + let hostKeyType = try hostkeyBlob.readNextChunkAsString() + let hostKeyData = try hostkeyBlob.readNextChunk() + let sessionID = try reader.readNextChunk() + let signatureBlob = try reader.readNextChunkAsSubReader() + _ = try signatureBlob.readNextChunk() // key type again + let signature = try signatureBlob.readNextChunk() + let forwarding = try reader.readNextByteAsBool() + switch hostKeyType { + case "ssh-ed25519": + let hostKey = try CryptoKit.Curve25519.Signing.PublicKey(rawRepresentation: hostKeyData) + guard hostKey.isValidSignature(signature, for: sessionID) else { + throw AgentParsingError.incorrectSignature + } + case "ecdsa-sha2-nistp256": + let hostKey = try CryptoKit.P256.Signing.PublicKey(rawRepresentation: hostKeyData) + guard hostKey.isValidSignature(try .init(rawRepresentation: signature), for: sessionID) else { + throw AgentParsingError.incorrectSignature + } + case "ecdsa-sha2-nistp384": + let hostKey = try CryptoKit.P384.Signing.PublicKey(rawRepresentation: hostKeyData) + guard hostKey.isValidSignature(try .init(rawRepresentation: signature), for: sessionID) else { + throw AgentParsingError.incorrectSignature + } + case "ssh-mldsa-65": + if #available(macOS 26.0, *) { + let hostKey = try CryptoKit.MLDSA65.PublicKey(rawRepresentation: hostKeyData) + guard hostKey.isValidSignature(signature, for: sessionID) else { + throw AgentParsingError.incorrectSignature + } + } else { + throw AgentParsingError.unhandledRequest + } + case "ssh-mldsa-87": + if #available(macOS 26.0, *) { + let hostKey = try CryptoKit.MLDSA65.PublicKey(rawRepresentation: hostKeyData) + guard hostKey.isValidSignature(signature, for: sessionID) else { + throw AgentParsingError.incorrectSignature + } + } else { + throw AgentParsingError.unhandledRequest + } + case "ssh-rsa": + throw AgentParsingError.unhandledRequest + default: + throw AgentParsingError.unhandledRequest + } + let context = SSHAgent.ProtocolExtension.OpenSSHExtension.SessionBindContext( + hostKey: hostKeyData, + sessionID: sessionID, + signature: signature, + forwarding: forwarding + ) + return .openSSH(.sessionBind(context)) + default: + return .openSSH(.unknown(String(name))) + } + default: + return .unknown(nameRaw) + } + + } catch let error as OpenSSHReaderError { + throw .openSSHReader(error) + } catch let error as AgentParsingError { + throw error + } catch { + throw .unknownRequest + } } func certificatePublicKeyBlob(from hash: Data) -> Data? { @@ -99,6 +239,7 @@ extension SSHAgentInputParser { case unknownRequest case unhandledRequest case invalidData + case incorrectSignature case openSSHReader(OpenSSHReaderError) } diff --git a/Sources/Packages/Sources/SSHProtocolKit/SSHAgentProtocol.swift b/Sources/Packages/Sources/SSHProtocolKit/SSHAgentProtocol.swift index 0007989..1f1a36f 100644 --- a/Sources/Packages/Sources/SSHProtocolKit/SSHAgentProtocol.swift +++ b/Sources/Packages/Sources/SSHProtocolKit/SSHAgentProtocol.swift @@ -19,7 +19,7 @@ extension SSHAgent { case lock case unlock case addSmartcardKeyConstrained - case protocolExtension + case protocolExtension(ProtocolExtension) case unknown(UInt8) public var protocolID: UInt8 { @@ -60,18 +60,82 @@ extension SSHAgent { public struct SignatureRequestContext: Sendable, Codable { public let keyBlob: Data - public let dataToSign: Data + public let dataToSign: SignaturePayload - public init(keyBlob: Data, dataToSign: Data) { + public init(keyBlob: Data, dataToSign: SignaturePayload) { self.keyBlob = keyBlob self.dataToSign = dataToSign } public static var empty: SignatureRequestContext { - SignatureRequestContext(keyBlob: Data(), dataToSign: Data()) + SignatureRequestContext(keyBlob: Data(), dataToSign: SignaturePayload(raw: Data(), decoded: nil)) + } + + public struct SignaturePayload: Sendable, Codable { + + public let raw: Data + public let decoded: DecodedPayload? + + public init( + raw: Data, + decoded: DecodedPayload? + ) { + self.raw = raw + self.decoded = decoded + } + + public enum DecodedPayload: Sendable, Codable { + case sshConnection(SSHConnectionPayload) + case sshSig(SSHSigPayload) + + public struct SSHConnectionPayload: Sendable, Codable { + + public let username: String + public let hasSignature: Bool + public let publicKeyAlgorithm: String + public let publicKey: Data + public let hostKey: Data + + public init( + username: String, + hasSignature: Bool, + publicKeyAlgorithm: String, + publicKey: Data, + hostKey: Data + ) { + self.username = username + self.hasSignature = hasSignature + self.publicKeyAlgorithm = publicKeyAlgorithm + self.publicKey = publicKey + self.hostKey = hostKey + } + + } + + public struct SSHSigPayload: Sendable, Codable { + + public let namespace: String + public let hashAlgorithm: String + public let hash: Data + + public init( + namespace: String, + hashAlgorithm: String, + hash: Data, + ) { + self.namespace = namespace + self.hashAlgorithm = hashAlgorithm + self.hash = hash + } + + } + + } + } } + } /// The type of the SSH Agent Response, as described in https://datatracker.ietf.org/doc/html/draft-miller-ssh-agent#section-5.1 @@ -88,8 +152,8 @@ extension SSHAgent { switch self { case .agentFailure: "SSH_AGENT_FAILURE" case .agentSuccess: "SSH_AGENT_SUCCESS" - case .agentIdentitiesAnswer: "SSH_AGENT_IDENTITIES_ANSWER" - case .agentSignResponse: "SSH_AGENT_SIGN_RESPONSE" + case .agentIdentitiesAnswer: "SSH2_AGENT_IDENTITIES_ANSWER" + case .agentSignResponse: "SSH2_AGENT_SIGN_RESPONSE" case .agentExtensionFailure: "SSH_AGENT_EXTENSION_FAILURE" case .agentExtensionResponse: "SSH_AGENT_EXTENSION_RESPONSE" } diff --git a/Sources/Packages/Sources/SSHProtocolKit/SSHProtocolExtensions.swift b/Sources/Packages/Sources/SSHProtocolKit/SSHProtocolExtensions.swift new file mode 100644 index 0000000..511926f --- /dev/null +++ b/Sources/Packages/Sources/SSHProtocolKit/SSHProtocolExtensions.swift @@ -0,0 +1,76 @@ +import Foundation + +// Extensions, as defined in https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.agent + +extension SSHAgent { + + public enum ProtocolExtension: CustomDebugStringConvertible, Codable, Sendable { + case openSSH(OpenSSHExtension) + case unknown(String) + + public var debugDescription: String { + switch self { + case let .openSSH(protocolExtension): + protocolExtension.debugDescription + case .unknown(let string): + "Unknown (\(string))" + } + } + + public static var empty: ProtocolExtension { + .unknown("empty") + } + + private struct ProtocolExtensionParsingError: Error {} + + } + +} + +extension SSHAgent.ProtocolExtension { + + public enum OpenSSHExtension: CustomDebugStringConvertible, Codable, Sendable { + case sessionBind(SessionBindContext) + case unknown(String) + + public static var domain: String { + "openssh.com" + } + + public var name: String { + switch self { + case .sessionBind: + "session-bind" + case .unknown(let name): + name + } + } + + public var debugDescription: String { + "\(name)@\(OpenSSHExtension.domain)" + } + } + +} + +extension SSHAgent.ProtocolExtension.OpenSSHExtension { + + public struct SessionBindContext: Codable, Sendable { + + public let hostKey: Data + public let sessionID: Data + public let signature: Data + public let forwarding: Bool + + public init(hostKey: Data, sessionID: Data, signature: Data, forwarding: Bool) { + self.hostKey = hostKey + self.sessionID = sessionID + self.signature = signature + self.forwarding = forwarding + } + + public static let empty = SessionBindContext(hostKey: Data(), sessionID: Data(), signature: Data(), forwarding: false) + + } + +} diff --git a/Sources/Packages/Sources/SecretAgentKit/Agent.swift b/Sources/Packages/Sources/SecretAgentKit/Agent.swift index edf3b01..4bb3dc9 100644 --- a/Sources/Packages/Sources/SecretAgentKit/Agent.swift +++ b/Sources/Packages/Sources/SecretAgentKit/Agent.swift @@ -17,6 +17,8 @@ public final class Agent: Sendable { private let signatureWriter = OpenSSHSignatureWriter() private let logger = Logger(subsystem: "com.maxgoedjen.secretive.secretagent", category: "Agent") + @MainActor private var sessionID: SSHAgent.ProtocolExtension.OpenSSHExtension.SessionBindContext? + /// Initializes an agent with a store list and a witness. /// - Parameters: /// - storeList: The `SecretStoreList` to make available. @@ -38,7 +40,12 @@ public final class Agent: Sendable { extension Agent { - public func handle(request: SSHAgent.Request, provenance: SigningRequestProvenance) async -> Data { + public func handle( + request: SSHAgent.Request, + provenance: SigningRequestProvenance, + hosts: [Data: String]? + ) async -> Data { + logger.debug("Agent received request of type \(request.debugDescription)") // Depending on the launch context (such as after macOS update), the agent may need to reload secrets before acting await reloadSecretsIfNeccessary() var response = Data() @@ -49,9 +56,55 @@ extension Agent { response.append(await identities()) logger.debug("Agent returned \(SSHAgent.Response.agentIdentitiesAnswer.debugDescription)") case .signRequest(let context): + let target: SigningRequestTarget? + switch context.dataToSign.decoded { + case .sshConnection(let payload): + target = .connection( + .init( + username: payload.username, + hasSignature: payload.hasSignature, + publicKeyAlgorithm: payload.publicKeyAlgorithm, + publicKey: payload.publicKey, + hostKey: payload.hostKey, + host: hosts?[payload.hostKey] + ) + ) + if let boundSession = await sessionID { + guard payload.hostKey == boundSession.hostKey else { + logger.error("Agent received bind request, but host key does not match signature request host key.") + throw BindingFailure() + } + } + case .sshSig(let payload): + target = .signature( + .init( + namespace: payload.namespace, + hashAlgorithm: payload.hashAlgorithm, + hash: payload.hash + ) + ) + default: + target = nil + } + _ = target response.append(SSHAgent.Response.agentSignResponse.data) - response.append(try await sign(data: context.dataToSign, keyBlob: context.keyBlob, provenance: provenance)) + response.append(try await sign(data: context.dataToSign.raw, keyBlob: context.keyBlob, provenance: provenance, target: target)) logger.debug("Agent returned \(SSHAgent.Response.agentSignResponse.debugDescription)") + case .protocolExtension(.openSSH(.sessionBind(let bind))): + // This is disabled until forward enforcement is handled. + _ = bind + response = try await MainActor.run { + logger.debug("Agent received bind request but not currently supported.") + throw UnhandledRequestError() +// guard sessionID == nil else { +// logger.error("Agent received bind request, but already bound.") +// throw BindingFailure() +// } +// logger.debug("Agent bound") +// sessionID = bind +// return SSHAgent.Response.agentSuccess.data + } + logger.debug("Agent returned \(SSHAgent.Response.agentSuccess.debugDescription)") case .unknown(let value): logger.error("Agent received unknown request of type \(value).") throw UnhandledRequestError() @@ -99,16 +152,15 @@ extension Agent { /// - data: The data to sign. /// - provenance: A ``SecretKit.SigningRequestProvenance`` object describing the origin of the request. /// - Returns: An OpenSSH formatted Data payload containing the signed data response. - func sign(data: Data, keyBlob: Data, provenance: SigningRequestProvenance) async throws -> Data { + func sign(data: Data, keyBlob: Data, provenance: SigningRequestProvenance, target: SigningRequestTarget?) async throws -> Data { guard let (secret, store) = await secret(matching: keyBlob) else { let keyBlobHex = keyBlob.formatted(.hex()) logger.debug("Agent did not have a key matching \(keyBlobHex)") throw NoMatchingKeyError() } - logger.debug("Agent offering witness chance to object") do { - try await witness?.speakNowOrForeverHoldYourPeace(forAccessTo: secret, from: store, by: provenance) + try await witness?.speakNowOrForeverHoldYourPeace(forAccessTo: secret, from: store, by: provenance, target: target) } catch { logger.debug("Witness objected") throw error @@ -117,26 +169,26 @@ extension Agent { if secret.authenticationRequirement.required { // Slow path, may block or suggest batching. - return try await signWithRequiredAuthentication(data: data, store: store, secret: secret, provenance: provenance) + return try await signWithRequiredAuthentication(data: data, store: store, secret: secret, provenance: provenance, target: target) } else { // Fast path, no blocking/enqueing required - return try await signWithoutRequiredAuthentication(data: data, store: store, secret: secret, provenance: provenance) + return try await signWithoutRequiredAuthentication(data: data, store: store, secret: secret, provenance: provenance, target: target) } } - func signWithoutRequiredAuthentication(data: Data, store: AnySecretStore, secret: AnySecret, provenance: SigningRequestProvenance) async throws -> Data { - let rawRepresentation = try await store.sign(data: data, with: secret, for: provenance, context: nil) + func signWithoutRequiredAuthentication(data: Data, store: AnySecretStore, secret: AnySecret, provenance: SigningRequestProvenance, target: SigningRequestTarget?) async throws -> Data { + let rawRepresentation = try await store.sign(data: data, with: secret, for: provenance, target: target, context: nil) let signedData = signatureWriter.data(secret: secret, signature: rawRepresentation) - try await witness?.witness(accessTo: secret, from: store, by: provenance, offerPersistence: false) + try await witness?.witness(accessTo: secret, from: store, by: provenance, target: target, offerPersistence: false) logger.debug("Agent signed request") return signedData } - func signWithRequiredAuthentication(data: Data, store: AnySecretStore, secret: AnySecret, provenance: SigningRequestProvenance) async throws -> Data { + func signWithRequiredAuthentication(data: Data, store: AnySecretStore, secret: AnySecret, provenance: SigningRequestProvenance, target: SigningRequestTarget?) async throws -> Data { let context = try await authenticationHandler.waitForAuthentication(for: SignatureRequest(secret: secret, provenance: provenance)) - let result = try await store.sign(data: data, with: secret, for: provenance, context: context.laContext) + let result = try await store.sign(data: data, with: secret, for: provenance, target: target, context: context.laContext) let signedData = signatureWriter.data(secret: secret, signature: result) - try await witness?.witness(accessTo: secret, from: store, by: provenance, offerPersistence: false) // FIXME: THIS + try await witness?.witness(accessTo: secret, from: store, by: provenance, target: target, offerPersistence: false) // FIXME: THIS logger.debug("Agent signed request") return signedData } @@ -172,6 +224,7 @@ extension Agent { struct NoMatchingKeyError: Error {} struct UnhandledRequestError: Error {} + struct BindingFailure: Error {} } diff --git a/Sources/Packages/Sources/SecretAgentKit/SigningWitness.swift b/Sources/Packages/Sources/SecretAgentKit/SigningWitness.swift index a8cc2e6..7336ccb 100644 --- a/Sources/Packages/Sources/SecretAgentKit/SigningWitness.swift +++ b/Sources/Packages/Sources/SecretAgentKit/SigningWitness.swift @@ -1,5 +1,6 @@ import Foundation import SecretKit +import SSHProtocolKit /// A protocol that allows conformers to be notified of access to secrets, and optionally prevent access. public protocol SigningWitness: Sendable { @@ -10,13 +11,13 @@ public protocol SigningWitness: Sendable { /// - store: The `Store` being asked to sign the request.. /// - provenance: A `SigningRequestProvenance` object describing the origin of the request. /// - Note: This method being called does not imply that the requst has been authorized. If a secret requires authentication, authentication will still need to be performed by the user before the request will be performed. If the user declines or fails to authenticate, the request will fail. - func speakNowOrForeverHoldYourPeace(forAccessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance) async throws + func speakNowOrForeverHoldYourPeace(forAccessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance, target: SigningRequestTarget?) async throws /// Notifies the callee that a signing operation has been performed for a given secret. /// - Parameters: /// - secret: The `Secret` that will was used to sign the request. /// - store: The `Store` that signed the request.. /// - provenance: A `SigningRequestProvenance` object describing the origin of the request. - func witness(accessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance, offerPersistence: Bool) async throws + func witness(accessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance, target: SigningRequestTarget?, offerPersistence: Bool) async throws } diff --git a/Sources/Packages/Sources/SecretKit/Erasers/AnySecretStore.swift b/Sources/Packages/Sources/SecretKit/Erasers/AnySecretStore.swift index 7919332..5ed9557 100644 --- a/Sources/Packages/Sources/SecretKit/Erasers/AnySecretStore.swift +++ b/Sources/Packages/Sources/SecretKit/Erasers/AnySecretStore.swift @@ -9,7 +9,7 @@ open class AnySecretStore: SecretStore, @unchecked Sendable { private let _id: @Sendable () -> UUID private let _name: @MainActor @Sendable () -> String private let _secrets: @MainActor @Sendable () -> [AnySecret] - private let _sign: @Sendable (Data, AnySecret, SigningRequestProvenance, LAContext?) async throws -> Data + private let _sign: @Sendable (Data, AnySecret, SigningRequestProvenance, SigningRequestTarget?, LAContext?) async throws -> Data private let _reloadSecrets: @Sendable () async -> Void public init(_ secretStore: SecretStoreType) where SecretStoreType: SecretStore { @@ -18,7 +18,7 @@ open class AnySecretStore: SecretStore, @unchecked Sendable { _name = { secretStore.name } _id = { secretStore.id } _secrets = { secretStore.secrets.map { AnySecret($0) } } - _sign = { try await secretStore.sign(data: $0, with: $1.base as! SecretStoreType.SecretType, for: $2, context: $3) } + _sign = { try await secretStore.sign(data: $0, with: $1.base as! SecretStoreType.SecretType, for: $2, target: $3, context: $4) } _reloadSecrets = { await secretStore.reloadSecrets() } } @@ -38,8 +38,8 @@ open class AnySecretStore: SecretStore, @unchecked Sendable { return _secrets() } - public func sign(data: Data, with secret: AnySecret, for provenance: SigningRequestProvenance, context: LAContext?) async throws -> Data { - try await _sign(data, secret, provenance, context) + public func sign(data: Data, with secret: AnySecret, for provenance: SigningRequestProvenance, target: SigningRequestTarget?, context: LAContext?) async throws -> Data { + try await _sign(data, secret, provenance, target, context) } public func reloadSecrets() async { diff --git a/Sources/Packages/Sources/SecretKit/Types/SecretStore.swift b/Sources/Packages/Sources/SecretKit/Types/SecretStore.swift index 08064a1..dae84ce 100644 --- a/Sources/Packages/Sources/SecretKit/Types/SecretStore.swift +++ b/Sources/Packages/Sources/SecretKit/Types/SecretStore.swift @@ -21,7 +21,7 @@ public protocol SecretStore: Identifiable, Sendable { /// - secret: The ``Secret`` to sign with. /// - provenance: A ``SigningRequestProvenance`` describing where the request came from. /// - Returns: The signed data. - func sign(data: Data, with secret: SecretType, for provenance: SigningRequestProvenance, context: LAContext?) async throws -> Data + func sign(data: Data, with secret: SecretType, for provenance: SigningRequestProvenance, target: SigningRequestTarget?, context: LAContext?) async throws -> Data /// Requests that the store reload secrets from any backing store, if neccessary. func reloadSecrets() async diff --git a/Sources/Packages/Sources/SecretKit/Types/SigningRequestTarget.swift b/Sources/Packages/Sources/SecretKit/Types/SigningRequestTarget.swift new file mode 100644 index 0000000..f92ac84 --- /dev/null +++ b/Sources/Packages/Sources/SecretKit/Types/SigningRequestTarget.swift @@ -0,0 +1,55 @@ +import Foundation +import AppKit + +/// Describes the target of the signature operation. +public enum SigningRequestTarget: Sendable { + + case connection(ConnectionPayload) + case signature(SignaturePayload) + + public struct ConnectionPayload: Sendable, Codable{ + + public let username: String + public let hasSignature: Bool + public let publicKeyAlgorithm: String + public let publicKey: Data + public let hostKey: Data + public let host: String? + + public init( + username: String, + hasSignature: Bool, + publicKeyAlgorithm: String, + publicKey: Data, + hostKey: Data, + host: String? + ) { + self.username = username + self.hasSignature = hasSignature + self.publicKeyAlgorithm = publicKeyAlgorithm + self.publicKey = publicKey + self.hostKey = hostKey + self.host = host + } + + } + + public struct SignaturePayload: Sendable, Codable { + + public let namespace: String + public let hashAlgorithm: String + public let hash: Data + + public init( + namespace: String, + hashAlgorithm: String, + hash: Data, + ) { + self.namespace = namespace + self.hashAlgorithm = hashAlgorithm + self.hash = hash + } + + } + +} diff --git a/Sources/Packages/Sources/SecureEnclaveSecretKit/SecureEnclaveStore.swift b/Sources/Packages/Sources/SecureEnclaveSecretKit/SecureEnclaveStore.swift index d72f07f..cef53be 100644 --- a/Sources/Packages/Sources/SecureEnclaveSecretKit/SecureEnclaveStore.swift +++ b/Sources/Packages/Sources/SecureEnclaveSecretKit/SecureEnclaveStore.swift @@ -36,8 +36,7 @@ extension SecureEnclave { // MARK: SecretStore - public func sign(data: Data, with secret: Secret, for provenance: SigningRequestProvenance, context: LAContext?) async throws -> Data { - + public func sign(data: Data, with secret: Secret, for provenance: SigningRequestProvenance, target: SigningRequestTarget?, context: LAContext?) async throws -> Data { let queryAttributes = KeychainDictionary([ kSecClass: Constants.keyClass, kSecAttrService: Constants.keyTag, diff --git a/Sources/Packages/Sources/SmartCardSecretKit/SmartCardStore.swift b/Sources/Packages/Sources/SmartCardSecretKit/SmartCardStore.swift index 522939c..ca6960d 100644 --- a/Sources/Packages/Sources/SmartCardSecretKit/SmartCardStore.swift +++ b/Sources/Packages/Sources/SmartCardSecretKit/SmartCardStore.swift @@ -56,8 +56,7 @@ extension SmartCard { // MARK: Public API - - public func sign(data: Data, with secret: SmartCard.Secret, for provenance: SigningRequestProvenance, context: LAContext?) async throws -> Data { + public func sign(data: Data, with secret: Secret, for provenance: SigningRequestProvenance, target: SigningRequestTarget?, context: LAContext?) async throws -> Data { guard let tokenID = await state.tokenID else { fatalError() } let attributes = KeychainDictionary([ kSecClass: kSecClassKey, diff --git a/Sources/Packages/Sources/XPCWrappers/XPCServiceDelegate.swift b/Sources/Packages/Sources/XPCWrappers/XPCServiceDelegate.swift index b2050f4..3719135 100644 --- a/Sources/Packages/Sources/XPCWrappers/XPCServiceDelegate.swift +++ b/Sources/Packages/Sources/XPCWrappers/XPCServiceDelegate.swift @@ -12,7 +12,9 @@ public final class XPCServiceDelegate: NSObject, NSXPCListenerDelegate { newConnection.exportedInterface = NSXPCInterface(with: (any _XPCProtocol).self) let exportedObject = exportedObject newConnection.exportedObject = exportedObject - newConnection.setCodeSigningRequirement("anchor apple generic and certificate leaf[subject.OU] = \"\(ProcessInfo.processInfo.teamID)\"") +#if !DEBUG + newConnection.setCodeSigningRequirement("anchor apple generic and certificate leaf[subject.OU] = \"Z72PRUAWF6\"") +#endif newConnection.resume() return true } diff --git a/Sources/Packages/Sources/XPCWrappers/XPCTypedSession.swift b/Sources/Packages/Sources/XPCWrappers/XPCTypedSession.swift index 509c48e..101a21b 100644 --- a/Sources/Packages/Sources/XPCWrappers/XPCTypedSession.swift +++ b/Sources/Packages/Sources/XPCWrappers/XPCTypedSession.swift @@ -8,7 +8,9 @@ public struct XPCTypedSession Data { + public func sign(data: Data, with secret: Secret, for provenance: SigningRequestProvenance, target: SigningRequestTarget?, context: LAContext?) throws -> Data { guard !shouldThrow else { throw NSError(domain: "test", code: 0, userInfo: nil) } @@ -57,13 +58,6 @@ extension Stub { return try privateKey.signature(for: data).rawRepresentation } - public func existingAuthenticationContextProtocol(secret: Stub.Secret) -> AuthenticationContextProtocol? { - nil - } - - public func persistAuthentication(secret: Stub.Secret, forDuration duration: TimeInterval) throws { - } - public func reloadSecrets() { } diff --git a/Sources/Packages/Tests/SecretAgentKitTests/StubWitness.swift b/Sources/Packages/Tests/SecretAgentKitTests/StubWitness.swift index 2fa1af8..9f31a8d 100644 --- a/Sources/Packages/Tests/SecretAgentKitTests/StubWitness.swift +++ b/Sources/Packages/Tests/SecretAgentKitTests/StubWitness.swift @@ -10,14 +10,14 @@ struct StubWitness { extension StubWitness: SigningWitness { -func speakNowOrForeverHoldYourPeace(forAccessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance) throws { + func speakNowOrForeverHoldYourPeace(forAccessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance, target: SigningRequestTarget?) throws { let objection = speakNow(secret, provenance) if objection { throw TheresMyChance() } } -func witness(accessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance) throws { +func witness(accessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance, target: SigningRequestTarget?) throws { witness(secret, provenance) } diff --git a/Sources/SecretAgent/App.swift b/Sources/SecretAgent/App.swift index 143141e..3d98991 100644 --- a/Sources/SecretAgent/App.swift +++ b/Sources/SecretAgent/App.swift @@ -54,9 +54,10 @@ struct SecretAgent: App { Task { do { let inputParser = try await XPCAgentInputParser() + let hosts = try? await XPCHostsfileReader().read() for await message in session.messages { let request = try await inputParser.parse(data: message) - let agentResponse = await agent.handle(request: request, provenance: session.provenance) + let agentResponse = await agent.handle(request: request, provenance: session.provenance, hosts: hosts) try session.write(agentResponse) } } catch { diff --git a/Sources/SecretAgent/AppDelegate.swift b/Sources/SecretAgent/AppDelegate.swift new file mode 100644 index 0000000..8416725 --- /dev/null +++ b/Sources/SecretAgent/AppDelegate.swift @@ -0,0 +1,96 @@ +import Cocoa +import OSLog +import SecretKit +import SecureEnclaveSecretKit +import SmartCardSecretKit +import SecretAgentKit +import Brief +import Observation +import SSHProtocolKit +import CertificateKit +import Common +import SwiftUI + +extension EnvironmentValues { + + @MainActor fileprivate static let _certificateStore: CertificateStore = CertificateStore() + + @MainActor var certificateStore: CertificateStore { + EnvironmentValues._certificateStore + } + + +} +@main +class AppDelegate: NSObject, NSApplicationDelegate { + + @MainActor private let storeList: SecretStoreList = { + let list = SecretStoreList() + let cryptoKit = SecureEnclave.Store() + let migrator = SecureEnclave.CryptoKitMigrator() + try? migrator.migrate(to: cryptoKit) + list.add(store: cryptoKit) + list.add(store: SmartCard.Store()) + let certsMigrator = CertificateMigrator(homeDirectory: URL.homeDirectory, certificateStore: EnvironmentValues._certificateStore) + try? certsMigrator.migrate() + return list + }() + private let updater = Updater(checkOnLaunch: true) + private let notifier = Notifier() + private let publicKeyFileStoreController = PublicKeyFileStoreController(publicKeysURL: URL.publicKeyDirectory, certificatesURL: URL.certificatesDirectory) + @MainActor private lazy var agent: Agent = { + Agent(storeList: storeList, certificateStore: EnvironmentValues._certificateStore, witness: notifier) + }() + private lazy var socketController: SocketController = { + let path = URL.socketPath as String + return SocketController(path: path) + }() + private let logger = Logger(subsystem: "com.maxgoedjen.secretive.secretagent", category: "AppDelegate") + + func applicationDidFinishLaunching(_ aNotification: Notification) { + logger.debug("SecretAgent finished launching") + Task { + for await session in socketController.sessions { + Task { + do { + let inputParser = try await XPCAgentInputParser() + let hostsReader = try? await XPCHostsfileReader() + let hosts = try? await hostsReader?.read() + for await message in session.messages { + let request = try await inputParser.parse(data: message) + let agentResponse = await agent.handle(request: request, provenance: session.provenance, hosts: hosts) + try session.write(agentResponse) + } + } catch { + try? session.close() + } + } + } + } + Task { + for await _ in NotificationCenter.default.notifications(named: .secretStoreReloaded) { + try? publicKeyFileStoreController.generatePublicKeys(for: storeList.allSecrets, clear: true) + } + } + Task { + for await _ in NotificationCenter.default.notifications(named: .certificateStoreReloaded) { + try? publicKeyFileStoreController.generateCertificates(for: EnvironmentValues._certificateStore.certificates, clear: true) + } + } + try? publicKeyFileStoreController.generatePublicKeys(for: storeList.allSecrets, clear: true) + try? publicKeyFileStoreController.generateCertificates(for: EnvironmentValues._certificateStore.certificates, clear: true) + notifier.prompt() + _ = withObservationTracking { + updater.update + } onChange: { [updater, notifier] in + Task { + guard !updater.currentVersion.isTestBuild else { return } + await notifier.notify(update: updater.update!) { release in + await updater.ignore(release: release) + } + } + } + } + +} + diff --git a/Sources/SecretAgent/Notifier.swift b/Sources/SecretAgent/Notifier.swift index bdb50a8..e6c8b97 100644 --- a/Sources/SecretAgent/Notifier.swift +++ b/Sources/SecretAgent/Notifier.swift @@ -61,12 +61,19 @@ final class Notifier: Sendable { notificationCenter.requestAuthorization(options: .alert) { _, _ in } } - func notify(accessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance, offerPersistence: Bool) async { + func notify(accessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance, target: SigningRequestTarget?, offerPersistence: Bool) async { await notificationDelegate.state.setPending(secret: secret, store: store) let notificationCenter = UNUserNotificationCenter.current() let notificationContent = UNMutableNotificationContent() notificationContent.title = String(localized: .signedNotificationTitle(appName: provenance.origin.displayName)) - notificationContent.subtitle = String(localized: .signedNotificationDescription(secretName: secret.name)) + switch target { + case .connection(let payload) where payload.host != nil: + notificationContent.subtitle = String(localized: .signedConnectionNotificationDescription(secretName: secret.name, username: payload.username, host: payload.host!)) + case .signature(let payload): + notificationContent.subtitle = String(localized: .signedSignatureNotificationDescription(secretName: secret.name, namespace: payload.namespace)) + default: + notificationContent.subtitle = String(localized: .signedNotificationDescription(secretName: secret.name)) + } notificationContent.userInfo[Constants.persistSecretIDKey] = secret.id.description notificationContent.userInfo[Constants.persistStoreIDKey] = store.id.description notificationContent.interruptionLevel = .timeSensitive @@ -101,11 +108,16 @@ final class Notifier: Sendable { extension Notifier: SigningWitness { - func speakNowOrForeverHoldYourPeace(forAccessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance) async throws { + func speakNowOrForeverHoldYourPeace( + forAccessTo secret: AnySecret, + from store: AnySecretStore, + by provenance: SigningRequestProvenance, + target: SigningRequestTarget? + ) async throws { } - func witness(accessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance, offerPersistence: Bool) async throws { - await notify(accessTo: secret, from: store, by: provenance, offerPersistence: offerPersistence) + func witness(accessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance, target: SigningRequestTarget?, offerPersistence: Bool) async throws { + await notify(accessTo: secret, from: store, by: provenance, target: target, offerPersistence: offerPersistence) } } diff --git a/Sources/SecretAgent/XPCHostsfileReader.swift b/Sources/SecretAgent/XPCHostsfileReader.swift new file mode 100644 index 0000000..9dc0754 --- /dev/null +++ b/Sources/SecretAgent/XPCHostsfileReader.swift @@ -0,0 +1,36 @@ +import Foundation +import OSLog +import XPCWrappers +import OSLog + +public final class XPCHostsfileReader { + + private let logger = Logger(subsystem: "com.maxgoedjen.secretive.secretagent", category: "XPCHostsfileReader") + private let session: XPCTypedSession<[Data: String], HostsfileReaderError> + + public init() async throws { + logger.debug("Creating XPCHostsfileReader") + session = try await XPCTypedSession(serviceName: "com.maxgoedjen.Secretive.SecretAgentHostsfileReader", warmup: true) + logger.debug("XPCHostsfileReader is warmed up.") + } + + public func read() async throws -> [Data: String] { + logger.debug("Reading hosts file") + defer { logger.debug("Read hosts file") } + return try await session.send(Data()) + } + + deinit { + session.complete() + } + +} + +extension XPCHostsfileReader { + + public enum HostsfileReaderError: Error, Codable { + case fileDoesNotExist + case parseError + } + +} diff --git a/Sources/SecretAgentHostsfileReader/Info.plist b/Sources/SecretAgentHostsfileReader/Info.plist new file mode 100644 index 0000000..c123a5d --- /dev/null +++ b/Sources/SecretAgentHostsfileReader/Info.plist @@ -0,0 +1,11 @@ + + + + + XPCService + + ServiceType + Application + + + diff --git a/Sources/SecretAgentHostsfileReader/SecretAgentHostsfileReader.entitlements b/Sources/SecretAgentHostsfileReader/SecretAgentHostsfileReader.entitlements new file mode 100644 index 0000000..9dca69b --- /dev/null +++ b/Sources/SecretAgentHostsfileReader/SecretAgentHostsfileReader.entitlements @@ -0,0 +1,18 @@ + + + + + com.apple.security.hardened-process + + com.apple.security.hardened-process.checked-allocations + + com.apple.security.hardened-process.dyld-ro + + com.apple.security.hardened-process.enhanced-security-version-string + 2 + com.apple.security.hardened-process.hardened-heap + + com.apple.security.hardened-process.platform-restrictions-string + 2 + + diff --git a/Sources/SecretAgentHostsfileReader/SecretAgentHostsfileReader.swift b/Sources/SecretAgentHostsfileReader/SecretAgentHostsfileReader.swift new file mode 100644 index 0000000..b9cb3ef --- /dev/null +++ b/Sources/SecretAgentHostsfileReader/SecretAgentHostsfileReader.swift @@ -0,0 +1,25 @@ +import Foundation +import OSLog +import XPCWrappers +import SSHProtocolKit + +final class SecretAgentHostsfileReader: NSObject, XPCProtocol { + + private let logger = Logger(subsystem: "com.maxgoedjen.secretive.SecretAgentHostsfileReader", category: "SecretAgentHostsfileReader") + + func process(_ data: Data) async throws -> [Data: String] { + logger.log("Parsing hostsfile") + var result: [Data: String] = [:] + for try await line in URL(filePath: NSHomeDirectory().appending("/.ssh/known_hosts")).lines { + let split = line.split(separator: " ").map(String.init) + guard split.count == 3 else { continue } + guard let decoded = Data(base64Encoded: split[2]) else { continue } + let reader = OpenSSHReader(data: decoded) + _ = try reader.readNextChunk() + let key = try reader.readNextChunk() + result[key] = split[0] + } + return result + } + +} diff --git a/Sources/SecretAgentHostsfileReader/main.swift b/Sources/SecretAgentHostsfileReader/main.swift new file mode 100644 index 0000000..4a26167 --- /dev/null +++ b/Sources/SecretAgentHostsfileReader/main.swift @@ -0,0 +1,7 @@ +import Foundation +import XPCWrappers + +let delegate = XPCServiceDelegate(exportedObject: SecretAgentHostsfileReader()) +let listener = NSXPCListener.service() +listener.delegate = delegate +listener.resume() diff --git a/Sources/Secretive.xcodeproj/project.pbxproj b/Sources/Secretive.xcodeproj/project.pbxproj index 269dfbf..5689a80 100644 --- a/Sources/Secretive.xcodeproj/project.pbxproj +++ b/Sources/Secretive.xcodeproj/project.pbxproj @@ -31,6 +31,12 @@ 504788F42E681F6900B4556F /* ToolConfigurationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504788F32E681F6900B4556F /* ToolConfigurationView.swift */; }; 504788F62E68206F00B4556F /* GettingStartedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504788F52E68206F00B4556F /* GettingStartedView.swift */; }; 504789232E697DD300B4556F /* BoxBackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504789222E697DD300B4556F /* BoxBackgroundStyle.swift */; }; + 505402A03034B692000C3356 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5054029D3034B692000C3356 /* main.swift */; }; + 505402A13034B692000C3356 /* SecretAgentHostsfileReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5054029E3034B692000C3356 /* SecretAgentHostsfileReader.swift */; }; + 505402A33034B787000C3356 /* SecretAgentHostsfileReader.xpc in Embed XPC Services */ = {isa = PBXBuildFile; fileRef = 5054028D3034B5E3000C3356 /* SecretAgentHostsfileReader.xpc */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + 505402A73034B7A4000C3356 /* XPCWrappers in Frameworks */ = {isa = PBXBuildFile; productRef = 505402A63034B7A4000C3356 /* XPCWrappers */; }; + 505402AA3034B80E000C3356 /* XPCHostsfileReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 505402A93034B80E000C3356 /* XPCHostsfileReader.swift */; }; + 505402AC303594D1000C3356 /* SSHProtocolKit in Frameworks */ = {isa = PBXBuildFile; productRef = 505402AB303594D1000C3356 /* SSHProtocolKit */; }; 50571E0324393C2600F76F6C /* JustUpdatedChecker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50571E0224393C2600F76F6C /* JustUpdatedChecker.swift */; }; 505F5EF22FA9635700C45824 /* CertificateKit in Frameworks */ = {isa = PBXBuildFile; productRef = 505F5EF12FA9635700C45824 /* CertificateKit */; }; 50617D8323FCE48E0099B055 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50617D8223FCE48E0099B055 /* App.swift */; }; @@ -110,6 +116,13 @@ remoteGlobalIDString = 501577BC2E6BC5B4004A37D0; remoteInfo = ReleasesDownloader; }; + 505402A43034B787000C3356 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 50617D7723FCE48D0099B055 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5054028C3034B5E3000C3356; + remoteInfo = SecretAgentHostsfileReader; + }; 50692D1B2E6FDB880043C7BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 50617D7723FCE48D0099B055 /* Project object */; @@ -174,6 +187,7 @@ dstPath = "$(CONTENTS_FOLDER_PATH)/XPCServices"; dstSubfolderSpec = 16; files = ( + 505402A33034B787000C3356 /* SecretAgentHostsfileReader.xpc in Embed XPC Services */, 50692E6D2E6FFA5F0043C7BB /* SecretiveUpdater.xpc in Embed XPC Services */, 50E2052D2FAAB92000402380 /* SecretiveCertificateParser.xpc in Embed XPC Services */, 50692E702E6FFA6E0043C7BB /* SecretAgentInputParser.xpc in Embed XPC Services */, @@ -229,6 +243,12 @@ 504788F32E681F6900B4556F /* ToolConfigurationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolConfigurationView.swift; sourceTree = ""; }; 504788F52E68206F00B4556F /* GettingStartedView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GettingStartedView.swift; sourceTree = ""; }; 504789222E697DD300B4556F /* BoxBackgroundStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoxBackgroundStyle.swift; sourceTree = ""; }; + 5054028D3034B5E3000C3356 /* SecretAgentHostsfileReader.xpc */ = {isa = PBXFileReference; explicitFileType = "wrapper.xpc-service"; includeInIndex = 0; path = SecretAgentHostsfileReader.xpc; sourceTree = BUILT_PRODUCTS_DIR; }; + 5054029C3034B692000C3356 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 5054029D3034B692000C3356 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; + 5054029E3034B692000C3356 /* SecretAgentHostsfileReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecretAgentHostsfileReader.swift; sourceTree = ""; }; + 505402A83034B7D2000C3356 /* SecretAgentHostsfileReader.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SecretAgentHostsfileReader.entitlements; sourceTree = ""; }; + 505402A93034B80E000C3356 /* XPCHostsfileReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XPCHostsfileReader.swift; sourceTree = ""; }; 50571E0224393C2600F76F6C /* JustUpdatedChecker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JustUpdatedChecker.swift; sourceTree = ""; }; 5059933F2E7A3B5B0092CFFA /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/Main.storyboard; sourceTree = ""; }; 50617D7F23FCE48E0099B055 /* Secretive.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Secretive.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -290,6 +310,15 @@ /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 5054028A3034B5E3000C3356 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 505402AC303594D1000C3356 /* SSHProtocolKit in Frameworks */, + 505402A73034B7A4000C3356 /* XPCWrappers in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 50617D7C23FCE48D0099B055 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -407,6 +436,17 @@ path = Views; sourceTree = ""; }; + 5054029F3034B692000C3356 /* SecretAgentHostsfileReader */ = { + isa = PBXGroup; + children = ( + 505402A83034B7D2000C3356 /* SecretAgentHostsfileReader.entitlements */, + 5054029C3034B692000C3356 /* Info.plist */, + 5054029D3034B692000C3356 /* main.swift */, + 5054029E3034B692000C3356 /* SecretAgentHostsfileReader.swift */, + ); + path = SecretAgentHostsfileReader; + sourceTree = ""; + }; 50617D7623FCE48D0099B055 = { isa = PBXGroup; children = ( @@ -417,6 +457,7 @@ 50692D272E6FDB8D0043C7BB /* SecretiveUpdater */, 50692E662E6FF9E20043C7BB /* SecretAgentInputParser */, 50E205262FAAB82700402380 /* SecretiveCertificateParser */, + 5054029F3034B692000C3356 /* SecretAgentHostsfileReader */, 50617D8023FCE48E0099B055 /* Products */, 5099A08B240243730062B6F2 /* Frameworks */, ); @@ -430,6 +471,7 @@ 50692D122E6FDB880043C7BB /* SecretiveUpdater.xpc */, 50692E502E6FF9D20043C7BB /* SecretAgentInputParser.xpc */, 50E205142FAAB81C00402380 /* SecretiveCertificateParser.xpc */, + 5054028D3034B5E3000C3356 /* SecretAgentHostsfileReader.xpc */, ); name = Products; sourceTree = ""; @@ -529,6 +571,7 @@ 5018F54E24064786002EB505 /* Notifier.swift */, 501578122E6C0479004A37D0 /* XPCInputParser.swift */, 503647472F870B7800977A23 /* BatchedRequestsView.swift */, + 505402A93034B80E000C3356 /* XPCHostsfileReader.swift */, 50E2057F2FAB291E00402380 /* CertificateMigrator.swift */, 50A3B79524026B7600D209EA /* Main.storyboard */, 50A3B79824026B7600D209EA /* Info.plist */, @@ -561,6 +604,27 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ + 5054028C3034B5E3000C3356 /* SecretAgentHostsfileReader */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5054029B3034B5E3000C3356 /* Build configuration list for PBXNativeTarget "SecretAgentHostsfileReader" */; + buildPhases = ( + 505402893034B5E3000C3356 /* Sources */, + 5054028A3034B5E3000C3356 /* Frameworks */, + 5054028B3034B5E3000C3356 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SecretAgentHostsfileReader; + packageProductDependencies = ( + 505402A63034B7A4000C3356 /* XPCWrappers */, + 505402AB303594D1000C3356 /* SSHProtocolKit */, + ); + productName = SecretAgentHostsfileReader; + productReference = 5054028D3034B5E3000C3356 /* SecretAgentHostsfileReader.xpc */; + productType = "com.apple.product-type.xpc-service"; + }; 50617D7E23FCE48D0099B055 /* Secretive */ = { isa = PBXNativeTarget; buildConfigurationList = 50617D9D23FCE48E0099B055 /* Build configuration list for PBXNativeTarget "Secretive" */; @@ -655,6 +719,7 @@ 50692E6F2E6FFA5F0043C7BB /* PBXTargetDependency */, 50692E722E6FFA6E0043C7BB /* PBXTargetDependency */, 50E2052F2FAAB92000402380 /* PBXTargetDependency */, + 505402A53034B787000C3356 /* PBXTargetDependency */, ); name = SecretAgent; packageProductDependencies = ( @@ -699,10 +764,13 @@ isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastSwiftUpdateCheck = 2650; + LastSwiftUpdateCheck = 2700; LastUpgradeCheck = 2640; ORGANIZATIONNAME = "Max Goedjen"; TargetAttributes = { + 5054028C3034B5E3000C3356 = { + CreatedOnToolsVersion = 27.0; + }; 50617D7E23FCE48D0099B055 = { CreatedOnToolsVersion = 11.3; }; @@ -744,13 +812,21 @@ 50617D7E23FCE48D0099B055 /* Secretive */, 50A3B78924026B7500D209EA /* SecretAgent */, 50692D112E6FDB880043C7BB /* SecretiveUpdater */, - 50692E4F2E6FF9D20043C7BB /* SecretAgentInputParser */, 50E205132FAAB81C00402380 /* SecretiveCertificateParser */, + 50692E4F2E6FF9D20043C7BB /* SecretAgentInputParser */, + 5054028C3034B5E3000C3356 /* SecretAgentHostsfileReader */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ + 5054028B3034B5E3000C3356 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 50617D7D23FCE48D0099B055 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -799,6 +875,15 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + 505402893034B5E3000C3356 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 505402A03034B692000C3356 /* main.swift in Sources */, + 505402A13034B692000C3356 /* SecretAgentHostsfileReader.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 50617D7B23FCE48D0099B055 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -868,6 +953,7 @@ 5018F54F24064786002EB505 /* Notifier.swift in Sources */, 503647482F870B7800977A23 /* BatchedRequestsView.swift in Sources */, 501578132E6C0479004A37D0 /* XPCInputParser.swift in Sources */, + 505402AA3034B80E000C3356 /* XPCHostsfileReader.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -892,6 +978,11 @@ isa = PBXTargetDependency; targetProxy = 501577D32E6BC5DD004A37D0 /* PBXContainerItemProxy */; }; + 505402A53034B787000C3356 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 5054028C3034B5E3000C3356 /* SecretAgentHostsfileReader */; + targetProxy = 505402A43034B787000C3356 /* PBXContainerItemProxy */; + }; 50692D1C2E6FDB880043C7BB /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 50692D112E6FDB880043C7BB /* SecretiveUpdater */; @@ -936,6 +1027,104 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ + 505402973034B5E3000C3356 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CODE_SIGN_ENTITLEMENTS = SecretAgentHostsfileReader/SecretAgentHostsfileReader.entitlements; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = "$(SECRETIVE_DEVELOPMENT_TEAM)"; + ENABLE_APP_SANDBOX = NO; + ENABLE_ENHANCED_SECURITY = YES; + ENABLE_HARDENED_RUNTIME = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = SecretAgentHostsfileReader/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = SecretAgentHostsfileReader; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2026 Max Goedjen. All rights reserved."; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MACOSX_DEPLOYMENT_TARGET = 14.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "$(SECRETIVE_BASE_BUNDLE_ID).SecretAgentHostsfileReader"; + PRODUCT_NAME = "$(TARGET_NAME)"; + REGISTER_APP_GROUPS = YES; + SKIP_INSTALL = YES; + STRING_CATALOG_GENERATE_SYMBOLS = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + 505402983034B5E3000C3356 /* Test */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CODE_SIGN_ENTITLEMENTS = SecretAgentHostsfileReader/SecretAgentHostsfileReader.entitlements; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + ENABLE_APP_SANDBOX = NO; + ENABLE_ENHANCED_SECURITY = YES; + ENABLE_HARDENED_RUNTIME = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = SecretAgentHostsfileReader/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = SecretAgentHostsfileReader; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2026 Max Goedjen. All rights reserved."; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MACOSX_DEPLOYMENT_TARGET = 14.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "$(SECRETIVE_BASE_BUNDLE_ID).SecretAgentHostsfileReader"; + PRODUCT_NAME = "$(TARGET_NAME)"; + REGISTER_APP_GROUPS = YES; + SKIP_INSTALL = YES; + STRING_CATALOG_GENERATE_SYMBOLS = YES; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + }; + name = Test; + }; + 505402993034B5E3000C3356 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CODE_SIGN_ENTITLEMENTS = SecretAgentHostsfileReader/SecretAgentHostsfileReader.entitlements; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = "$(SECRETIVE_DEVELOPMENT_TEAM)"; + ENABLE_APP_SANDBOX = NO; + ENABLE_ENHANCED_SECURITY = YES; + ENABLE_HARDENED_RUNTIME = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = SecretAgentHostsfileReader/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = SecretAgentHostsfileReader; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2026 Max Goedjen. All rights reserved."; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MACOSX_DEPLOYMENT_TARGET = 14.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "$(SECRETIVE_BASE_BUNDLE_ID).SecretAgentHostsfileReader"; + PRODUCT_NAME = "$(TARGET_NAME)"; + REGISTER_APP_GROUPS = YES; + SKIP_INSTALL = YES; + STRING_CATALOG_GENERATE_SYMBOLS = YES; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + }; + name = Release; + }; 50617D9B23FCE48E0099B055 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 508A58AB241E121B0069DC07 /* Config.xcconfig */; @@ -1515,6 +1704,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + AUTOMATION_APPLE_EVENTS = NO; CODE_SIGN_ENTITLEMENTS = SecretAgent/SecretAgent.entitlements; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; @@ -1534,6 +1724,7 @@ ENABLE_RESOURCE_ACCESS_CAMERA = NO; ENABLE_RESOURCE_ACCESS_CONTACTS = NO; ENABLE_RESOURCE_ACCESS_LOCATION = NO; + ENABLE_RESOURCE_ACCESS_PHOTO_LIBRARY = NO; ENABLE_RESOURCE_ACCESS_PRINTING = NO; ENABLE_RESOURCE_ACCESS_USB = NO; INFOPLIST_FILE = SecretAgent/Info.plist; @@ -1545,6 +1736,12 @@ MARKETING_VERSION = 1; PRODUCT_BUNDLE_IDENTIFIER = "$(SECRETIVE_BASE_BUNDLE_ID).SecretAgent"; PRODUCT_NAME = "$(TARGET_NAME)"; + RUNTIME_EXCEPTION_ALLOW_DYLD_ENVIRONMENT_VARIABLES = NO; + RUNTIME_EXCEPTION_ALLOW_JIT = NO; + RUNTIME_EXCEPTION_ALLOW_UNSIGNED_EXECUTABLE_MEMORY = NO; + RUNTIME_EXCEPTION_DEBUGGING_TOOL = NO; + RUNTIME_EXCEPTION_DISABLE_EXECUTABLE_PAGE_PROTECTION = NO; + RUNTIME_EXCEPTION_DISABLE_LIBRARY_VALIDATION = NO; }; name = Test; }; @@ -1552,6 +1749,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + AUTOMATION_APPLE_EVENTS = NO; CODE_SIGN_ENTITLEMENTS = SecretAgent/SecretAgent.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; @@ -1572,6 +1770,7 @@ ENABLE_RESOURCE_ACCESS_CAMERA = NO; ENABLE_RESOURCE_ACCESS_CONTACTS = NO; ENABLE_RESOURCE_ACCESS_LOCATION = NO; + ENABLE_RESOURCE_ACCESS_PHOTO_LIBRARY = NO; ENABLE_RESOURCE_ACCESS_PRINTING = NO; ENABLE_RESOURCE_ACCESS_USB = NO; INFOPLIST_FILE = SecretAgent/Info.plist; @@ -1583,6 +1782,12 @@ MARKETING_VERSION = 1; PRODUCT_BUNDLE_IDENTIFIER = "$(SECRETIVE_BASE_BUNDLE_ID).SecretAgent"; PRODUCT_NAME = "$(TARGET_NAME)"; + RUNTIME_EXCEPTION_ALLOW_DYLD_ENVIRONMENT_VARIABLES = NO; + RUNTIME_EXCEPTION_ALLOW_JIT = NO; + RUNTIME_EXCEPTION_ALLOW_UNSIGNED_EXECUTABLE_MEMORY = NO; + RUNTIME_EXCEPTION_DEBUGGING_TOOL = NO; + RUNTIME_EXCEPTION_DISABLE_EXECUTABLE_PAGE_PROTECTION = NO; + RUNTIME_EXCEPTION_DISABLE_LIBRARY_VALIDATION = NO; }; name = Debug; }; @@ -1590,6 +1795,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + AUTOMATION_APPLE_EVENTS = NO; CODE_SIGN_ENTITLEMENTS = SecretAgent/SecretAgent.entitlements; CODE_SIGN_IDENTITY = "Developer ID Application"; CODE_SIGN_STYLE = Manual; @@ -1611,6 +1817,7 @@ ENABLE_RESOURCE_ACCESS_CAMERA = NO; ENABLE_RESOURCE_ACCESS_CONTACTS = NO; ENABLE_RESOURCE_ACCESS_LOCATION = NO; + ENABLE_RESOURCE_ACCESS_PHOTO_LIBRARY = NO; ENABLE_RESOURCE_ACCESS_PRINTING = NO; ENABLE_RESOURCE_ACCESS_USB = NO; INFOPLIST_FILE = SecretAgent/Info.plist; @@ -1623,6 +1830,12 @@ PRODUCT_BUNDLE_IDENTIFIER = "$(SECRETIVE_BASE_BUNDLE_ID).SecretAgent"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Secretive - Secret Agent"; + RUNTIME_EXCEPTION_ALLOW_DYLD_ENVIRONMENT_VARIABLES = NO; + RUNTIME_EXCEPTION_ALLOW_JIT = NO; + RUNTIME_EXCEPTION_ALLOW_UNSIGNED_EXECUTABLE_MEMORY = NO; + RUNTIME_EXCEPTION_DEBUGGING_TOOL = NO; + RUNTIME_EXCEPTION_DISABLE_EXECUTABLE_PAGE_PROTECTION = NO; + RUNTIME_EXCEPTION_DISABLE_LIBRARY_VALIDATION = NO; }; name = Release; }; @@ -1637,6 +1850,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = "$(SECRETIVE_DEVELOPMENT_TEAM)"; ENABLE_APP_SANDBOX = YES; + ENABLE_ENHANCED_SECURITY = YES; ENABLE_HARDENED_RUNTIME = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1668,6 +1882,7 @@ COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; ENABLE_APP_SANDBOX = YES; + ENABLE_ENHANCED_SECURITY = YES; ENABLE_HARDENED_RUNTIME = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1701,6 +1916,7 @@ DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=macosx*]" = Z72PRUAWF6; ENABLE_APP_SANDBOX = YES; + ENABLE_ENHANCED_SECURITY = YES; ENABLE_HARDENED_RUNTIME = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1726,6 +1942,16 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 5054029B3034B5E3000C3356 /* Build configuration list for PBXNativeTarget "SecretAgentHostsfileReader" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 505402973034B5E3000C3356 /* Debug */, + 505402983034B5E3000C3356 /* Test */, + 505402993034B5E3000C3356 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 50617D7A23FCE48D0099B055 /* Build configuration list for PBXProject "Secretive" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -1829,6 +2055,14 @@ isa = XCSwiftPackageProductDependency; productName = Brief; }; + 505402A63034B7A4000C3356 /* XPCWrappers */ = { + isa = XCSwiftPackageProductDependency; + productName = XPCWrappers; + }; + 505402AB303594D1000C3356 /* SSHProtocolKit */ = { + isa = XCSwiftPackageProductDependency; + productName = SSHProtocolKit; + }; 505F5EF12FA9635700C45824 /* CertificateKit */ = { isa = XCSwiftPackageProductDependency; productName = CertificateKit; diff --git a/Sources/Secretive/Preview Content/PreviewStore.swift b/Sources/Secretive/Preview Content/PreviewStore.swift index c51a1b7..5a14b7c 100644 --- a/Sources/Secretive/Preview Content/PreviewStore.swift +++ b/Sources/Secretive/Preview Content/PreviewStore.swift @@ -39,7 +39,7 @@ extension Preview { self.init(secrets: new) } - func sign(data: Data, with secret: Preview.Secret, for provenance: SigningRequestProvenance, context: LAContext?) async throws -> Data { + func sign(data: Data, with secret: Preview.Secret, for provenance: SigningRequestProvenance, target: SigningRequestTarget?, context: LAContext?) async throws -> Data { return data } @@ -76,7 +76,7 @@ extension Preview { self.init(secrets: new) } - func sign(data: Data, with secret: Preview.Secret, for provenance: SigningRequestProvenance, context: LAContext?) async throws -> Data { + func sign(data: Data, with secret: Preview.Secret, for provenance: SigningRequestProvenance, target: SigningRequestTarget?, context: LAContext?) async throws -> Data { return data } diff --git a/Sources/Secretive/Views/Secrets/CertificateDetailView.swift b/Sources/Secretive/Views/Secrets/CertificateDetailView.swift index debd863..f312440 100644 --- a/Sources/Secretive/Views/Secrets/CertificateDetailView.swift +++ b/Sources/Secretive/Views/Secrets/CertificateDetailView.swift @@ -46,42 +46,42 @@ struct CertificateDetailView: View { text: URL.certificatePath(for: certificate.id, in: URL.certificatesDirectory), showRevealInFinder: true ) - if let validityRange = certificate.validityRange { - let epoch = Date(timeIntervalSince1970: 0) - let end = Date(timeIntervalSince1970: TimeInterval(UInt64.max)) - switch (validityRange.lowerBound, validityRange.upperBound) { - case (epoch, end): - EmptyView() - case (epoch, let otherEnd): - Spacer() - .frame(height: 20) - MultilineInfoView(title: .certificateDetailValidUntilLabel, image: Image(systemName: "calendar.badge.clock"), items: [otherEnd.formatted()]) - case (let otherStart, end): - Spacer() - .frame(height: 20) - MultilineInfoView(title: .certificateDetailValidAfterLabel, image: Image(systemName: "calendar.badge.clock"), items: [otherStart.formatted()]) - default: - Spacer() - .frame(height: 20) - MultilineInfoView(title: .certificateDetailValidityRangeLabel, image: Image(systemName: "calendar.badge.clock"), items: [validityRange.formatted()]) - } - } - if !certificate.principals.isEmpty { - Spacer() - .frame(height: 20) - MultilineInfoView(title: .certificateDetailPrincipalsLabel, image: Image(systemName: "person.2"), items: certificate.principals) - } - if !certificate.criticalOptions.isEmpty { - Spacer() - .frame(height: 20) - MultilineInfoView(title: .certificateDetailCriticalOptionsLabel, image: Image(systemName: "person.2"), items: certificate.criticalOptions) - } - if !certificate.extensions.isEmpty { - Spacer() - .frame(height: 20) - MultilineInfoView(title: .certificateDetailExtensionsLabel, image: Image(systemName: "person.2"), items: certificate.extensions) - } - Spacer() +// if let validityRange = certificate.validityRange { +// let epoch = Date(timeIntervalSince1970: 0) +// let end = Date(timeIntervalSince1970: TimeInterval(UInt64.max)) +// switch (validityRange.lowerBound, validityRange.upperBound) { +// case (epoch, end): +// EmptyView() +// case (epoch, let otherEnd): +// Spacer() +// .frame(height: 20) +// MultilineInfoView(title: .certificateDetailValidUntilLabel, image: Image(systemName: "calendar.badge.clock"), items: [otherEnd.formatted()]) +// case (let otherStart, end): +// Spacer() +// .frame(height: 20) +// MultilineInfoView(title: .certificateDetailValidAfterLabel, image: Image(systemName: "calendar.badge.clock"), items: [otherStart.formatted()]) +// default: +// Spacer() +// .frame(height: 20) +// MultilineInfoView(title: .certificateDetailValidityRangeLabel, image: Image(systemName: "calendar.badge.clock"), items: [validityRange.formatted()]) +// } +// } +// if !certificate.principals.isEmpty { +// Spacer() +// .frame(height: 20) +// MultilineInfoView(title: .certificateDetailPrincipalsLabel, image: Image(systemName: "person.2"), items: certificate.principals) +// } +// if !certificate.criticalOptions.isEmpty { +// Spacer() +// .frame(height: 20) +// MultilineInfoView(title: .certificateDetailCriticalOptionsLabel, image: Image(systemName: "person.2"), items: certificate.criticalOptions) +// } +// if !certificate.extensions.isEmpty { +// Spacer() +// .frame(height: 20) +// MultilineInfoView(title: .certificateDetailExtensionsLabel, image: Image(systemName: "person.2"), items: certificate.extensions) +// } +// Spacer() } } .padding() diff --git a/Sources/Secretive/Views/Secrets/SecretDetailView.swift b/Sources/Secretive/Views/Secrets/SecretDetailView.swift index 8a82557..5ac4f9c 100644 --- a/Sources/Secretive/Views/Secrets/SecretDetailView.swift +++ b/Sources/Secretive/Views/Secrets/SecretDetailView.swift @@ -43,22 +43,22 @@ struct SecretDetailView: View { text: URL.publicKeyPath(for: secret, in: URL.publicKeyDirectory), showRevealInFinder: true ) - if !certificates.isEmpty { - Spacer() - .frame(height: 20) - MultilineInfoView( - title: .secretDetailCertificatePathLabel, - image: Image( - systemName: "checkmark.seal.text.page" - ), - items: certificates.map({ certificate in - MultilineInfoView.Item( - text: certificate.name, - action: (Image(systemName: "chevron.forward"), { navigateToCertificate?(certificate) }) - ) - }) - ) - } +// if !certificates.isEmpty { +// Spacer() +// .frame(height: 20) +// MultilineInfoView( +// title: .secretDetailCertificatePathLabel, +// image: Image( +// systemName: "checkmark.seal.text.page" +// ), +// items: certificates.map({ certificate in +// MultilineInfoView.Item( +// text: certificate.name, +// action: (Image(systemName: "chevron.forward"), { navigateToCertificate?(certificate) }) +// ) +// }) +// ) +// } Spacer() } } diff --git a/Sources/SecretiveCertificateParser/SecretiveCertificateParser.entitlements b/Sources/SecretiveCertificateParser/SecretiveCertificateParser.entitlements index 08818a6..e73b728 100644 --- a/Sources/SecretiveCertificateParser/SecretiveCertificateParser.entitlements +++ b/Sources/SecretiveCertificateParser/SecretiveCertificateParser.entitlements @@ -12,11 +12,11 @@ com.apple.security.hardened-process.dyld-ro - com.apple.security.hardened-process.enhanced-security-version - 1 + com.apple.security.hardened-process.enhanced-security-version-string + 2 com.apple.security.hardened-process.hardened-heap - com.apple.security.hardened-process.platform-restrictions - 2 + com.apple.security.hardened-process.platform-restrictions-string + 2