AsamK / signal-cli

signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger.
GNU General Public License v3.0
3.24k stars 309 forks source link

SW_HARDENING NEEDED on GitHub Actions #1111

Closed chetbox closed 2 years ago

chetbox commented 2 years ago

I use signal-cli with JSON RPC on GitHub Actions and today I've started seeing this error:

java.security.SignatureException: Quote status is: SW_HARDENING_NEEDED and advisories are: [INTEL-SA-00615, INTEL-SA-00334] (IOException)

Here is a workflow run that failed.

This is using signal-cli version 0.11.2.

A quick Google let me here, which may gives some insights, although I don't know if this code is used in Signal CLI: https://github.com/signalapp/ContactDiscoveryService/blob/main/service/src/main/java/org/whispersystems/contactdiscovery/client/IntelClient.java

AsamK commented 2 years ago

Please test if it works in the latest version 0.11.5.1 There's been a change in the libsignal-client library that might resolve this.

chetbox commented 2 years ago

That seems to work. Thanks for the swift response. :)