Files
PolyTraderSharp/libs/Threema-MsgApi-Net-Core
RichardandClaude Opus 4.8 1a3359e874 Security F3+F4: verwundbares Newtonsoft ersetzt + hardcodierte Secrets entfernt
F4: Newtonsoft.Json in der Threema-Lib von 11.0.2 (Advisory NU1903, high) auf 13.0.4
    gehoben (= App-Version). Build ohne NU1903, 311 Tests gruen.
F3: hardcodierte Secrets aus ServerSettings-Defaults entfernt (Alchemy-API-Key in
    PolygonRpcUrl, Mullvad-Account-ID) -> leere Defaults; echte Werte kommen aus
    server_settings.xml (gitignored). WICHTIG (nicht im Code moeglich): beide Secrets
    ROTIEREN, da sie in der Git-History liegen.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-14 16:48:29 +02:00
..

Threema MsgApi .NET Core

This project is a .NET Core fork of the Threema Message API SDK-NET.

The Threema Message API is an interface that can be used from within customer-specific software to send and receive messages via Threema Gateway.

Configuration for Testing

Configure in application.json:

  • Threema
    • PrivateKey
    • ThreemaId
    • Secret
  • Remove entry "SQLiteConnectionString" or set entry for using public key store.